Hello community, here is the log from the commit of package postgresql96 for openSUSE:Factory checked in at 2019-09-05 12:29:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql96 (Old) and /work/SRC/openSUSE:Factory/.postgresql96.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql96" Thu Sep 5 12:29:58 2019 rev:18 rq:723110 version:9.6.15 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql96/postgresql96.changes 2019-07-13 14:00:13.458901176 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql96.new.7948/postgresql96.changes 2019-09-05 12:29:59.983624068 +0200 @@ -1,0 +2,14 @@ +Mon Aug 12 14:42:26 UTC 2019 - Reinhard Max <[email protected]> + +- Update to 9.6.15: + * https://www.postgresql.org/about/news/1960/ + * https://www.postgresql.org/docs/9.6/release-9-6-15.html + * CVE-2019-10208, bsc#1145092: TYPE in pg_temp executes arbitrary + SQL during SECURITY DEFINER execution. + +------------------------------------------------------------------- +Fri Aug 2 08:54:34 UTC 2019 - Martin Liška <[email protected]> + +- Use FAT LTO objects in order to provide proper static library. + +------------------------------------------------------------------- Old: ---- postgresql-9.6.14.tar.bz2 New: ---- postgresql-9.6.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql96.spec ++++++ --- /var/tmp/diff_new_pack.Kk8Rxv/_old 2019-09-05 12:30:00.723623923 +0200 +++ /var/tmp/diff_new_pack.Kk8Rxv/_new 2019-09-05 12:30:00.727623922 +0200 @@ -80,7 +80,7 @@ Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools -Version: 9.6.14 +Version: 9.6.15 Release: 0 Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 Source1: baselibs.conf @@ -340,6 +340,7 @@ find -name .gitignore -delete %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects PACKAGE_TARNAME=%name %configure \ --bindir=%pgbindir \ --libdir=%pglibdir \ ++++++ postgresql-9.6.14.tar.bz2 -> postgresql-9.6.15.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.14.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql96.new.7948/postgresql-9.6.15.tar.bz2 differ: char 11, line 1 ++++++ postgresql-var-run-socket.patch ++++++ --- /var/tmp/diff_new_pack.Kk8Rxv/_old 2019-09-05 12:30:00.807623907 +0200 +++ /var/tmp/diff_new_pack.Kk8Rxv/_new 2019-09-05 12:30:00.811623906 +0200 @@ -15,7 +15,7 @@ --- src/bin/pg_upgrade/test.sh.orig +++ src/bin/pg_upgrade/test.sh -@@ -148,6 +148,12 @@ done +@@ -159,6 +159,12 @@ done EXTRA_REGRESS_OPTS="$EXTRA_REGRESS_OPTS --port=$PGPORT" export EXTRA_REGRESS_OPTS @@ -25,12 +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 --- src/backend/utils/misc/guc.c.orig +++ src/backend/utils/misc/guc.c -@@ -3351,7 +3351,7 @@ static struct config_string ConfigureNam +@@ -3360,7 +3360,7 @@ static struct config_string ConfigureNam }, &Unix_socket_directories, #ifdef HAVE_UNIX_SOCKETS @@ -41,7 +41,7 @@ #endif --- src/bin/initdb/initdb.c.orig +++ src/bin/initdb/initdb.c -@@ -1221,7 +1221,7 @@ setup_config(void) +@@ -1229,7 +1229,7 @@ setup_config(void) #ifdef HAVE_UNIX_SOCKETS snprintf(repltok, sizeof(repltok), "#unix_socket_directories = '%s'",
