summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: CMake: Update to 3.20.2.Marius Bakke2021-05-09
| | | | | | | | | | * gnu/packages/cmake.scm (%common-disabled-tests): Don't disable BootstrapTest. (cmake-bootstrap): Update to 3.20.2. [source](modules, snippet): Move from here ... (cmake-minimal)[source]: ... to here. * gnu/packages/patches/mariadb-cmake-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/databases.scm (mariadb)[source](patches): Add it.
* gnu: PostgreSQL: Remove replacement package.Marius Bakke2021-05-09
| | | | | | * gnu/packages/databases.scm (postgresql-13): Update to 13.2. [replacement]: Remove. (postgresql-13.2): Remove variable.
* gnu: MariaDB: Incorporate grafted changes.Marius Bakke2021-05-09
| | | | | | * gnu/packages/databases.scm (mariadb)[replacement]: Remove. [source](patches): New field. (mariadb/fixed): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * 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.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * 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.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * 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.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * 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>
* | Merge branch 'master' into core-updatesDanny Milosavljevic2021-02-11
|\|
| * 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 core-updatesChristopher Baines2021-02-03
|\|
| * 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.
* | | gnu: postgresql: Set default socket directory.Mathieu Othacehe2021-01-28
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (postgresql)[arguments]: Add 'set-socket-dir phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>