gnu: postgresql@9: Update to 9.6.13 [fixes CVE-2019-10129, CVE-2019-10130].

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.13.
master
Marius Bakke 2019-05-11 18:12:30 +02:00
parent 6ced4433c7
commit 0447a2a82b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -846,14 +846,14 @@ pictures, sounds, or video.")
(package
(inherit postgresql)
(name "postgresql")
(version "9.6.12")
(version "9.6.13")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"114xay230xia2fagisxahs5fc2mza8hmmkr6ibd7nxllp938931f"))))))
"197964wb5pc5fx81a6mh9hlcrr9sgr3nqlpmljv6asi9aq0d5gpc"))))))
(define-public python-pymysql
(package