aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Expand)AuthorAge
...
| * | gnu: recutils: Adjust Gnulib to libc 2.28.•••Fixes <https://bugs.gnu.org/32776>. * gnu/packages/databases.scm (recutils)[modules, snippet]: New fields. Ludovic Courtès2018-10-03
| * | Merge branch 'master' into core-updatesMarius Bakke2018-09-26
| |\|
| | * gnu: perl-dbd-mysql: Update to 4.048.•••* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.048. Tobias Geerinckx-Rice2018-09-21
| * | Merge branch 'master' into core-updatesLeo Famulari2018-09-13
| |\|
| | * gnu: perl-dbd-mysql: Update to 4.047.•••* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.047. [arguments]: Add 'skip-library-detection' phase. Tobias Geerinckx-Rice2018-09-11
| * | gnu: mariadb: Move unbundle substitutions to source snippet.•••* gnu/packages/databases.scm (mariadb)[source](snippet): Add two substitutions from ... [arguments]: The 'unbundle' phase here. Rename to 'fix-pcre-detection. Marius Bakke2018-09-09
| * | gnu: mariadb: Update to 10.1.36.•••* gnu/packages/databases.scm (mariadb): Update to 10.1.36. [arguments]: Disable one new test. Marius Bakke2018-09-09
| * | Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
| |\ \
| * | | gnu: Remove GCC ICE workarounds.•••* gnu/packages/patches/doxygen-gcc-ice.patch, gnu/packages/patches/mariadb-gcc-ice.patch, gnu/packages/patches/perf-gcc-ice.patch: Delete files * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/databases.scm (mariadb)[source](patches): Likewise. * gnu/packages/linux.scm (perf)[source](patches): Likewise. * gnu/packages/documentation.scm (doxygen)[inputs, arguments]: Likewise. Marius Bakke2018-08-22
| * | | gnu: gdbm: Update to 1.18.•••* gnu/packages/databases.scm (gdbm): Update to 1.18. Marius Bakke2018-08-21
| * | | gnu: python-sqlalchemy: Update to 1.2.11.•••* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.2.11. Marius Bakke2018-08-21
| * | | gnu: python-sqlalchemy: Use 'invoke'.•••* gnu/packages/databases.scm (python-sqlalchemy)[arguments]: Use INVOKE instead of SYSTEM*. Marius Bakke2018-08-21
| * | | Merge branch 'staging' into core-updatesRicardo Wurmus2018-08-13
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-08-01
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-07-24
| |\ \ \ \ \
| * | | | | | gnu: gdbm: Update to 1.16.•••* gnu/packages/databases.scm (gdbm): Update to 1.16. Efraim Flashner2018-07-03
| * | | | | | Merge branch 'master' into core-updatesRicardo Wurmus2018-06-29
| |\ \ \ \ \ \
| * | | | | | | gnu: sqlite: Update to 3.24.0.•••* gnu/packages/databases.scm (sqlite): Update to 3.24.0. Tobias Geerinckx-Rice2018-06-12
| * | | | | | | Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus2018-06-06
| |\ \ \ \ \ \ \
| | * | | | | | | gnu: sqlite: Update to 3.23.1.•••* gnu/packages/databases.scm (sqlite): Update to 3.23.1. Marius Bakke2018-04-30
* | | | | | | | | gnu: postgresql: Fix finding extensions.•••* gnu/packages/patches/postgresql-disable-resolve_symlinks.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/databases.scm (postgresql)[source]: Use it. Julien Lepiller2018-10-04
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-08-25
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | gnu: boost: Move 1.59.0 definition to boost.scm.•••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. Ludovic Courtès2018-08-24
| * | | | | | | gnu: perl-dbd-mysql: Update to 4.046.•••* 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. Leo Famulari2018-08-22
* | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-08-22
|\| | | | | | |
| * | | | | | | gnu: Add sqlcrush.•••* gnu/packages/databases.smc (sqlcrush): New public variable. Tobias Geerinckx-Rice2018-08-22
| * | | | | | | gnu: Add python-pymysql.•••* gnu/packages/databases.scm (python-pymysql, python2-pymysql): New public variables. Tobias Geerinckx-Rice2018-08-22
| * | | | | | | gnu: mysql: Update to 5.7.23.•••* gnu/packages/databases.scm (mysql): Update to 5.7.23. Tobias Geerinckx-Rice2018-08-20
| * | | | | | | gnu: mysql: Fix build.•••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. Tobias Geerinckx-Rice2018-08-20
| * | | | | | | gnu: python-pyodbc: Update to 4.0.24.•••* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.24. Tobias Geerinckx-Rice2018-08-20
| * | | | | | | gnu: python-mysqlclient: Update to 1.3.13.•••* gnu/packages/databases.scm (python-mysqlclient): Update to 1.3.13. Tobias Geerinckx-Rice2018-08-20
| * | | | | | | gnu: perl-dbd-sqlite: Update to 1.58.•••* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.58. Tobias Geerinckx-Rice2018-08-20
| * | | | | | | gnu: Update virtuoso-ose to 7.2.5.•••* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.5. Roel Janssen2018-08-20
* | | | | | | | gnu: mariadb: Remove huge mysql_embedded executable.•••* gnu/packages/databases.scm (mariadb)[arguments]: Adjust deletion regex. Marius Bakke2018-08-22
* | | | | | | | gnu: mariadb: Propagate OpenSSL.•••* gnu/packages/databases.scm (mariadb)[inputs]: Move OPENSSL ... [propagated-inputs]: ... here. (r-rmysql)[inputs]: Remove OPENSSL. Marius Bakke2018-08-22
* | | | | | | | gnu: unixodbc: Update to 2.3.7.•••* gnu/packages/databases.scm (unixodbc): Update to 2.3.7. Tobias Geerinckx-Rice2018-08-21
|/ / / / / / /
* | | | | | | Merge branch 'master' into stagingMarius Bakke2018-08-16
|\ \ \ \ \ \ \
| * | | | | | | gnu: mysql: Use HTTPS.•••* gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-08-16
| * | | | | | | gnu: clementine: Fix creating initial database.•••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> Pierre Langlois2018-08-15
| * | | | | | | gnu: perl-db-file: Update to 1.842.•••* gnu/packages/databases.scm (perl-db-file): Update to 1.842. Tobias Geerinckx-Rice2018-08-15
| * | | | | | | gnu: memcached: Fix typos in description.•••* gnu/packages/databases.scm (memcached)[synopsis, description]: Hyphenate. Tobias Geerinckx-Rice2018-08-15
| * | | | | | | gnu: memcached: Update to 1.5.10.•••* gnu/packages/databases.scm (memcached): Update to 1.5.10. Tobias Geerinckx-Rice2018-08-14
| * | | | | | | Migrate search.cpan.org home pages to metacpan.org.•••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. Tobias Geerinckx-Rice2018-08-11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | gnu: r-rmysql: Add missing dependency on OpenSSL.•••* gnu/packages/databases.scm (r-rmysql)[inputs]: Add OPENSSL. Marius Bakke2018-08-16
| |_|_|_|_|/ |/| | | | |
* | | | | | gnu: mariadb: Update to 10.1.35 [security fixes].•••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. Marius Bakke2018-08-10
* | | | | | gnu: postgresql: Update to 10.5 [fixes CVE-2018-10915, CVE-2018-10925].•••* gnu/packages/databases.scm (postgresql): Update to 10.5. Marius Bakke2018-08-10
* | | | | | gnu: mariadb: Remove test which fails on armhf-linux.•••* gnu/packages/databases.scm (mariadb)[arguments]: Disable test 'mroonga/storage.index_read_multiple_double'. Efraim Flashner2018-08-07
* | | | | | gnu: mariadb: Further increase test timeouts.•••* gnu/packages/databases.scm (mariadb)[arguments]: Allow 40 minutes for single tests, and 600 in total. Marius Bakke2018-08-07
* | | | | | gnu: mariadb: Adjust to test failures on Hydra.•••* 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. Marius Bakke2018-08-07
* | | | | | Merge branch 'master' into stagingMarius Bakke2018-07-30
|\| | | | |