Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgda-6_0-sqlcipher | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 6.0.0 | Vendor: openSUSE |
Release: bp156.4.13 | Build date: Mon May 13 21:33:16 2024 |
Group: Productivity/Databases/Clients | Build host: i02-armsrv3 |
Size: 69151 | Source RPM: libgda-6.0.0-bp156.4.13.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.gnome-db.org/ | |
Summary: SQLCipher Provider for GNU Data Access (GDA) |
GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc). It is a complete architecture that provides everything needed to access data.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Wed Feb 02 2022 Bjørn Lie <bjorn.lie@gmail.com> - Add bebdffb4de586fb43fd07ac549121f4b22f6812d.patch: Fix CVE-2021-39359 by forcing TLS certificate validation (boo#1189849). - Add libgda-fix-meson-060.patch: Fix build with meson 0.61.0 and newer. * Fri Nov 12 2021 Callum Farmer <gmbr3@opensuse.org> - Add missing library requires to devel package - Move unversioned report binaries to seperate package * Mon Sep 06 2021 Dominique Leuenberger <dimstar@opensuse.org> - Add libgda-no-gtkdoc-markers.patch: Fix build with GNOME 41 stack. * Mon Jul 26 2021 Andreas Schwab <schwab@suse.de> - overflow-undefined-behavior.patch: Fix undefined behavior due to signed integer overflow * Fri May 21 2021 Callum Farmer <gmbr3@opensuse.org> - Fix incorrect Requires tag in glade catalog * Wed Feb 10 2021 Callum Farmer <gmbr3@opensuse.org> - Update to version 6.0.0: + MySQL: now supports version 8.0 + PostgreSQL now support GdaText values, so take care because some SELECT operations concatenating strings return GdaText values instead of strings + Lot of memory leaks fixed + Added a new module named GdaDB to simplify DDL operations + Added database generation from an XML file + Updated internal SQLite3 version + Added "examples" directory as a target to be built + Numerous improvements in CI organization + Documentation reorganisation and porting to the new format + Code modernized for multiple objects + Added new API for GdaConnection object + Added uniform LOG_DOMAIN usage between translation units + Added Uniform debug code generation + Eliminated multiple static global variable + Improved code quality for libgda to use -Werror + Multiple code improvements, formation, and corrections + Batch parsing, should remove spacesa and enters before return next statement + Only PostgreSQL, MySQL and SQLite providers are supported + Improved Meson options name and behavior - Remove libgda-mysql-bool.patch: contained in upstream - Remove libgda-no-pg_config.patch: contained in upstream * Wed Feb 03 2021 Callum Farmer <gmbr3@opensuse.org> - Update to version 5.2.10: + MySQL: initial support for JSON type + MySQL: test against 8.0 + GdaParser: remove spaces and enters before next statement + GdauiSet: fix gdaui_set_source_get_ref_columns() return value + SqlParser: fix Vala bindings + Vala: added missing variadic methods to VAPI + Removing Python 2 support to use Python 3 by default + Glade catalog and pixmaps installation directory fixed for make distcheck - Add libgda-mysql-bool.patch: fixes conflicting types * Wed Nov 25 2020 Dominique Leuenberger <dimstar@opensuse.org> - Only conditionally build with firebird support, currently disabled (boo#1179203). * Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org> - No longer recommend -lang: supplements are in use * Thu Sep 12 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 5.2.9: + Fix Sun JRE 1.8 detection. + Fix JDK 11.0 detection. + Drop unneeded JAVAH variable check. + Fix build for System Installed SQLite libs. + Non-Dates and Timestamps values returns 'NULL' string when converted. + Fix --with-ui, now UI is buildable when enabled. - Drop patches fixed upstream: + libgda-jre18.patch. + libgda-jre9.patch. + libgda-jre10.patch. + libgda-5.2.4-nojavah.patch. + libgda-no-libgee.patch. + libgda-enable-gdaui-gi.patch: Fixed upstream. * Wed Apr 10 2019 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 5.2.8 (bsc#1128934): + Fix a typo on sv translation + Please note: releases 5.2.6 and 5.2.7 were unable to be published at downdload.gnome.org - Changes from version 5.2.4: + SQLite provider uses system installed one by default + Revome build's date from documentation + introspection: removed system install in favor of --prefix + Fixed compilation on MacOS + All Vala bindings and Vala extensions are built by default using --enable-vala, added --disable* switch to disable some or all of them + Fixes on outdated unit tests + Removed unused Vala extensions + GdaConnection has removed the use of g_object_weak_*, improving multi-threading behaviour + Prepared statements now use GWeakRef for weak references + GdaDataPivot use instance providers and locking + GdaVConnectionDataModel use GRecMutex + Updated SQLite to 3.8.11.1 + Fix SQLCipher build by embedding source code for 3.4.2 version + Fix SQLCipher disabling + Updated GObject Introspection annotations + Fix Doc generation + Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424 [#754263] #754208 + Corrected HTML output containing <SCRIPT> tag + Correct some truncated help strings + Don't use (deprecated) g_thread_supported() + MySQL meta data: fixed case where schema is incomplete in MySQL database + Allow introspection for gda_sql_builder_add_cond_v() + SQLite: handle WITHOUT ROWID without any error + Updated translations. - Rebase libgda-5.2.4-nojavah.patch: most of it was merged in time for 5.2.8, except one chunk. - Drop libgda-utf.patch: no longer required. - Add libgda-no-libgee.patch: do not require libgee, taken from upstream git. - Add libgda-enable-gdaui-gi.patch: Fix configure handling of - -enable-gdaui-gi, taken from git. - Add libgda-no-pg_config.patch: Don't use pg_config, but rather pkgconfig: libgda does not build a postgresql server module. - Pass --with-postgres to configure: ensure to build pgsql support. * Thu Nov 15 2018 Dominique Leuenberger <dimstar@opensuse.org> - Update libgda-jre10.patch: Support current and future Java versions (up to 19). * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Mon Jan 08 2018 fstrba@suse.com - Added patches: * libgda-jre10.patch: detect JRE 10's version string. * libgda-5.2.4-nojavah.patch: instead of javah invocation, use javac's -h option; this bumps build requirement to java-devel >= 1.8 - Modified patches: * libgda-jre18.patch * libgda-jre9.patch + Don't patch generated configure, but the source java.m4 file - Run spec cleaner and add dependency on autoconf, automake and libtool in order to regenearate the configure and Makefile.in files. * Tue Dec 05 2017 dimstar@opensuse.org - Build against openSSL 1.0 for now: + Add libopenssl-1_0_0-devel BuildRequires. + BuilgIgnore openssl (the helper programs): they are not needed and the build dep would pull in version 1.1, conflicting with openssl 1.0 devel packages. * Mon Nov 06 2017 dimstar@opensuse.org - Update libgda-jre9.patch: be compatible with Java 9.*; javac -version strips trailing 0, so 9.0 is reported as 9, whereas 9.0.1 is reported as 9.0.1. * Tue Oct 03 2017 fstrba@suse.com - Remove leftover dependency on gcc-java * Wed Sep 27 2017 dimstar@opensuse.org - Update libgda-jre9.patch: with the release of JRE 9.0.0, the version identifier was changed from 9-internal to 9. Change the patch to accept both variants. * Thu Sep 14 2017 dimstar@opensuse.org - Fix build with JRE 9: + Add libgda-jre9.patch: detect JRE 9's version string. - Do not run fdupes across default partition boundaries. - Run spec-cleaner. * Tue Sep 12 2017 dimstar@opensuse.org - Add libgda-utf.patch: Do not use UTF-8 chars in headers parsed by glib-mkenums. In the build root, this fails otherwise. * Sat Dec 10 2016 dimstar@opensuse.org - Automatically find the current version of VALA and pass the correct string to --enable-vala VALA_API_VERSION=. This allows us not having to change the .spec every 6 months. * Thu Sep 15 2016 dimstar@opensuse.org - Build using Vala 0.34: pass --enable-vala VALA_API_VERSION=0.34 to configure (instead of --enable-vala VALA_API_VERSION=0.32). * Tue Jul 19 2016 dimstar@opensuse.org - Drop pkgconfig(fbembed) BuildRequires: pkgconfig(fbclient) is sufficient (and fbembed no longer exists). * Fri Apr 15 2016 mgorse@suse.com - Update to GNOME 3.20 Fate#318572 * Wed Mar 30 2016 dvaleev@suse.com - Now with Java 1.8, on ppc64le set java arch to ppc64 only if we build with java 1.5 or 1.6 * Tue Feb 09 2016 dimstar@opensuse.org - Pass VALA_API_VERSION=0.32 (instead of 0.30) to configure, following the switch to vala 0.31.x/0.32 tree. * Fri Sep 04 2015 dimstar@opensuse.org - Pass VALA_API_VERSION=0.30 (instead of 0.28) to configure. * Mon Aug 31 2015 normand@linux.vnet.ibm.com - disable getspARCH change for ppc64le when still using jre 1.7 (required for Leap 42.1) * Fri Aug 14 2015 dimstar@opensuse.org - Own %{_datadir}/appdata (Fix build on Leap). * Mon Jul 20 2015 zaitor@opensuse.org - Add libgda-jre18.patch: Fix build with JRE 1.8. * Fri Jul 03 2015 snuxoll@linux.com - Development package now includes vapi files, add vala BuildRequies and pass --enabl vala to configure. * Fri Jun 12 2015 zaitor@opensuse.org - Update to version 5.2.4: + Added missing file in distributed tarball (bgo#750891). - Changes from version 5.2.3: + Improved Vala and introspection. + Misc bugs fixed. + Bugs fixed: bgo#722531, bgo#722773, bgo#730813, bgo# 742312, bgo#750191. + Updated translations. * Mon Feb 02 2015 mgorse@suse.com - Re-enable firebird for s390/s390x.
/usr/lib64/libgda-6.0/providers/libgda-sqlcipher-6.0.so /usr/share/licenses/libgda-6_0-sqlcipher /usr/share/licenses/libgda-6_0-sqlcipher/COPYING.sqlcipher
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024