gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].

* gnu/packages/databases.scm (postgresql-11): Update to 11.16.
This commit is contained in:
Marius Bakke 2022-06-14 14:21:38 +02:00
parent f4f31bb99c
commit a18f937b56
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1279,14 +1279,14 @@ (define-public postgresql-11
(package
(inherit postgresql-13)
(name "postgresql")
(version "11.15")
(version "11.16")
(source (origin
(inherit (package-source postgresql-13))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1qvrm0vhwnc5nijfbqybhwfjbq4r7vmk445sz7s6fiagpn78xxf8"))
"1983a7y4y6zhbgh0qcdfkf99445j1zm5q1ncrbkrx555y08y3n9d"))
(patches (search-patches
"postgresql-disable-resolve_symlinks.patch"))))
(native-inputs