summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: python-sqlparse: Remove unnecessary runtime dependencies.Marius Bakke2021-05-05
| | | | | * gnu/packages/databases.scm (python-sqlparse)[arguments]: Override 'wrap' phase.
* gnu: python-sqlparse: Update to 0.4.1.Marius Bakke2021-05-05
| | | | * gnu/packages/databases.scm (python-sqlparse): Update to 0.4.1.
* gnu: soci: Update to 4.0.2.Tobias Geerinckx-Rice2021-05-01
| | | | * gnu/packages/databases.scm (soci): Update to 4.0.2.
* gnu: Add ruby-redis.Pjotr Prins2021-04-26
| | | | | | * gnu/packages/databases.scm (ruby-redis): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: nanodbc: Build shared libraries.Ricardo Wurmus2021-04-23
| | | | * gnu/packages/databases.scm (nanodbc)[arguments]: Build shared libraries.
* gnu: Add nanodbc.Ricardo Wurmus2021-04-20
| | | | * gnu/packages/databases.scm (nanodbc): New variable.
* gnu: freetds: Update to 1.2.20.Tobias Geerinckx-Rice2021-04-19
| | | | * gnu/packages/databases.scm (freetds): Update to 1.2.20.
* gnu: freetds: Update to 1.2.19.Tobias Geerinckx-Rice2021-04-11
| | | | * gnu/packages/databases.scm (freetds): Update to 1.2.19.
* gnu: Add galera.methuselah-02021-04-08
| | | | | | * gnu/packages/databases.scm (galera): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-tortoise-orm: Fix dependencies.Lars-Dominik Braun2021-04-06
| | | | | | * gnu/packages/databases.scm (python-tortoise-orm) [propagated-inputs]: Add missing dependency. [arguments]: Relax pytz version requirement, remove iso8601 requirement.
* gnu: soci: Propagate inputs.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/databases.scm (soci)[inputs]: Move to... [propagated-inputs]: ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mariadb: Fix CVE-2021-27928.Léo Le Bouter2021-03-26
| | | | | | | * gnu/packages/patches/mariadb-CVE-2021-27928.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (mariadb/fixed): New variable. Apply patch. (mariadb)[replacement]: Graft.
* gnu: python2-rq: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/databases.scm (python2-rq): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libmemcached: Disable test suite.Maxim Cournoyer2021-03-16
| | | | | | | | | | | * gnu/packages/databases.scm (libmemcached): Disable test suite. Removing trailing #t. [phases]{fix-configure}: Remove useless group in pattern. {disable-failing-tests}: Remove phase. {build-and-install-html-doc}: Order after the build phase. [home-page]: Please 'guix lint'. Reported-by: Simon Tournier <zimon.toutoune@gmail.com>
* gnu: Remove MongoDB.Léo Le Bouter2021-03-16
| | | | | | | | | | | | | | | | | | | | | | mongodb 3.4.10 has unpatched CVEs and mongodb 3.4.24 has some files in the release tarball under the SSPL, therefore we cannot provide mongodb while upholding to good security standards. It turns out feff80cec3c97a3df2c20d300be12d67f79d4f22 was right since while the main license file wasnt altered to SSPL, some files in the tree contain SSPL headers. * gnu/packages/databases.scm (go-gopkg.in-mgo.v2): Remove. * gnu/packages/databases.scm (mongo-tools): Remove. * doc/guix.texi (mongodb-service-type): Remove. * gnu/tests/databases.scm (%test-mongodb, %mongodb-os, run-mongodb-test): Remove. * gnu/services/databases.scm (mongodb-configuration, mongodb-configuration?, mongodb-configuration-mongodb, mongodb-configuration-config-file, mongodb-configuration-data-directory, mongodb-service-type, %default-mongodb-configuration-file, %mongodb-accounts, mongodb-activation, mongodb-shepherd-service): Remove. * gnu/packages/databases.scm (mongodb): Remove.
* gnu: mongodb: Update comment about package license.Efraim Flashner2021-03-11
| | | | | | * gnu/packages/databases.scm (mongodb): Adjust the comment about the licensing status of the package, there are still older branches receiving updates under the AGPL license.
* Revert "Revert "gnu: mongodb: Update to 3.4.24 [security fixes].""Efraim Flashner2021-03-11
| | | | | | | This reverts commit feff80cec3c97a3df2c20d300be12d67f79d4f22. I was mistaken, there are still branches of mongodb which are still licensed under the AGPL3
* gnu: mongodb: Add comment about future package versions.Efraim Flashner2021-03-11
| | | | | | * gnu/packages/databases.scm (mongodb): Add comment that the license of the package changed after the packaged version and that it shouldn't be updated.
* Revert "gnu: mongodb: Update to 3.4.24 [security fixes]."Efraim Flashner2021-03-11
| | | | | | | | This reverts commit e5f89570c1d72c4b674fad6b6ad5591ead02d419. After this version mongodb switched to the Server Side Public License (https://www.mongodb.com/licensing/server-side-public-license) which is not a FOSS license.
* gnu: mongodb: Update to 3.4.24 [security fixes].Léo Le Bouter2021-03-10
| | | | | | | | * gnu/packages/patches/mongodb-support-unknown-linux-distributions.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Ditto. * gnu/packages/databases.scm (mongodb): Update to 3.4.24. [source]: Drop patch. Update third_party libs folder names.
* gnu: mysql: Update to 5.7.33 [security fixes].Léo Le Bouter2021-03-10
| | | | * gnu/packages/databases.scm (mysql): Update to 5.7.33.
* gnu: python-tortoise-orm: Update to 0.16.21.Lars-Dominik Braun2021-03-10
| | | | | * gnu/packages/databases.scm (python-tortoise-orm) [version]: Update to 0.16.21. [arguments]: Relax version requirements.
* gnu: python-aiosqlite: Update to 0.17.0.Lars-Dominik Braun2021-03-10
| | | | | | * gnu/packages/databases.scm (python-aiosqlite) [version]: Update to 0.17.0. [arguments]: Run tests. [propagated-inputs]: Add python-typing-extensions.
* gnu: python-pypika: Update to 0.47.6.Lars-Dominik Braun2021-03-10
| | | | * gnu/packages/databases.scm (python-pypika): Update to 0.47.6.
* gnu: lmdb: Update to 0.9.28.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/databases.scm (lmdb): Update to 0.9.28.
* gnu: mariadb-connector-c: Fix source tarball file name.Tobias Geerinckx-Rice2021-03-04
| | | | * gnu/packages/databases.scm (mariadb-connector-c)[source]: Add a FILE-NAME.
* gnu: mariadb-connector-c: Update to 3.1.12.Tobias Geerinckx-Rice2021-03-04
| | | | * gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.12.
* gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].Léo Le Bouter2021-02-28
| | | | * gnu/packages/databases.scm (redis): Update to 6.0.11.
* gnu: apache-arrow: Update to 3.0.0.Greg Hogan2021-02-16
| | | | | | | * gnu/packages/databases.scm (apache-arrow): Update to 3.0.0. [inputs]: Add utf8proc. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: apache-arrow: Sort inputs alphabetically.Greg Hogan2021-02-16
| | | | | | * gnu/packages/databases.scm (apache-arrow)[inputs]: Sort inputs. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: postgresql: Update to 13.2 [security fixes].Léo Le Bouter2021-02-14
| | | | | | | | | Fixes CVE-2021-3393 and CVE-2021-20229. * gnu/packages/databases.scm (postgresql-13.2): New variable. (postgresql-13)[replacement]: New field. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: postgresql-9.6: Update to 9.6.21.Léo Le Bouter2021-02-14
| | | | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.21. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: postgresql-10: Update to 10.16.Léo Le Bouter2021-02-14
| | | | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.16. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: postgresql-11: Update to 11.11.Léo Le Bouter2021-02-14
| | | | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.11. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libdbi-drivers: Disable tests that get stuck forever.Guillaume Le Vaillant2021-02-03
| | | | * gnu/packages/databases.scm (libdbi-drivers)[arguments]: Disable tests.
* Merge branch 'master' into stagingLeo Famulari2021-01-25
|\
| * gnu: Add pgloader.Sharlatan Hellseher2021-01-20
| | | | | | | | | | | | * gnu/packages/databases.scm (pgloader): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: kyotocabinet: Update to 1.2.79.Tobias Geerinckx-Rice2021-01-14
| | | | | | | | * gnu/packages/databases.scm (kyotocabinet): Update to 1.2.79.
| * gnu: Add freetds.Sharlatan Hellseher2021-01-14
| | | | | | | | | | | | * gnu/packages/databases.scm (freetds): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: redis: Update to 6.0.10.Tobias Geerinckx-Rice2021-01-12
| | | | | | | | * gnu/packages/databases.scm (redis): Update to 6.0.10.
* | Merge branch 'master' into stagingEfraim Flashner2021-01-10
|\|
| * gnu: Remove python2-pyarrow.Leo Famulari2020-12-30
| | | | | | | | | | | | This package was failing to build and had no users in the tree. * gnu/packages/databases.scm (python2-pyarrow): Remove variable.
* | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
|\|
| * gnu: redis: Unbundle jemalloc & reinstate most of the testsVincent Legoll2020-12-29
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (redis)[source]: Delete bundled jemalloc. [native-inputs]: Add procps & tcl for the tests. [arguments]: substitute the right tclsh binary & disable failing tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: redis: Update to 6.0.9.Vincent Legoll2020-12-29
| | | | | | | | | | | | * gnu/packages/databases.scm (redis): Update to 6.0.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: memcached: Update to 1.6.9.Vincent Legoll2020-12-26
| | | | | | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.6.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-21
|\|
| * gnu: lmdb: Install pkg-config file.Efraim Flashner2020-12-17
| | | | | | | | | | * gnu/packages/databases.scm (lmdb)[arguments]: Add phase to create a lmdb.pc file.
* | gnu: MariaDB: Disable failing test on i686-linux.Marius Bakke2020-12-21
| | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: When building on i686-linux, disable one test.
* | gnu: MariaDB: Fix 'mariadb_config' output to refer to correct directories.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression introduced in ce29031a23104928155b498d552fc4140cc03030 where 'mariadb_config' would return libdir and plugindir relative to the location of the 'mariadb_config' program (which lives in a separate output). While at it, fix a couple other wrong references, and a another regression related to test installation. * gnu/packages/databases.scm (mariadb)[arguments]: Patch "mariadb_config.c.in" so that it falls back to old behavior. Patch 'mariadb.pc.in' and 'mariadb_connector_c.cmake' to cope with absolute directory names. In #:configure-flags, don't set INSTALL_MYSQLTESTDIR, but delete the installed tests with a phase.