Age | Commit message (Collapse) | Author |
|
* 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.
|
|
This reverts commit feff80cec3c97a3df2c20d300be12d67f79d4f22.
I was mistaken, there are still branches of mongodb which are still
licensed under the AGPL3
|
|
* 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.
|
|
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/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/packages/databases.scm (mysql): Update to 5.7.33.
|
|
* gnu/packages/databases.scm (python-tortoise-orm) [version]: Update to 0.16.21.
[arguments]: Relax version requirements.
|
|
* gnu/packages/databases.scm (python-aiosqlite) [version]: Update to 0.17.0.
[arguments]: Run tests.
[propagated-inputs]: Add python-typing-extensions.
|
|
* gnu/packages/databases.scm (python-pypika): Update to 0.47.6.
|
|
* gnu/packages/databases.scm (lmdb): Update to 0.9.28.
|
|
* gnu/packages/databases.scm (mariadb-connector-c)[source]: Add a FILE-NAME.
|
|
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.12.
|
|
* gnu/packages/databases.scm (redis): Update to 6.0.11.
|
|
* gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
[inputs]: Add utf8proc.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/databases.scm (apache-arrow)[inputs]: Sort inputs.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
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/packages/databases.scm (postgresql-9.6): Update to 9.6.21.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/databases.scm (postgresql-10): Update to 10.16.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/databases.scm (postgresql-11): Update to 11.11.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/databases.scm (libdbi-drivers)[arguments]: Disable tests.
|
|
|
|
* gnu/packages/databases.scm (pgloader): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.79.
|
|
* gnu/packages/databases.scm (freetds): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/databases.scm (redis): Update to 6.0.10.
|
|
|
|
This package was failing to build and had no users in the tree.
* gnu/packages/databases.scm (python2-pyarrow): Remove variable.
|
|
|
|
* 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/packages/databases.scm (redis): Update to 6.0.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/databases.scm (memcached): Update to 1.6.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
* gnu/packages/databases.scm (mariadb)[arguments]: When building on
i686-linux, disable one test.
|
|
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.
|
|
Fixes <https://bugs.gnu.org/25527>.
* gnu/packages/databases.scm (postgresql-13)[arguments]: In #:configure-flags,
provide non-absolute references to the build tools.
|
|
* gnu/packages/databases.scm (lmdb)[arguments]: Add phase to create a
lmdb.pc file.
|
|
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.
|
|
* 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.
|
|
* gnu/packages/databases.scm (postgresql-13): New public variable.
|
|
|
|
* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
|
|
|
|
* gnu/packages/databases.scm (recutils): [inputs] Add lib output of
util-linux.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
|
|
* gnu/packages/databases.scm (python-peewee): Update to 3.14.0.
|
|
|
|
* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
|
|
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.11.
[source]: Specify a mirror.
|
|
* gnu/packages/databases.scm (soci)[inputs]: Add firebird.
|
|
* gnu/packages/databases.scm (soci)[arguments]: Add SOCI_LIBDIR
to #:configure-flags instead of patching CMakeLists.txt.
|