gnu: postgresql: Update to 10.5 [fixes CVE-2018-10915, CVE-2018-10925].

* gnu/packages/databases.scm (postgresql): Update to 10.5.
This commit is contained in:
Marius Bakke 2018-08-10 15:12:53 +02:00
parent e19f9c24aa
commit 516fe8deb5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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