me
/
guix
Archived
1
0
Fork 0
Commit Graph

811 Commits (6b930e524292026f81ca04688f83d0bcf195e0cf)

Author SHA1 Message Date
Raghav Gururajan ac6e19b082
gnu: soci: Propagate inputs.
* gnu/packages/databases.scm (soci)[inputs]: Move to...
[propagated-inputs]: ... here.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-27 23:03:13 -04:00
Léo Le Bouter 52c8d07a4f
gnu: mariadb: Fix CVE-2021-27928.
* 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.
2021-03-26 02:21:51 +01:00
zimoun c74c4377b3
gnu: python2-rq: Remove package.
* gnu/packages/databases.scm (python2-rq): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:05 -04:00
Maxim Cournoyer 9bab0950f7
gnu: libmemcached: Disable test suite.
* 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>
2021-03-16 07:46:20 -04:00
Léo Le Bouter 097cf21d1d
gnu: Remove MongoDB.
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 feff80cec3 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.
2021-03-16 11:05:24 +01:00
Efraim Flashner aa983626a2
gnu: mongodb: Update comment about package license.
* 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.
2021-03-11 23:26:01 +02:00
Efraim Flashner 2f9132e2e0
Revert "Revert "gnu: mongodb: Update to 3.4.24 [security fixes].""
This reverts commit feff80cec3.

I was mistaken, there are still branches of mongodb which are still
licensed under the AGPL3
2021-03-11 23:23:00 +02:00
Efraim Flashner f197964689
gnu: mongodb: Add comment about future package versions.
* 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.
2021-03-11 15:17:26 +02:00
Efraim Flashner feff80cec3
Revert "gnu: mongodb: Update to 3.4.24 [security fixes]."
This reverts commit e5f89570c1.

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.
2021-03-11 15:13:55 +02:00
Léo Le Bouter e5f89570c1
gnu: mongodb: Update to 3.4.24 [security fixes].
* 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.
2021-03-10 13:03:12 +01:00
Léo Le Bouter fdf82830d4
gnu: mysql: Update to 5.7.33 [security fixes].
* gnu/packages/databases.scm (mysql): Update to 5.7.33.
2021-03-10 12:22:55 +01:00
Lars-Dominik Braun e7a3ae1e85
gnu: python-tortoise-orm: Update to 0.16.21.
* gnu/packages/databases.scm (python-tortoise-orm) [version]: Update to 0.16.21.
[arguments]: Relax version requirements.
2021-03-10 12:01:46 +01:00
Lars-Dominik Braun 281fd9ad71
gnu: python-aiosqlite: Update to 0.17.0.
* gnu/packages/databases.scm (python-aiosqlite) [version]: Update to 0.17.0.
[arguments]: Run tests.
[propagated-inputs]: Add python-typing-extensions.
2021-03-10 12:01:45 +01:00
Lars-Dominik Braun f73ee73da7
gnu: python-pypika: Update to 0.47.6.
* gnu/packages/databases.scm (python-pypika): Update to 0.47.6.
2021-03-10 12:01:43 +01:00
Tobias Geerinckx-Rice 5f299b4a31
gnu: lmdb: Update to 0.9.28.
* gnu/packages/databases.scm (lmdb): Update to 0.9.28.
2021-03-10 01:16:07 +01:00
Tobias Geerinckx-Rice f6a94e7e33
gnu: mariadb-connector-c: Fix source tarball file name.
* gnu/packages/databases.scm (mariadb-connector-c)[source]: Add a FILE-NAME.
2021-03-04 17:07:49 +01:00
Tobias Geerinckx-Rice 51059be366
gnu: mariadb-connector-c: Update to 3.1.12.
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.12.
2021-03-04 17:07:49 +01:00
Léo Le Bouter 6a67f4430f
gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].
* gnu/packages/databases.scm (redis): Update to 6.0.11.
2021-02-28 03:56:03 +01:00
Greg Hogan 9757e54640
gnu: apache-arrow: Update to 3.0.0.
* gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
[inputs]: Add utf8proc.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-16 13:38:37 -05:00
Greg Hogan 23af76f136
gnu: apache-arrow: Sort inputs alphabetically.
* gnu/packages/databases.scm (apache-arrow)[inputs]: Sort inputs.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-16 13:38:37 -05:00
Léo Le Bouter 392e230d5e
gnu: postgresql: Update to 13.2 [security fixes].
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>
2021-02-14 16:15:45 -05:00
Léo Le Bouter 6941dbf958
gnu: postgresql-9.6: Update to 9.6.21.
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.21.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-14 14:57:59 -05:00
Léo Le Bouter e55812e685
gnu: postgresql-10: Update to 10.16.
* gnu/packages/databases.scm (postgresql-10): Update to 10.16.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-14 14:57:59 -05:00
Léo Le Bouter 812f0d69ff
gnu: postgresql-11: Update to 11.11.
* gnu/packages/databases.scm (postgresql-11): Update to 11.11.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-14 14:57:55 -05:00
Guillaume Le Vaillant 4e902da60c
gnu: libdbi-drivers: Disable tests that get stuck forever.
* gnu/packages/databases.scm (libdbi-drivers)[arguments]: Disable tests.
2021-02-03 18:08:11 +01:00
Leo Famulari 68dd78e2e4
Merge branch 'master' into staging 2021-01-25 15:40:55 -05:00
Sharlatan Hellseher 100a4f84fe
gnu: Add pgloader.
* gnu/packages/databases.scm (pgloader): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-20 10:43:25 +01:00
Tobias Geerinckx-Rice 2a0a6f8fc3
gnu: kyotocabinet: Update to 1.2.79.
* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.79.
2021-01-14 22:05:44 +01:00
Sharlatan Hellseher 0c0a2831b0
gnu: Add freetds.
* gnu/packages/databases.scm (freetds): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-14 10:22:50 +01:00
Tobias Geerinckx-Rice 5aa81639ff
gnu: redis: Update to 6.0.10.
* gnu/packages/databases.scm (redis): Update to 6.0.10.
2021-01-12 22:51:35 +01:00
Efraim Flashner 6985a1acb3
Merge branch 'master' into staging 2021-01-10 14:30:36 +02:00
Leo Famulari ca065e6026
gnu: Remove python2-pyarrow.
This package was failing to build and had no users in the tree.

