gnu: postgresql@11: Update to 11.5 [fixes CVE-2019-10208, CVE-2019-10209].

* gnu/packages/databases.scm (postgresql-11): Update to 11.5.
master
Marius Bakke 2019-08-08 17:34:21 +02:00
parent df3db97587
commit cbfddc2f33
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -853,14 +853,14 @@ pictures, sounds, or video.")
(package
(inherit postgresql)
(name "postgresql")
(version "11.4")
(version "11.5")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"12ycjlqncijgmd5z078ybwda8ilas96lc7nxxmdq140mzpgjv002"))))))
"106ikalvrilihlvhq7xj7snq98hgbgq6qsgjrd252wgw1c327pvz"))))))
(define-public postgresql-9.6
(package