postgresql_14: 14.19 -> 14.20

Release Notes:
https://github.com/postgres/postgres/blob/9ad034be354da9af1cea76836a9e576c110d1ff3/doc/src/sgml/release-14.sgml

Fixes:
CVE-2025-12817
CVE-2025-12818
This commit is contained in:
Wolfgang Walther
2025-11-11 12:47:55 +01:00
parent 01258c1162
commit 88fd06566c
+5 -3
View File
@@ -1,7 +1,9 @@
import ./generic.nix {
version = "14.19";
rev = "refs/tags/REL_14_19";
hash = "sha256-z8MEeLae4W4YqGBNcPtKnUENxnixugnv5Q6r+LW4uu8=";
version = "14.20";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_14_20";
rev = "9ad034be354da9af1cea76836a9e576c110d1ff3";
hash = "sha256-5wWuS78yn1p+ZjlUy5jCf1mLq78D3iI7mWPBVTd1Ufk=";
muslPatches = {
disable-test-collate-icu-utf8 = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";