Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql13 for openSUSE:Factory checked in at 2023-08-11 15:55:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old) and /work/SRC/openSUSE:Factory/.postgresql13.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql13" Fri Aug 11 15:55:44 2023 rev:23 rq:1103351 version:13.12 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes 2023-05-12 20:40:05.710793250 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.11712/postgresql13.changes 2023-08-11 15:55:53.651891746 +0200 @@ -1,0 +2,23 @@ +Wed Aug 9 09:55:59 UTC 2023 - Reinhard Max <m...@suse.com> + +- Update to 13.12: + * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or + owner name into an extension script if the name contains a + quote, backslash, or dollar sign. + * https://www.postgresql.org/docs/13/release-13-12.html + +------------------------------------------------------------------- +Fri May 26 11:48:38 UTC 2023 - Reinhard Max <m...@suse.com> + +- Restore the independence of mini builds from the main build after + the -mini name change from April 4, 2023. +- Adjust icu handling to prepare for PostgreSQL 16. + +------------------------------------------------------------------- +Mon May 15 14:22:10 UTC 2023 - Reinhard Max <m...@suse.com> + +- Overhaul postgresql-README.SUSE and move it from the binary + package to the noarch wrapper package. +- Change the unix domain socket location from /var/run to /run. + +------------------------------------------------------------------- Old: ---- postgresql-13.11.tar.bz2 postgresql-13.11.tar.bz2.sha256 postgresql-README.SUSE New: ---- postgresql-13.12.tar.bz2 postgresql-13.12.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql13.spec ++++++ --- /var/tmp/diff_new_pack.OCNbjh/_old 2023-08-11 15:55:54.891899134 +0200 +++ /var/tmp/diff_new_pack.OCNbjh/_new 2023-08-11 15:55:54.899899182 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 13.11 +%define pgversion 13.12 %define pgmajor 13 %define buildlibs 0 %define tarversion %{pgversion} @@ -69,7 +69,11 @@ %if %mini %bcond_with selinux +%if %pgmajor >= 16 +%bcond_without icu +%else %bcond_with icu +%endif %else BuildRequires: %{python}-devel BuildRequires: docbook_4 @@ -143,11 +147,18 @@ BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) -#!BuildIgnore: postgresql-implementation -#!BuildIgnore: postgresql-server-implementation -#!BuildIgnore: postgresql-devel-noarch -#!BuildIgnore: postgresql-llvmjit-devel-noarch -#!BuildIgnore: postgresql-server-devel-noarch +#!BuildIgnore: %pgname +#!BuildIgnore: %pgname-server +#!BuildIgnore: %pgname-devel +#!BuildIgnore: %pgname-server-devel +#!BuildIgnore: %pgname-llvmjit +#!BuildIgnore: %pgname-llvmjit-devel +#!BuildIgnore: %pgname-contrib +#!BuildIgnore: %pgname-docs +#!BuildIgnore: %pgname-test +#!BuildIgnore: %pgname-pltcl +#!BuildIgnore: %pgname-plperl +#!BuildIgnore: %pgname-plpython Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools @@ -156,7 +167,6 @@ Source0: https://ftp.postgresql.org/pub/source/v%{tarversion}/postgresql-%{tarversion}.tar.bz2 Source1: https://ftp.postgresql.org/pub/source/v%{tarversion}/postgresql-%{tarversion}.tar.bz2.sha256 Source2: baselibs.conf -Source3: postgresql-README.SUSE Source17: postgresql-rpmlintrc Patch1: postgresql-conf.patch # PL/Perl needs to be linked with rpath (bsc#578053) @@ -630,7 +640,6 @@ install -d -m755 %buildroot%pgdocdir cp doc/KNOWN_BUGS doc/MISSING_FEATURES COPYRIGHT \ README HISTORY %buildroot%pgdocdir -cp -a %SOURCE3 %buildroot%pgdocdir/README.SUSE # Use versioned names for the man pages: for f in %buildroot%pgmandir/man*/*; do mv $f ${f}pg%pgmajor ++++++ postgresql-13.11.tar.bz2 -> postgresql-13.12.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.11.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql13.new.11712/postgresql-13.12.tar.bz2 differ: char 11, line 1 ++++++ postgresql-13.11.tar.bz2.sha256 -> postgresql-13.12.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.11.tar.bz2.sha256 2023-05-12 20:40:05.698793184 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.11712/postgresql-13.12.tar.bz2.sha256 2023-08-11 15:55:53.627891603 +0200 @@ -1 +1 @@ -4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb postgresql-13.11.tar.bz2 +0da1edcee3514b7bc7ba6dbaf0c00499e8ac1590668e8789c50253a6249f218b postgresql-13.12.tar.bz2 ++++++ postgresql-var-run-socket.patch ++++++ --- /var/tmp/diff_new_pack.OCNbjh/_old 2023-08-11 15:55:55.003899802 +0200 +++ /var/tmp/diff_new_pack.OCNbjh/_new 2023-08-11 15:55:55.003899802 +0200 @@ -1,4 +1,4 @@ -Change the built-in default socket directory to be /var/run/postgresql. +Change the built-in default socket directory to be /run/postgresql. For backwards compatibility with (probably non-libpq-based) clients that might still expect to find the socket in /tmp, also create a socket in /tmp. This is to resolve communication problems with clients operating @@ -42,7 +42,7 @@ */ #ifndef WIN32 -#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "/var/run/postgresql" ++#define DEFAULT_PGSOCKET_DIR "/run/postgresql" #else #define DEFAULT_PGSOCKET_DIR "" #endif