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

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.22.
This commit is contained in:
Leo Famulari 2021-05-17 14:54:53 -04:00
parent 16da170f19
commit 1b7ea563cd
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1126,14 +1126,14 @@ (define-public postgresql-10
(define-public postgresql-9.6
(package
(inherit postgresql-10)
(version "9.6.21")
(version "9.6.22")
(source (origin
(inherit (package-source postgresql-10))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0d0ngpadf1i7c0i2psaxcbmiwx8334ibcsn283n9fp4853pyl3wk"))))))
"0c19kzrj5ib5ygmavf5d6qvxdwrxzzz6jz1r2dl5b815208cscix"))))))
(define-public postgresql postgresql-13)