gnu: PostgreSQL 11: Update to 11.12 [fixes CVE-2021-{32027,32028,32029}].

* gnu/packages/databases.scm (postgresql-11): Update to 11.12.
This commit is contained in:
Leo Famulari 2021-05-17 14:52:04 -04:00
parent ef221c8b71
commit 49a99a744a
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1102,14 +1102,14 @@ (define-public postgresql-11
(package
(inherit postgresql-13)
(name "postgresql")
(version "11.11")
(version "11.12")
(source (origin
(inherit (package-source postgresql-13))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0v0qk298nxmpzpgsxcsxma328hdkyzd7fwjs0zsn6zavl5zpnq20"))))))
"016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7"))))))
(define-public postgresql-10
(package