Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql14 for openSUSE:Factory 
checked in at 2023-10-25 18:04:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql14 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql14.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql14"

Wed Oct 25 18:04:45 2023 rev:13 rq:1120251 version:14.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql14/postgresql14.changes        
2023-05-12 20:40:03.562781445 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql14.new.24901/postgresql14.changes     
2023-10-25 18:05:36.720071561 +0200
@@ -1,0 +2,39 @@
+Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- boo#1216022: Call install-alternatives from the devel subpackage
+  as well, otherwise the symlink for ecpg might be missing.
+
+-------------------------------------------------------------------
+Mon Sep 18 15:24:14 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Also buildignore the postgresql*-implementation symbols: this is
+  needed in order to bootstrap when no postgresql version currently
+  has valid symbols provided. Once the packages are built, OBS
+  could translate this to the pgname-* packages and accept the
+  ignores; during bootstrap though, there is nothing providing the
+  symbol and the existing buildignores do not suffice.
+
+-------------------------------------------------------------------
+Wed Aug  9 09:42:33 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- Update to 14.9:
+  * 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/14/release-14-9.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:21:03 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-14.8.tar.bz2
  postgresql-14.8.tar.bz2.sha256
  postgresql-README.SUSE

New:
----
  postgresql-14.9.tar.bz2
  postgresql-14.9.tar.bz2.sha256

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql14.spec ++++++
--- /var/tmp/diff_new_pack.sx6ZIP/_old  2023-10-25 18:05:37.532098871 +0200
+++ /var/tmp/diff_new_pack.sx6ZIP/_new  2023-10-25 18:05:37.536099006 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 14.8
+%define pgversion 14.9
 %define pgmajor 14
 %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,22 @@
 BuildRequires:  pkgconfig(krb5)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
+#!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
 #!BuildIgnore:  postgresql-implementation
 #!BuildIgnore:  postgresql-server-implementation
-#!BuildIgnore:  postgresql-devel-noarch
-#!BuildIgnore:  postgresql-llvmjit-devel-noarch
-#!BuildIgnore:  postgresql-server-devel-noarch
+#!BuildIgnore:  postgresql-server-devel-implementation
+#!BuildIgnore:  postgresql-llvmjit-devel-implementation
 Summary:        Basic Clients and Utilities for PostgreSQL
 License:        PostgreSQL
 Group:          Productivity/Databases/Tools
@@ -156,7 +171,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)
@@ -495,7 +509,7 @@
 touch -r configure tmp
 %patch1
 %patch4
-%patch8 -p1
+%patch8
 %patch9
 %if %{with llvm}
 %patch10
@@ -630,7 +644,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
@@ -782,17 +795,19 @@
 
 %post -n %pgname-%devel
 /sbin/ldconfig
-%if %{with server_devel}
-%post server-devel
-%endif
 /usr/share/postgresql/install-alternatives %pgmajor
 
 %postun -n %pgname-%devel
 /sbin/ldconfig
+/usr/share/postgresql/install-alternatives %pgmajor
+
 %if %{with server_devel}
+%post server-devel
+/usr/share/postgresql/install-alternatives %pgmajor
+
 %postun server-devel
-%endif
 /usr/share/postgresql/install-alternatives %pgmajor
+%endif
 
 %if !%mini
 

++++++ postgresql-14.8.tar.bz2 -> postgresql-14.9.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql14/postgresql-14.8.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql14.new.24901/postgresql-14.9.tar.bz2 
differ: char 11, line 1

++++++ postgresql-14.8.tar.bz2.sha256 -> postgresql-14.9.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql14/postgresql-14.8.tar.bz2.sha256      
2023-05-12 20:40:03.546781358 +0200
+++ 
/work/SRC/openSUSE:Factory/.postgresql14.new.24901/postgresql-14.9.tar.bz2.sha256
   2023-10-25 18:05:36.536065373 +0200
@@ -1 +1 @@
-39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a  
postgresql-14.8.tar.bz2
+b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef  
postgresql-14.9.tar.bz2

++++++ postgresql-testsuite-keep-results-file.patch ++++++
--- /var/tmp/diff_new_pack.sx6ZIP/_old  2023-10-25 18:05:37.632102234 +0200
+++ /var/tmp/diff_new_pack.sx6ZIP/_new  2023-10-25 18:05:37.636102369 +0200
@@ -4,11 +4,9 @@
 
     don't unlink the result file
 
-Index: postgresql-14rc1/src/test/regress/pg_regress.c
-===================================================================
---- postgresql-14rc1.orig/src/test/regress/pg_regress.c
-+++ postgresql-14rc1/src/test/regress/pg_regress.c
-@@ -2681,7 +2681,6 @@ regression_main(int argc, char *argv[],
+--- src/test/regress/pg_regress.c.orig
++++ src/test/regress/pg_regress.c
+@@ -2702,7 +2702,6 @@ regression_main(int argc, char *argv[],
        else
        {
                unlink(difffilename);

++++++ postgresql-var-run-socket.patch ++++++
--- /var/tmp/diff_new_pack.sx6ZIP/_old  2023-10-25 18:05:37.648102772 +0200
+++ /var/tmp/diff_new_pack.sx6ZIP/_new  2023-10-25 18:05:37.652102906 +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
@@ -48,7 +48,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

Reply via email to