* gnu/packages/databases.scm (python2-pyarrow): Remove variable.
2020-12-30 17:11:35 -05:00
Marius Bakke 78cf7a4571
Merge branch 'ungrafting' into staging 2020-12-29 17:39:24 +01:00
Vincent Legoll 3a1cb921c9
gnu: redis: Unbundle jemalloc & reinstate most of the tests
* 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>
2020-12-29 10:51:48 +02:00
Vincent Legoll a7051a0e93
gnu: redis: Update to 6.0.9.
* gnu/packages/databases.scm (redis): Update to 6.0.9.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-29 10:40:32 +02:00
Vincent Legoll 91d5424960
gnu: memcached: Update to 1.6.9.
* gnu/packages/databases.scm (memcached): Update to 1.6.9.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-26 21:59:50 +02:00
Marius Bakke 119fd58922
Merge branch 'ungrafting' into staging 2020-12-21 23:44:54 +01:00
Marius Bakke 166472e2c8
gnu: MariaDB: Disable failing test on i686-linux.
* gnu/packages/databases.scm (mariadb)[arguments]: When building on
i686-linux, disable one test.
2020-12-21 23:35:03 +01:00
Marius Bakke 704b7861df
gnu: MariaDB: Fix 'mariadb_config' output to refer to correct directories.
This fixes a regression introduced in ce29031a23
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.
2020-12-20 16:12:50 +01:00
Marius Bakke e693617f55
gnu: PostgreSQL: Do not embed references to build tools.
Fixes <https://bugs.gnu.org/25527>.

* gnu/packages/databases.scm (postgresql-13)[arguments]: In #:configure-flags,
provide non-absolute references to the build tools.
2020-12-20 16:06:49 +01:00
Efraim Flashner 46c2cf6902
gnu: lmdb: Install pkg-config file.
* gnu/packages/databases.scm (lmdb)[arguments]: Add phase to create a
lmdb.pc file.
2020-12-17 11:49:39 +02:00
Marius Bakke a73302ec91
gnu: postgresql: Make version 13 the default.
While at it, rearrange so that variables are in order, and also inherit the
patches in lower versions, as the disable-resolve_symlinks patch was missing
in 11 and 9.

* gnu/packages/databases.scm (postgresql-13): Swap places with ...
(postgresql): ... this.  Turn into dummy pointer variable and move it last.
(postgresql-11): Inherit from POSTGRESQL-13.  Also inherit source.
(postgresql-10): Inherit from POSTGRESQL-11.
(postgresql-9.6): Inherit from POSTGRESQL-10.  Also inherit source.
2020-12-13 21:44:12 +01:00
Marius Bakke ce29031a23
gnu: MariaDB: Update to 10.5.8.
* gnu/packages/databases.scm (mariadb): Update to 10.5.8.
[arguments]: Adjust #:configure-flags to not install tests; remove code for
the same.  Adjust phases for upstream test changes.  Add workaround.
2020-12-13 21:44:09 +01:00
Marius Bakke ddeec8cad3
gnu: postgresql: Add 13.1.
* gnu/packages/databases.scm (postgresql-13): New public variable.
2020-12-13 01:05:57 +01:00
Marius Bakke bff94a5a53
Merge branch 'master' into staging 2020-11-26 01:08:35 +01:00
Tobias Geerinckx-Rice 09306c74fa
gnu: lmdb: Update to 0.9.27.
* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
2020-11-25 23:56:29 +01:00
Marius Bakke 35ed83beae
Merge branch 'master' into staging 2020-11-19 00:04:32 +01:00
John Soo 23526b6716
gnu: Add uuid support to recutils.
* gnu/packages/databases.scm (recutils): [inputs] Add lib output of
util-linux.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-18 23:00:07 +01:00
Tobias Geerinckx-Rice da384d993b
gnu: python-pypika: Update to 0.44.0.
* gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
2020-11-17 04:45:30 +01:00
Tobias Geerinckx-Rice 0fecc6ce67
gnu: python-peewee: Update to 3.14.0.
* gnu/packages/databases.scm (python-peewee): Update to 3.14.0.
2020-11-17 04:45:30 +01:00