Hello community,

here is the log from the commit of package postgresql96 for openSUSE:Factory 
checked in at 2018-02-10 17:56:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql96 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql96.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql96"

Sat Feb 10 17:56:46 2018 rev:8 rq:574652 version:9.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql96/postgresql96.changes        
2017-12-12 21:18:32.303262304 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql96.new/postgresql96.changes   
2018-02-10 17:57:00.978631960 +0100
@@ -1,0 +2,12 @@
+Fri Feb  9 10:00:53 UTC 2018 - [email protected]
+
+- Upate to PostgreSQL 9.6.7
+  * https://www.postgresql.org/docs/9.6/static/release-9-6-7.html
+  * CVE-2018-1053, bsc#1077983: Ensure that all temporary files
+    made by pg_upgrade are non-world-readable.
+  * bsc#1079757: Rename pg_rewind's copy_file_range function to
+    avoid conflict with new Linux system call of that name.
+- Don't %config the symlinks to /etc/alternatives to avoid rpmlint
+  warnings.
+
+-------------------------------------------------------------------

Old:
----
  postgresql-9.6.6.tar.bz2

New:
----
  postgresql-9.6.7.tar.bz2

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

Other differences:
------------------
++++++ postgresql96.spec ++++++
--- /var/tmp/diff_new_pack.0MGv7N/_old  2018-02-10 17:57:02.202587652 +0100
+++ /var/tmp/diff_new_pack.0MGv7N/_new  2018-02-10 17:57:02.202587652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql96
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -80,7 +80,7 @@
 Summary:        Basic Clients and Utilities for PostgreSQL
 License:        PostgreSQL
 Group:          Productivity/Databases/Tools
-Version:        9.6.6
+Version:        9.6.7
 Release:        0
 Source0:        
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
 Source1:        baselibs.conf
@@ -326,9 +326,9 @@
 %patch1
 %patch2
 %patch4
-%patch6 -p1
+%patch6
 %patch8 -p1
-%patch9 -p1
+%patch9
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete
@@ -505,7 +505,7 @@
         ln -s $ALTBIN %buildroot$BIN
 
         echo "$PGBIN" >> $PKG.files
-        echo "%config(missingok) $BIN" >> $PKG.files
+        echo "$BIN" >> $PKG.files
         echo "%ghost $ALTBIN" >> $PKG.files
         test -e %buildroot$MAN &&
             echo "%doc $MAN" >> $PKG.files

++++++ postgresql-9.6.6.tar.bz2 -> postgresql-9.6.7.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.6.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql96.new/postgresql-9.6.7.tar.bz2 differ: 
char 11, line 1

