gnu: postgresql: Update to 9.3.11. [fixes CVE-2015-{5288,5289},CVE-2016-{0766,0773}]

* gnu/packages/databases.scm (postgresql): Update to 9.3.11.
This commit is contained in:
Efraim Flashner 2016-02-13 20:24:01 +02:00
parent 3c697ffda3
commit 8826fb241e

View file

@ -273,14 +273,14 @@ (define-public mariadb
(define-public postgresql
(package
(name "postgresql")
(version "9.3.8")
(version "9.3.11")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1ymd98szvx12gyjdb9gr2hlkrb5bjx7mcshqq3xzdifzapkkqp5w"))))
"08ba951nfiy516flaw352shj1zslxg4ryx3w5k0adls1r682l8ix"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)