postgresql_13: 13.22 -> 13.23
Release Notes: https://github.com/postgres/postgres/blob/89df812eb890814b105d871185935b580478e660/doc/src/sgml/release-13.sgml Fixes: CVE-2025-12817 CVE-2025-12818
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import ./generic.nix {
|
||||
version = "13.22";
|
||||
rev = "refs/tags/REL_13_22";
|
||||
hash = "sha256-6zHA+WU1FroUbGJcTAeEbPKBVQY7SKpT5+Kxe9ZhtoM=";
|
||||
version = "13.23";
|
||||
# TODO: Move back to tag, when they appear upstream:
|
||||
# rev = "refs/tags/REL_13_23";
|
||||
rev = "89df812eb890814b105d871185935b580478e660";
|
||||
hash = "sha256-GSIHFSt2wzaI3HkA3yX/gZZF+LKwODHYislagdhQjmE=";
|
||||
muslPatches = {
|
||||
disable-test-collate-icu-utf8 = {
|
||||
url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";
|
||||
|
||||
Reference in New Issue
Block a user