summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: mysql: Update to 5.7.27.Efraim Flashner2019-10-03
| | | | | | * gnu/packages/databases.scm (mysql): Update to 5.7.27. [native-inputs]: Add pkg-config. [inputs]: Add libtirpc, rpcsvc-proto.
* Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\
| * gnu: tdb: Update to 1.4.2.Marius Bakke2019-09-05
| | | | | | | | * gnu/packages/databases.scm (tdb): Update to 1.4.2.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: python-alembic: Update to 1.0.11.Marius Bakke2019-08-29
| | | | | | | | * gnu/packages/databases.scm (python-alembic): Update to 1.0.11.
| * gnu: python-pyodbc: Update to 4.0.27.Tobias Geerinckx-Rice2019-08-24
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.27.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|
| * gnu: python-redis: Update to 3.3.8.Tobias Geerinckx-Rice2019-08-22
| | | | | | | | * gnu/packages/databases.scm (python-redis): Update to 3.3.8.
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * Merge branch 'staging'Marius Bakke2019-08-13
| |\
| | * Merge branch 'master' into stagingMarius Bakke2019-08-08
| | |\
| | * | gnu: postgresql: Udpate to 10.10 [fixes CVE-2019-10208].Marius Bakke2019-08-08
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.10.
| | * | gnu: mariadb: Update to 10.1.41 [security fixes].Marius Bakke2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2019-2805, CVE-2019-2740, CVE-2019-2739, and CVE-2019-2737. * gnu/packages/databases.scm (mariadb): Update to 10.1.41. [source](uri): Update download URL.
| | * | gnu: MariaDB: Disable the TokuDB plugin.Marius Bakke2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/35521>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/databases.scm (mariadb)[arguments]: Pass "-DTOKUDB_OK" in <#:configure-flags>. Enable the "innodb_fts.crash_recovery" test, which likely failed because of the high I/O load induced by TokuDB. [inputs]: Remove SNAPPY. (cherry picked from commit bba7a77ed9ad826bcdc6d9b8a183d66a23229501)
| * | | gnu: 4store: Remove unneeded build phase.Efraim Flashner2019-08-09
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (4store)[arguments]: Remove unneeded 'generate-configure phase.
| * | | gnu: 4store: Don't use unstable tarball.Efraim Flashner2019-08-09
| | |/ | |/| | | | | | | | | | * gnu/packages/databases.scm (4store)[source]: Download using 'git-fetch'.
| * | gnu: postgresql@9: Update to 9.6.15 [fixes CVE-2019-10208].Marius Bakke2019-08-08
| | | | | | | | | | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.15.
| * | gnu: postgresql@11: Update to 11.5 [fixes CVE-2019-10208, CVE-2019-10209].Marius Bakke2019-08-08
| |/ | | | | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.5.
* | gnu: MariaDB: Disable the TokuDB plugin.Marius Bakke2019-07-14
| | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/35521>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/databases.scm (mariadb)[arguments]: Pass "-DTOKUDB_OK" in <#:configure-flags>. Enable the "innodb_fts.crash_recovery" test, which likely failed because of the high I/O load induced by TokuDB. [inputs]: Remove SNAPPY.
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-12
|\| | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/python-xyz.scm gnu/packages/xml.scm guix/gexp.scm po/guix/POTFILES.in
| * Merge branch 'staging'Marius Bakke2019-07-11
| |\
| | * Merge branch 'master' into stagingMarius Bakke2019-07-10
| | |\
| * | | gnu: postgresql@9: Update to 9.6.14 [fixes CVE-2018-1058, CVE-2019-9193]Efraim Flashner2019-07-10
| | |/ | |/| | | | | | | * gnu/packages/databases.scm (postgresql@9): Update to 9.6.14.
| * | gnu: Add python-crate.Pierre Langlois2019-07-07
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-crate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-07-02
|\ \ \ | | |/ | |/|
| * | gnu: postgresql@10: Update to 10.9.Marius Bakke2019-07-02
| |/ | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.9.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-27
|\|
| * gnu: memcached: Update to 1.5.16.Tobias Geerinckx-Rice2019-06-25
| | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.5.16.
| * gnu: Add postgresql-11.Gábor Boskovits2019-06-24
| | | | | | | | * gnu/packages/databases.scm(postgresql-11): New variable.
| * gnu: python-lmdb: Update to 0.95.Tobias Geerinckx-Rice2019-06-22
| | | | | | | | * gnu/packages/databases.scm (python-lmdb): Update to 0.95.
* | gnu: Replace uses of 'cmake' with 'cmake-minimal'.Marius Bakke2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows up commit 2f33a7321e5e37d37f57c229c8079cb4ffd10834 which introduced a new CMAKE-MINIMAL variant for use in package inputs. * gnu/packages/databases.scm (python-pyarrow)[native-inputs]: Replace CMAKE with CMAKE-MINIMAL. * gnu/packages/emacs-xyz.scm (emacs-scel)[native-inputs]: Likewise. * gnu/packages/firmware.scm (ath9k-htc-firmware)[native-inputs]: Likewise. * gnu/packages/games.scm (0ad, the-butterfly-effect)[native-inputs]: Likewise. * gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise. * gnu/packages/ibus.scm (ibus-rime)[native-inputs]: Likewise. * gnu/packages/rust.scm (rust-1.19)[native-inputs]: Likewise. * gnu/packages/simulation.scm (fenics)[native-inputs]: Likewise. * gnu/packages/squirrel.scm (squirrel)[native-inputs]: Likewise. * gnu/packages/video.scm (handbrake)[native-inputs]: Likewise. * gnu/packages/virtualization.scm (xen)[native-inputs]: Likewise. * gnu/packages/vulkan.scm (shaderc)[native-inputs]: Likewise.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-06-20
|\|
| * gnu: perl-db-file: Update to 1.852.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.852. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * Merge branch 'master' into stagingMarius Bakke2019-06-11
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-06-03
| |\ \
* | \ \ Merge branch 'master' into core-updatesLudovic Courtès2019-06-13
|\ \ \ \ | | |_|/ | |/| |
| * | | gnu: recutils: Remove emacs-minimal native input.Jack Hill2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (recutils)[native-inputs]: Remove emacs-minimal. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * | | gnu: Add emacs-recutils.Jack Hill2019-06-10
| | |/ | |/| | | | | | | | | | | | | * gnu/packages/databases.scm (emacs-recutils): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * | gnu: python-alembic: Update to 1.0.10.Danny Milosavljevic2019-05-27
| | | | | | | | | | | | * gnu/packages/databases.scm (python-alembic): Update to 1.0.10.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-05-25
|\ \ \ | | |/ | |/|
| * | gnu: postgresql: Remove graft for 10.8.Marius Bakke2019-05-24
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.8. [replacement]: Remove. (postgresql-10.8): Remove variable.
| * | Merge branch 'master' into stagingMarius Bakke2019-05-24
| |\|
| | * gnu: Move Sphinx and friends to (gnu packages sphinx).Marius Bakke2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport, python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx, python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme, python2-sphinx-rtd-theme, python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed, python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput, python-sphinx-repoze-interface, python2-sphinx-repoze-interface, python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme, python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme, python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ... (gnu): * gnu/packages/sphinx.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/cluster.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm, gnu/packages/search.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
| | * gnu: postgresql: Replace with 10.8 [security fixes].Marius Bakke2019-05-24
| | | | | | | | | | | | | | | | | | | | | This fixes CVE-2019-10129 and CVE-2019-10130. * gnu/packages/databases.scm (postgresql)[replacement]: New field. (postgresql-10.8): New variable.
| | * gnu: python-trollius-redis: Fix typo "asynchronous".Vagrant Cascadian2019-05-22
| | | | | | | | | | | | * gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
| | * gnu: memcached: Update to 1.5.14.Tobias Geerinckx-Rice2019-05-21
| | | | | | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.5.14.
| | * gnu: python-mysqlclient: Don't depend on MySQL.Marius Bakke2019-05-13
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Move MARIADB from here to ... [inputs]: ... here. Remove MYSQL.
| | * gnu: perl-dbd-mysql: Depend on MariaDB rather than MySQL.Marius Bakke2019-05-13
| | | | | | | | | | | | | | | * gnu/packages/databases.scm (perl-dbd-mysql)[propagated-inputs]: Change from MYSQL to MARIADB.
| | * gnu: postgresql@9: Update to 9.6.13 [fixes CVE-2019-10129, CVE-2019-10130].Marius Bakke2019-05-13
| | | | | | | | | | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.13.
| | * gnu: leveldb: Update to 1.22.Marius Bakke2019-05-09
| | | | | | | | | | | | * gnu/packages/databases.scm (leveldb): Update to 1.22.