gnu: postgresql: Update to 10.1 [security fixes].

Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.

* gnu/packages/databases.scm (postgresql): Update to 10.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Rutger Helling 2017-11-09 16:38:27 +01:00 committed by Marius Bakke
parent b70d72ac47
commit 1d8e73ba67
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -609,14 +609,14 @@ (define-public mariadb
(define-public postgresql
(package
(name "postgresql")
(version "10.0")
(version "10.1")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1lbzwpmdxmk5bh0ix0rn72qbd52dq5cb55nzajscb0bvwa95abvi"))))
"04z7lm4h94625vbncwv98svycqr942n3q47ailqaczkszqjlxjrw"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-uuid=e2fs")