gnu: postgresql: Update to 9.5.4 [fixes CVE-2016-{5423,5424}].

* gnu/packages/databases.scm (postgresql): Update to 9.5.4.
master
Leo Famulari 2016-08-12 01:43:47 -04:00
parent b92f651be8
commit 2b895f6980
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -345,14 +345,14 @@ as a drop-in replacement of MySQL.")
(define-public postgresql
(package
(name "postgresql")
(version "9.5.3")
(version "9.5.4")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1d500d2qsdzysnis6qi84xchnz5xh8kx8sjfmkbsijwaqlfw11bk"))))
"1l3fqxlpxgl6nrcd4h6lpi2hsiv56yg83n3xrn704rmdch8mfpng"))))
(build-system gnu-build-system)
(arguments
`(#:phases