++++++ postgresql-plperl-keep-rpath.patch ++++++
--- /var/tmp/diff_new_pack.0MGv7N/_old  2018-02-10 17:57:02.286584612 +0100
+++ /var/tmp/diff_new_pack.0MGv7N/_new  2018-02-10 17:57:02.286584612 +0100
@@ -2,33 +2,29 @@
 Perl's linker options, because otherwise the PL/Perl module can't find
 libperl.so (bsc#578053).
 
-Index: config/perl.m4
-===================================================================
 --- config/perl.m4.orig
 +++ config/perl.m4
-@@ -62,9 +62,7 @@ if test "$PORTNAME" = "win32" ; then
- perl_lib=`basename $perl_archlibexp/CORE/perl[[5-9]]*.lib .lib`
- test -e "$perl_archlibexp/CORE/$perl_lib.lib" && 
perl_embed_ldflags="-L$perl_archlibexp/CORE -l$perl_lib"
+@@ -100,9 +100,7 @@ if test "$PORTNAME" = "win32" ; then
+               fi
+       fi
  else
--pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts`
--pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'`
--perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s%$pgac_tmp2%%" 
-e ["s/ -arch [-a-zA-Z0-9_]*//g"]`
-+perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
+-      pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts`
+-      pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'`
+-      perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e 
"s%$pgac_tmp2%%" -e ["s/ -arch [-a-zA-Z0-9_]*//g"]`
++      perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
  fi
  AC_SUBST(perl_embed_ldflags)dnl
  if test -z "$perl_embed_ldflags" ; then
-Index: configure
-===================================================================
 --- configure.orig
 +++ configure
-@@ -7517,9 +7517,7 @@ if test "$PORTNAME" = "win32" ; then
- perl_lib=`basename $perl_archlibexp/CORE/perl[5-9]*.lib .lib`
- test -e "$perl_archlibexp/CORE/$perl_lib.lib" && 
perl_embed_ldflags="-L$perl_archlibexp/CORE -l$perl_lib"
+@@ -7537,9 +7537,7 @@ if test "$PORTNAME" = "win32" ; then
+               fi
+       fi
  else
--pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts`
--pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'`
--perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s%$pgac_tmp2%%" 
-e "s/ -arch [-a-zA-Z0-9_]*//g"`
-+perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
+-      pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts`
+-      pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'`
+-      perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e 
"s%$pgac_tmp2%%" -e "s/ -arch [-a-zA-Z0-9_]*//g"`
++      perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
  fi
  if test -z "$perl_embed_ldflags" ; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5

++++++ postgresql-testsuite-int8.sql.patch ++++++
--- /var/tmp/diff_new_pack.0MGv7N/_old  2018-02-10 17:57:02.322583308 +0100
+++ /var/tmp/diff_new_pack.0MGv7N/_new  2018-02-10 17:57:02.322583308 +0100
@@ -4,10 +4,8 @@
 
     + SET LC_
 
-Index: postgresql-9.6beta1/src/test/regress/expected/int8.out
-===================================================================
---- postgresql-9.6beta1.orig/src/test/regress/expected/int8.out
-+++ postgresql-9.6beta1/src/test/regress/expected/int8.out
+--- src/test/regress/expected/int8.out.orig
++++ src/test/regress/expected/int8.out
 @@ -580,6 +580,7 @@ SELECT '' AS to_char_12, to_char(q2, 'FM
              | -4567890123456789.000
  (5 rows)
@@ -16,11 +14,9 @@
  SELECT '' AS to_char_13, to_char(q2, 'L9999999999999999.000')  FROM INT8_TBL;
   to_char_13 |        to_char         
  ------------+------------------------
-Index: postgresql-9.6beta1/src/test/regress/expected/numeric.out
-===================================================================
---- postgresql-9.6beta1.orig/src/test/regress/expected/numeric.out
-+++ postgresql-9.6beta1/src/test/regress/expected/numeric.out
-@@ -1058,6 +1058,7 @@ SELECT '' AS to_char_15, to_char(val, 'F
+--- src/test/regress/expected/numeric.out.orig
++++ src/test/regress/expected/numeric.out
+@@ -1079,6 +1079,7 @@ SELECT '' AS to_char_15, to_char(val, 'F
              | -24926804.04504742
  (10 rows)
  
@@ -28,10 +24,8 @@
  SELECT '' AS to_char_16, to_char(val, 'L9999999999999999.099999999999999')    
FROM num_data;
   to_char_16 |              to_char               
  ------------+------------------------------------
-Index: postgresql-9.6beta1/src/test/regress/sql/int8.sql
-===================================================================
---- postgresql-9.6beta1.orig/src/test/regress/sql/int8.sql
-+++ postgresql-9.6beta1/src/test/regress/sql/int8.sql
+--- src/test/regress/sql/int8.sql.orig
++++ src/test/regress/sql/int8.sql
 @@ -116,6 +116,7 @@ SELECT '' AS to_char_9,  to_char(q2, '09
  SELECT '' AS to_char_10, to_char(q2, 'S0999999999999999')      FROM INT8_TBL;
  SELECT '' AS to_char_11, to_char(q2, 'FM0999999999999999')     FROM INT8_TBL;
@@ -40,11 +34,9 @@
  SELECT '' AS to_char_13, to_char(q2, 'L9999999999999999.000')  FROM INT8_TBL;
  SELECT '' AS to_char_14, to_char(q2, 'FM9999999999999999.999') FROM INT8_TBL;
  SELECT '' AS to_char_15, to_char(q2, 'S 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 . 9 9 
9') FROM INT8_TBL;
-Index: postgresql-9.6beta1/src/test/regress/sql/numeric.sql
-===================================================================
---- postgresql-9.6beta1.orig/src/test/regress/sql/numeric.sql
-+++ postgresql-9.6beta1/src/test/regress/sql/numeric.sql
-@@ -765,6 +765,7 @@ SELECT '' AS to_char_12, to_char(val, 'F
+--- src/test/regress/sql/numeric.sql.orig
++++ src/test/regress/sql/numeric.sql
+@@ -773,6 +773,7 @@ SELECT '' AS to_char_12, to_char(val, 'F
  SELECT '' AS to_char_13, to_char(val, 'FM9999999999990999.990999999999999')   
FROM num_data;
  SELECT '' AS to_char_14, to_char(val, 'FM0999999999999999.999909999999999')   
FROM num_data;
  SELECT '' AS to_char_15, to_char(val, 'FM9999999990999999.099999999999999')   
FROM num_data;

++++++ postgresql-var-run-socket.patch ++++++
--- /var/tmp/diff_new_pack.0MGv7N/_old  2018-02-10 17:57:02.334582875 +0100
+++ /var/tmp/diff_new_pack.0MGv7N/_new  2018-02-10 17:57:02.334582875 +0100
@@ -13,10 +13,8 @@
 override it via postgresql.conf.)
 
 
-Index: postgresql-9.6beta1/src/bin/pg_upgrade/test.sh
-===================================================================
---- postgresql-9.6beta1.orig/src/bin/pg_upgrade/test.sh
-+++ postgresql-9.6beta1/src/bin/pg_upgrade/test.sh
+--- src/bin/pg_upgrade/test.sh.orig
++++ src/bin/pg_upgrade/test.sh
 @@ -148,6 +148,12 @@ done
  EXTRA_REGRESS_OPTS="$EXTRA_REGRESS_OPTS --port=$PGPORT"
  export EXTRA_REGRESS_OPTS
@@ -30,11 +28,9 @@
  # enable echo so the user can see what is being executed
  set -x
  
-Index: postgresql-9.6beta1/src/backend/utils/misc/guc.c
-===================================================================
---- postgresql-9.6beta1.orig/src/backend/utils/misc/guc.c
-+++ postgresql-9.6beta1/src/backend/utils/misc/guc.c
-@@ -3353,7 +3353,7 @@ static struct config_string ConfigureNam
+--- src/backend/utils/misc/guc.c.orig
++++ src/backend/utils/misc/guc.c
+@@ -3351,7 +3351,7 @@ static struct config_string ConfigureNam
                },
                &Unix_socket_directories,
  #ifdef HAVE_UNIX_SOCKETS
@@ -43,10 +39,8 @@
  #else
                "",
  #endif
-Index: postgresql-9.6beta1/src/bin/initdb/initdb.c
-===================================================================
---- postgresql-9.6beta1.orig/src/bin/initdb/initdb.c
-+++ postgresql-9.6beta1/src/bin/initdb/initdb.c
+--- src/bin/initdb/initdb.c.orig
++++ src/bin/initdb/initdb.c
 @@ -1221,7 +1221,7 @@ setup_config(void)
  
  #ifdef HAVE_UNIX_SOCKETS
@@ -56,11 +50,9 @@
  #else
        snprintf(repltok, sizeof(repltok), "#unix_socket_directories = ''");
  #endif
-Index: postgresql-9.6beta1/src/include/pg_config_manual.h
-===================================================================
---- postgresql-9.6beta1.orig/src/include/pg_config_manual.h
-+++ postgresql-9.6beta1/src/include/pg_config_manual.h
-@@ -164,7 +164,7 @@
+--- src/include/pg_config_manual.h.orig
++++ src/include/pg_config_manual.h
+@@ -182,7 +182,7 @@
   * here's where to twiddle it.  You can also override this at runtime
   * with the postmaster's -k switch.
   */


Reply via email to