Age | Commit message (Expand) | Author |
2021-03-04 | gnu: mariadb-connector-c: Fix source tarball file name....* gnu/packages/databases.scm (mariadb-connector-c)[source]: Add a FILE-NAME.
| Tobias Geerinckx-Rice |
2021-03-04 | gnu: mariadb-connector-c: Update to 3.1.12....* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.12.
| Tobias Geerinckx-Rice |
2021-02-28 | gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309]....* gnu/packages/databases.scm (redis): Update to 6.0.11.
| Léo Le Bouter |
2021-02-16 | 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>
| Greg Hogan |
2021-02-16 | gnu: apache-arrow: Sort inputs alphabetically....* gnu/packages/databases.scm (apache-arrow)[inputs]: Sort inputs.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Greg Hogan |
2021-02-14 | 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>
| Léo Le Bouter |
2021-02-14 | 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>
| Léo Le Bouter |
2021-02-14 | 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>
| Léo Le Bouter |
2021-02-14 | 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>
| Léo Le Bouter |
2021-02-03 | gnu: libdbi-drivers: Disable tests that get stuck forever....* gnu/packages/databases.scm (libdbi-drivers)[arguments]: Disable tests.
| Guillaume Le Vaillant |
2021-01-25 | Merge branch 'master' into staging | Leo Famulari |
2021-01-20 | gnu: Add pgloader....* gnu/packages/databases.scm (pgloader): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-01-14 | gnu: kyotocabinet: Update to 1.2.79....* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.79.
| Tobias Geerinckx-Rice |
2021-01-14 | gnu: Add freetds....* gnu/packages/databases.scm (freetds): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-01-12 | gnu: redis: Update to 6.0.10....* gnu/packages/databases.scm (redis): Update to 6.0.10.
| Tobias Geerinckx-Rice |
2021-01-10 | Merge branch 'master' into staging | Efraim Flashner |
2020-12-30 | 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.
| Leo Famulari |
2020-12-29 | Merge branch 'ungrafting' into staging | Marius Bakke |
2020-12-29 | 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>
| Vincent Legoll |
2020-12-29 | 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>
| Vincent Legoll |
2020-12-26 | 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>
| Vincent Legoll |
2020-12-21 | Merge branch 'ungrafting' into staging | Marius Bakke |
2020-12-21 | gnu: MariaDB: Disable failing test on i686-linux....* gnu/packages/databases.scm (mariadb)[arguments]: When building on
i686-linux, disable one test.
| Marius Bakke |
2020-12-20 | gnu: MariaDB: Fix 'mariadb_config' output to refer to correct directories....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.
| Marius Bakke |
2020-12-20 | 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.
| Marius Bakke |
2020-12-17 | gnu: lmdb: Install pkg-config file....* gnu/packages/databases.scm (lmdb)[arguments]: Add phase to create a
lmdb.pc file.
| Efraim Flashner |
2020-12-13 | 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.
| Marius Bakke |
2020-12-13 | 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.
| Marius Bakke |
2020-12-13 | gnu: postgresql: Add 13.1....* gnu/packages/databases.scm (postgresql-13): New public variable.
| Marius Bakke |
2020-11-26 | Merge branch 'master' into staging | Marius Bakke |
2020-11-25 | gnu: lmdb: Update to 0.9.27....* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
| Tobias Geerinckx-Rice |
2020-11-19 | Merge branch 'master' into staging | Marius Bakke |
2020-11-18 | 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>
| John Soo |
2020-11-17 | gnu: python-pypika: Update to 0.44.0....* gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
| Tobias Geerinckx-Rice |
2020-11-17 | gnu: python-peewee: Update to 3.14.0....* gnu/packages/databases.scm (python-peewee): Update to 3.14.0.
| Tobias Geerinckx-Rice |
2020-11-11 | Merge branch 'master' into staging | Marius Bakke |
2020-11-10 | gnu: rocksdb: Build reproducibly....* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
| Tobias Geerinckx-Rice |
2020-11-10 | gnu: mariadb-connector-c: Update to 3.1.11....* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.11.
[source]: Specify a mirror.
| Tobias Geerinckx-Rice |
2020-11-09 | gnu: soci: Support Firebird....* gnu/packages/databases.scm (soci)[inputs]: Add firebird.
| Tobias Geerinckx-Rice |
2020-11-09 | gnu: soci: Configure LIBDIR normally....* gnu/packages/databases.scm (soci)[arguments]: Add SOCI_LIBDIR
to #:configure-flags instead of patching CMakeLists.txt.
| Tobias Geerinckx-Rice |
2020-11-09 | gnu: soci: Update to 4.0.1....* gnu/packages/databases.scm (soci): Update to 4.0.1.
[arguments]: Add -DCMAKE_CXX_STANDARD=17 to #:configure-flags.
| Tobias Geerinckx-Rice |
2020-11-08 | gnu: ephemeralpg: Cross-compile....* gnu/packages/databases.scm (ephemeralpg)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2020-11-08 | gnu: ephemeralpg: Update to 3.1....* gnu/packages/databases.scm (ephemeralpg): Update to 3.1.
| Tobias Geerinckx-Rice |
2020-11-08 | gnu: python-peewee: Update to 3.13.3....* gnu/packages/databases.scm (python-peewee): Update to 3.13.3.
[inputs]: Add sqlite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2020-11-07 | Merge branch 'master' into staging... Conflicts:
gnu/local.mk
gnu/packages/gdb.scm
gnu/packages/lisp-xyz.scm
gnu/packages/web-browsers.scm
| Marius Bakke |
2020-11-07 | gnu: firebird: Tweak description....Suggested by Christopher Baines <mail@cbaines.net>.
* gnu/packages/databases.scm (firebird)[description]: Drop ‘and more’.
| Tobias Geerinckx-Rice |
2020-11-07 | gnu: Add firebird....* gnu/packages/databases.scm (firebird): New public variable.
| Tobias Geerinckx-Rice |
2020-10-20 | gnu: databases: Define postgresql-10....So that it can be used, rather than postgresql. Because the major version of
the package is important, as it relates to the compatability with the data
files used by the service, it's useful to have a stable name to refer to a
package for version 10 of PostgreSQL.
* gnu/packages/databases.scm (postgresql-10): New variable.
| Christopher Baines |
2020-10-19 | Merge branch 'master' into staging | Marius Bakke |
2020-10-19 | gnu: Add yoyo-migrations....* gnu/packages/databases.scm (yoyo-migrations): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Vinicius Monego |