Skip to content
Snippets Groups Projects
Commit 8826fb24 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

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.
parent 3c697ffd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment