summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: python-fakeredis: Edit description.Tobias Geerinckx-Rice2018-09-28
| | | | | * gnu/packages/databases.scm (python-fakeredis)[description]: Fix (upstream) typo. Get carried away.
* gnu: perl-dbd-mysql: Update to 4.048.Tobias Geerinckx-Rice2018-09-21
| | | | * gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.048.
* gnu: perl-dbd-mysql: Update to 4.047.Tobias Geerinckx-Rice2018-09-11
| | | | | * gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.047. [arguments]: Add 'skip-library-detection' phase.
* gnu: boost: Move 1.59.0 definition to boost.scm.Ludovic Courtès2018-08-24
| | | | | | | | | | | Fixes a regression introduced in commit 7cbf06d8c2935abfc6c688cf3f9b99e0e5393960 where the top-level code of these two modules would depend on each other, leading to "boost: unbound variable" kind of errors in some circumstances. * gnu/packages/databases.scm (boost-for-mysql): Move to... * gnu/packages/boost.scm (boost-for-mysql): ... here. Make public and add 'properties' field.
* gnu: perl-dbd-mysql: Update to 4.046.Leo Famulari2018-08-22
| | | | | | | * gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.046. [source]: Update URL. Remove 'perl-dbd-mysql-CVE-2017-10788.patch'. * gnu/packages/patches/perl-dbd-mysql-CVE-2017-10788.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add sqlcrush.Tobias Geerinckx-Rice2018-08-22
| | | | * gnu/packages/databases.smc (sqlcrush): New public variable.
* gnu: Add python-pymysql.Tobias Geerinckx-Rice2018-08-22
| | | | | * gnu/packages/databases.scm (python-pymysql, python2-pymysql): New public variables.
* gnu: mysql: Update to 5.7.23.Tobias Geerinckx-Rice2018-08-20
| | | | * gnu/packages/databases.scm (mysql): Update to 5.7.23.
* gnu: mysql: Fix build.Tobias Geerinckx-Rice2018-08-20
| | | | | | | | | | | | | | MySQL demands boost@1.59.0, and lying about it no longer works: sql/item_geofunc_internal.cc: In function ‘void handle_gis_exception(const char*)’: sql/item_geofunc_internal.cc:37:81: error: expected unqualified-id before ‘&’ token catch (const boost::geometry::detail::self_get_turn_points::self_ip_exception &) ^ [...] * gnu/packages/databases.scm (boost-for-mysql): New variable. (mysql)[inputs]: Use that instead of the regular boost. [arguments]: Remove now-unnecessary ‘patch-boost-version’ phase.
* gnu: python-pyodbc: Update to 4.0.24.Tobias Geerinckx-Rice2018-08-20
| | | | * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.24.
* gnu: python-mysqlclient: Update to 1.3.13.Tobias Geerinckx-Rice2018-08-20
| | | | * gnu/packages/databases.scm (python-mysqlclient): Update to 1.3.13.
* gnu: perl-dbd-sqlite: Update to 1.58.Tobias Geerinckx-Rice2018-08-20
| | | | * gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.58.
* gnu: Update virtuoso-ose to 7.2.5.Roel Janssen2018-08-20
| | | | * gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.5.
* Merge branch 'master' into stagingMarius Bakke2018-08-16
|\
| * gnu: mysql: Use HTTPS.Tobias Geerinckx-Rice2018-08-16
| | | | | | | | * gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS.
| * gnu: clementine: Fix creating initial database.Pierre Langlois2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems a recent version of sqlite broke Clementine's first startup. It turns out we can patch clementine to fix the problem instead of providing a different sqlite package: <https://github.com/clementine-player/Clementine/pull/5669> * gnu/packages/databases.scm (sqlite-with-fts3): Remove. * gnu/packages/music.scm (clementine)[inputs]: Replace sqlite-with-fts3 with sqlite. [source]: Add clementine-fix-sqlite.patch. * gnu/packages/patches/clementine-fix-sqlite.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: perl-db-file: Update to 1.842.Tobias Geerinckx-Rice2018-08-15
| | | | | | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.842.
| * gnu: memcached: Fix typos in description.Tobias Geerinckx-Rice2018-08-15
| | | | | | | | | | * gnu/packages/databases.scm (memcached)[synopsis, description]: Hyphenate.
| * gnu: memcached: Update to 1.5.10.Tobias Geerinckx-Rice2018-08-14
| | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.5.10.
| * Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | | | | | | | | | | | The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes.
* | gnu: r-rmysql: Add missing dependency on OpenSSL.Marius Bakke2018-08-16
| | | | | | | | * gnu/packages/databases.scm (r-rmysql)[inputs]: Add OPENSSL.
* | gnu: mariadb: Update to 10.1.35 [security fixes].Marius Bakke2018-08-10
| | | | | | | | | | | | | | This release fixes CVE-2018-3058, CVE-2018-3063, CVE-2018-3064 and CVE-2018-3066. See <https://mariadb.com/kb/en/library/mariadb-10135-release-notes/> for details. * gnu/packages/databases.scm (mariadb): Update to 10.1.35.
* | gnu: postgresql: Update to 10.5 [fixes CVE-2018-10915, CVE-2018-10925].Marius Bakke2018-08-10
| | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.5.
* | gnu: mariadb: Remove test which fails on armhf-linux.Efraim Flashner2018-08-07
| | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Disable test 'mroonga/storage.index_read_multiple_double'.
* | gnu: mariadb: Further increase test timeouts.Marius Bakke2018-08-07
| | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Allow 40 minutes for single tests, and 600 in total.
* | gnu: mariadb: Adjust to test failures on Hydra.Marius Bakke2018-08-07
| | | | | | | | | | | | | | | | * gnu/packages/patches/mariadb-client-test-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (mariadb)[source](patches): Add it. [arguments]: Increase retry count and test timeout. Disable test main.myisampack.
* | Merge branch 'master' into stagingMarius Bakke2018-07-30
|\|
| * gnu: python2-psycopg2: Update to 2.7.5.Ben Woodcroft2018-07-29
| | | | | | | | * gnu/packages/bioinformatics.scm (python2-psycopg2): Update to 2.7.5.
* | gnu: mariadb: Move GCC ICE patch to the usual location.Marius Bakke2018-07-28
| | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[source](patches): New field. [arguments]: Don't disable semisync plugin. [inputs]: Remove 'mariadb-gcc-ice.patch'.
* | Merge branch 'master' into stagingMarius Bakke2018-07-28
|\|
| * gnu: mariadb: Work around GCC ICE on armhf-linux.Ludovic Courtès2018-07-28
| | | | | | | | | | | | | | * gnu/packages/patches/mariadb-gcc-ice.patch: New file. * gnu/packages/databases.scm (mariadb)[arguments]: Conditionally add 'apply-patch' phase. [native-inputs]: Conditionally add "gcc-ice-patch" input.
| * gnu: postgresql@9.6: Update to 9.6.9.Efraim Flashner2018-07-15
| | | | | | | | * gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.
| * Merge branch 'staging'Marius Bakke2018-07-13
| |\
| * | gnu: tdb: Update to 1.3.16.Marius Bakke2018-07-12
| | | | | | | | | | | | * gnu/packages/databases.scm (tdb): Update to 1.3.16.
* | | gnu: mariadb: Delete test files and static libraries.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Adapt 'post-install' phase to purge static archives and test executables.
* | | gnu: mariadb: Remove some bundled libraries.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[source](snippet, modules): New fields. [arguments]: Add explicit #:configure-flags for system libraries. Add 'unbundle' phase. Remove 'pre-configure' phase. [inputs]: Add SNAPPY and XZ.
* | | gnu: mariadb: Update to 10.1.34.Marius Bakke2018-07-26
| | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.34.
* | | gnu: mariadb: Run the full test suite.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Override 'check' phase. Add phase 'adjust-tests'. Disable one more plugin. [properties]: New field.
* | | gnu: mariadb: Disable plugin that fails on armhf.Marius Bakke2018-07-26
| | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Add 'disable-plugins' phase.
* | | gnu: mariadb: Install pkg-config file to a standard location.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[#:configure-flags]: Set INSTALL_SHAREDIR to "share".
* | | gnu: unixodbc: Update to 2.3.6.Marius Bakke2018-07-13
| |/ |/| | | | | * gnu/packages/databases.scm (unixodbc): Update to 2.3.6.
* | Merge branch 'master' into stagingMarius Bakke2018-06-21
|\|
| * gnu: memcached: Update to 1.5.8.Tobias Geerinckx-Rice2018-06-20
| | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.5.8.
* | Merge branch 'master' into stagingMarius Bakke2018-06-19
|\|
| * gnu: redis: Update to 4.0.10 [fixes CVE-2018-11218, CVE-2018-11219].Marius Bakke2018-06-19
| | | | | | | | * gnu/packages/databases.scm (redis): Update to 4.0.10.
* | Merge branch 'master' into stagingMarius Bakke2018-06-18
|\|
| * gnu: perl-dbi: Update to 1.641.Tobias Geerinckx-Rice2018-06-14
| | | | | | | | * gnu/packages/databases.scm (perl-dbi): Update to 1.641.
* | Merge branch 'master' into stagingMarius Bakke2018-06-11
|\|
| * gnu: redis: Update to 4.0.9.宋文武2018-06-08
| | | | | | | | * gnu/packages/database.scm (redis): Update to 4.0.9.
| * Merge branch 'master' into core-updatesRicardo Wurmus2018-06-06
| |\