postgresql_15: 15,14 -> 15.15

Release Notes:
https://github.com/postgres/postgres/blob/32f38816779420502d4a311835d5fe939e9548a0/doc/src/sgml/release-15.sgml

Fixes:
CVE-2025-12817
CVE-2025-12818
This commit is contained in:
Wolfgang Walther
2025-11-11 12:48:32 +01:00
parent 88fd06566c
commit 534d73a49f
+5 -3
View File
@@ -1,7 +1,9 @@
import ./generic.nix {
version = "15.14";
rev = "refs/tags/REL_15_14";
hash = "sha256-KzN0gsEY6wFLqNYMxbTj2NH+4IWO0pplWP4XO/fqRLM=";
version = "15.15";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_15_15";
rev = "32f38816779420502d4a311835d5fe939e9548a0";
hash = "sha256-veGKXAvK+dNofBuSXsmCsPdXDJOC04+QV3HEr0XaE68=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql15/dont-use-locale-a-on-musl.patch?id=f424e934e6d076c4ae065ce45e734aa283eecb9c";