gnu: postgresql@11: Update to 11.5 [fixes CVE-2019-10208, CVE-2019-10209].
* gnu/packages/databases.scm (postgresql-11): Update to 11.5.
This commit is contained in:
parent
df3db97587
commit
cbfddc2f33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue