Hello community,

here is the log from the commit of package postgresql10 for openSUSE:Factory 
checked in at 2019-09-05 12:29:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql10 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql10.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql10"

Thu Sep  5 12:29:48 2019 rev:13 rq:723109 version:10.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql10/postgresql10.changes        
2019-07-13 14:00:11.638901731 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql10.new.7948/postgresql10.changes      
2019-09-05 12:29:50.871625853 +0200
@@ -1,0 +2,14 @@
+Mon Aug 12 13:28:18 UTC 2019 - Reinhard Max <[email protected]>
+
+- Update to 10.10:
+  * https://www.postgresql.org/about/news/1960/
+  * https://www.postgresql.org/docs/10/release-10-10.html
+  * CVE-2019-10208, bsc#1145092: TYPE in pg_temp executes arbitrary
+    SQL during SECURITY DEFINER execution.
+
+-------------------------------------------------------------------
+Fri Aug  2 08:53:15 UTC 2019 - Martin Liška <[email protected]>
+
+- Use FAT LTO objects in order to provide proper static library.
+
+-------------------------------------------------------------------

Old:
----
  postgresql-10.9.tar.bz2

New:
----
  postgresql-10.10.tar.bz2

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

Other differences:
------------------
++++++ postgresql10.spec ++++++
--- /var/tmp/diff_new_pack.Qqr4x0/_old  2019-09-05 12:29:52.707625493 +0200
+++ /var/tmp/diff_new_pack.Qqr4x0/_new  2019-09-05 12:29:52.711625492 +0200
@@ -96,7 +96,7 @@
 Summary:        Basic Clients and Utilities for PostgreSQL
 License:        PostgreSQL
 Group:          Productivity/Databases/Tools
-Version:        10.9
+Version:        10.10
 Release:        0
 Source0:        
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
 Source1:        baselibs.conf
@@ -351,13 +351,14 @@
 %patch4
 %patch6 -p1
 %patch8 -p1
-%patch9 -p1
+%patch9
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete
 find -name .gitignore -delete
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 export PYTHON=python3
 PACKAGE_TARNAME=%name %configure \
         --bindir=%pgbindir \

++++++ postgresql-10.9.tar.bz2 -> postgresql-10.10.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql10/postgresql-10.9.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql10.new.7948/postgresql-10.10.tar.bz2 
differ: char 11, line 1

++++++ postgresql-var-run-socket.patch ++++++
--- /var/tmp/diff_new_pack.Qqr4x0/_old  2019-09-05 12:29:52.811625472 +0200
+++ /var/tmp/diff_new_pack.Qqr4x0/_new  2019-09-05 12:29:52.811625472 +0200
@@ -13,11 +13,9 @@
 override it via postgresql.conf.)
 
 
-Index: postgresql-10beta2/src/bin/pg_upgrade/test.sh
-===================================================================
---- postgresql-10beta2.orig/src/bin/pg_upgrade/test.sh
-+++ postgresql-10beta2/src/bin/pg_upgrade/test.sh
-@@ -150,6 +150,12 @@ done
+--- src/bin/pg_upgrade/test.sh.orig
++++ src/bin/pg_upgrade/test.sh
+@@ -161,6 +161,12 @@ done
  EXTRA_REGRESS_OPTS="$EXTRA_REGRESS_OPTS --port=$PGPORT"
  export EXTRA_REGRESS_OPTS
  
@@ -27,14 +25,12 @@
 +
 +POSTMASTER_OPTS="$POSTMASTER_OPTS -c unix_socket_directories='$PGHOST'"
 +
- # enable echo so the user can see what is being executed
- set -x
+ standard_initdb "$oldbindir"/initdb
+ "$oldbindir"/pg_ctl start -l "$logdir/postmaster1.log" -o "$POSTMASTER_OPTS" 
-w
  
-Index: postgresql-10beta2/src/backend/utils/misc/guc.c
-===================================================================
---- postgresql-10beta2.orig/src/backend/utils/misc/guc.c
-+++ postgresql-10beta2/src/backend/utils/misc/guc.c
-@@ -3427,7 +3427,7 @@ static struct config_string ConfigureNam
+--- src/backend/utils/misc/guc.c.orig
++++ src/backend/utils/misc/guc.c
+@@ -3436,7 +3436,7 @@ static struct config_string ConfigureNam
                },
                &Unix_socket_directories,
  #ifdef HAVE_UNIX_SOCKETS
@@ -43,11 +39,9 @@
  #else
                "",
  #endif
-Index: postgresql-10beta2/src/bin/initdb/initdb.c
-===================================================================
---- postgresql-10beta2.orig/src/bin/initdb/initdb.c
-+++ postgresql-10beta2/src/bin/initdb/initdb.c
-@@ -1031,7 +1031,7 @@ setup_config(void)
+--- src/bin/initdb/initdb.c.orig
++++ src/bin/initdb/initdb.c
+@@ -1039,7 +1039,7 @@ setup_config(void)
  
  #ifdef HAVE_UNIX_SOCKETS
        snprintf(repltok, sizeof(repltok), "#unix_socket_directories = '%s'",
@@ -56,10 +50,8 @@
  #else
        snprintf(repltok, sizeof(repltok), "#unix_socket_directories = ''");
  #endif
-Index: postgresql-10beta2/src/include/pg_config_manual.h
-===================================================================
---- postgresql-10beta2.orig/src/include/pg_config_manual.h
-+++ postgresql-10beta2/src/include/pg_config_manual.h
+--- src/include/pg_config_manual.h.orig
++++ src/include/pg_config_manual.h
 @@ -181,7 +181,7 @@
   * here's where to twiddle it.  You can also override this at runtime
   * with the postmaster's -k switch.


Reply via email to