~ruther/guix-local

ref: f96eda90d5b015057dfd28d4ef7466dbae4bc3f5 guix-local/gnu/packages/databases.scm -rw-r--r-- 105.2 KiB
703a8b7d — Leo Famulari 8 years ago
gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.8.
bb17b2be — Leo Famulari 8 years ago
gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058].

* gnu/packages/databases.scm (postgresql): Update to 10.3.
e9802319 — Leo Famulari 8 years ago
gnu: memcached: Update to 1.5.6.

* gnu/packages/databases.scm (memcached): Update to 1.5.6.
29c9c9c2 — Ricardo Wurmus 8 years ago
gnu: r-rmysql: Update to 0.10.14.

* gnu/packages/databases.scm (r-rmysql): Update to 0.10.14.
ff856cfd — Marius Bakke 8 years ago
gnu: python-pickleshare: Run the tests.

* gnu/packages/databases.scm (python-pickleshare)[arguments]: Replace CHECK-PHASE.
[native-inputs]: Add PYTHON-PYTEST.
ed519b3c — Marius Bakke 8 years ago
gnu: python-pickleshare: Update to 0.7.4.

* gnu/packages/databases.scm (python-pickleshare): Update to 0.7.4.
[source](uri): Use PYPI-URI.
[propagated-inputs]: Remove.
[properties]: Delay python2 variant.
(python2-pickleshare)[propagated-inputs]: Add PYTHON2-PATHLIB2.
150062f1 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
8c078dde — Tobias Geerinckx-Rice 8 years ago
gnu: perl-dbd-pg: Update to 3.7.4.

* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.7.4.
efe2a283 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
2c433a16 — Leo Famulari 8 years ago
gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].

* gnu/packages/databases.scm (postgresql): Update to 10.2.
e7ca6349 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
9b32bf6e — Christopher Baines 8 years ago
gnu: Fix and improve the mongo-tools package.

The hash of the source for this package is wrong. Most probably because the
source was changed from a tarball to a git repository without updating the
hash. Fixing this seems to break the check phase, so I rewrote that as well,
making changes to the build and install phases as needed.

* gnu/packages/databases.scm (mongo-tools)[source]: Update the hash value.
  [arguments]: Remove the different unpack path, as this isn't necessary when
  using the git repository as a source. Move the list of tools to make it
  accessible from multiple phases. Rewrite the build phase, getting it to
  install the tools in to the location the tests seem to expect to find
  them. Replace the check phase to run the tests for each tool
  individually. Add an install phase to install the tools, now that go install
  is not being run in the build phase.
  [native-inputs]: Add go-github.com-smartystreets-goconvey as a native-input
  as this is required for running the tests.
bee7bb31 — Marius Bakke 8 years ago
Merge branch 'master' into core-updates
33c88fcb — Christopher Baines 8 years ago
gnu: Add mongo-tools.

* gnu/packages/databases.scm (mongo-tools): New variable.
58071723 — Christopher Baines 8 years ago
gnu: Add go-gopkg.in-mgo.v2.

* gnu/packages/databases.scm (go-gopkg.in-mgo.v2): New variable.
b9ed5ef3 — Mark H Weaver 8 years ago
gnu: Add sqlite-with-fts5.

* gnu/packages/databases.scm (sqlite-with-fts5): New variable.
b89d8a42 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
bbf9092b — Tobias Geerinckx-Rice 8 years ago
gnu: 4store: Update URI.

* gnu/packages/databases.scm (4store)[source, home-page]: Update URI.
e074a655 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
8d7b476b — Efraim Flashner 8 years ago
gnu: mongodb: Fix indentation.

* gnu/packages/databases.scm (mongodb): Replace tabs with spaces.
Next