postgresql_14: 14.20 -> 14.21

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

Security: CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006,
CVE-2026-2007
This commit is contained in:
Wolfgang Walther
2026-02-10 10:17:55 +01:00
parent fabe9a18ba
commit 4fa12916eb
+4 -3
View File
@@ -1,7 +1,8 @@
import ./generic.nix {
version = "14.20";
rev = "refs/tags/REL_14_20";
hash = "sha256-5wWuS78yn1p+ZjlUy5jCf1mLq78D3iI7mWPBVTd1Ufk=";
version = "14.21";
# rev = "refs/tags/REL_14_21";
rev = "eb788b43371849237c61ba2747fc11e96c08d861";
hash = "sha256-9uG32BVzXOL2yAJmFVkIvEZJrmI5ToL7ojtivWmufL8=";
muslPatches = {
disable-test-collate-icu-utf8 = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";