From 42d219833c13e9ae03e473956df257c7562dbf31 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 22:54:10 +0800 Subject: [PATCH] Update code from upstream --- postgresql.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 7f7ccf8..ea9454a 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global beta 0 %global test 1 @@ -1244,6 +1244,11 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Fri Aug 16 2024 Ales Nezbeda - 15.8-2 +- Fix build on 15.8 +- Sync upstream changes from commit bcf6dadbd0b8f72cef5e914c6482894a2d4e8a0d +- Apply fix for CVE-2024-4317 via included SQL script + * Thu Jul 10 2025 mgb01105731 - 15.13-1 - Update to 15.13 to fix CVE-2025-4207 -- Gitee