Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql16 for openSUSE:Factory checked in at 2024-05-11 18:18:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql16 (Old) and /work/SRC/openSUSE:Factory/.postgresql16.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql16" Sat May 11 18:18:58 2024 rev:8 rq:1172960 version:16.3 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql16/postgresql16.changes 2024-03-15 20:28:58.054968670 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql16.new.1880/postgresql16.changes 2024-05-11 18:19:11.525831655 +0200 @@ -1,0 +2,13 @@ +Wed May 8 08:28:48 UTC 2024 - Reinhard Max <[email protected]> + +- Upgrade to 16.3 (bsc#1224051): + * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext + and pg_stats_ext_exprs entries to the table owner. See the + release notes for the steps that have to be taken to fix + existing PostgreSQL instances. + * Fix incompatibility with LLVM 18. + * https://www.postgresql.org/docs/release/16.3/ +- Prepare for PostgreSQL 17. +- Make sure all compilation and doc generation happens in %build. + +------------------------------------------------------------------- Old: ---- postgresql-16.2.tar.bz2 postgresql-16.2.tar.bz2.sha256 New: ---- postgresql-16.3.tar.bz2 postgresql-16.3.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql16.spec ++++++ --- /var/tmp/diff_new_pack.DP9e0w/_old 2024-05-11 18:19:13.065887735 +0200 +++ /var/tmp/diff_new_pack.DP9e0w/_new 2024-05-11 18:19:13.069887880 +0200 @@ -16,11 +16,11 @@ # -%define pgversion 16.2 +%define pgversion 16.3 %define pgmajor 16 %define buildlibs 1 %define tarversion %{pgversion} -%define latest_supported_llvm_ver 17 +%define latest_supported_llvm_ver 18 ### CUT HERE ### %define pgname postgresql%pgmajor @@ -59,6 +59,12 @@ %define python python %endif +%if %pgmajor >= 17 +%bcond_with dreived +%else +%bcond_without derived +%endif + %if 0%{?suse_version} >= 1500 %bcond_without liblz4 %endif @@ -88,6 +94,12 @@ %if %{with liblz4} BuildRequires: pkgconfig(liblz4) %endif +%if %{without derived} +BuildRequires: bison +BuildRequires: docbook-xsl-stylesheets +BuildRequires: flex +BuildRequires: perl +%endif %if %{with libzstd} BuildRequires: pkgconfig(libzstd) @@ -573,7 +585,7 @@ %if %mini make -C src/interfaces %{?_smp_mflags} PACKAGE_TARNAME=%pgname %else -make %{?_smp_mflags} PACKAGE_TARNAME=%pgname +make %{?_smp_mflags} PACKAGE_TARNAME=%pgname world %if %{with check} @@ -641,9 +653,9 @@ > contrib.files rm flag install -d -m 750 %buildroot/var/lib/pgsql -install -d -m755 %buildroot%pgdocdir +install -d -m 755 %buildroot%pgdocdir cp doc/KNOWN_BUGS doc/MISSING_FEATURES COPYRIGHT \ - README HISTORY %buildroot%pgdocdir + README* HISTORY %buildroot%pgdocdir # Use versioned names for the man pages: for f in %buildroot%pgmandir/man*/*; do mv $f ${f}pg%pgmajor @@ -701,6 +713,7 @@ pg_receivewal \ pg_verify_checksums \ pg_checksums \ + pg_combinebackup \ pg_verifybackup %find_lang plpgsql-$VLANG main.files @@ -711,6 +724,8 @@ pg_ctl \ pg_controldata \ pg_resetwal \ + pg_createsubscriber \ + pg_walsummary \ pg_waldump \ pg_resetxlog \ %if %pgmajor >= 15 @@ -924,7 +939,6 @@ %files llvmjit-devel %defattr(-,root,root) -%doc README %files pltcl -f pltcl.lang %defattr(-,root,root) ++++++ postgresql-16.2.tar.bz2 -> postgresql-16.3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql16/postgresql-16.2.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql16.new.1880/postgresql-16.3.tar.bz2 differ: char 11, line 1 ++++++ postgresql-16.2.tar.bz2.sha256 -> postgresql-16.3.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql16/postgresql-16.2.tar.bz2.sha256 2024-02-09 23:52:01.586329391 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql16.new.1880/postgresql-16.3.tar.bz2.sha256 2024-05-11 18:19:11.453829033 +0200 @@ -1 +1 @@ -446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952 postgresql-16.2.tar.bz2 +331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585 postgresql-16.3.tar.bz2
