1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/databases.scm (postgresql-10): Update to 10.17.
This commit is contained in:
Leo Famulari
2021-05-17 14:54:07 -04:00
parent 49a99a744a
commit 16da170f19

View File

@@ -1114,14 +1114,14 @@ pictures, sounds, or video.")
(define-public postgresql-10
(package
(inherit postgresql-11)
(version "10.16")
(version "10.17")
(source (origin
(inherit (package-source postgresql-11))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1cvv8qw0gkkczqhiwx6ns7w88dwkvdz4cvb2d4ff14363f5p2p53"))))))
"0v5jahkqm6gkq67s4bac3h7297bscn2ab6y128idi73cc1qq1wjs"))))))
(define-public postgresql-9.6
(package