Hello community,

here is the log from the commit of package postgresql94 for openSUSE:Factory 
checked in at 2016-10-10 16:19:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql94 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql94.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql94"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql94/postgresql94-libs.changes   
2016-05-24 09:34:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql94.new/postgresql94-libs.changes      
2016-10-10 16:19:09.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Aug 12 07:49:30 UTC 2016 - [email protected]
+
+- Update to version 9.4.9:
+  * Fix possible mis-evaluation of nested CASE-WHEN expressions
+    (CVE-2016-5423)
+  * Fix client programs' handling of special characters in database
+    and role names (CVE-2016-5424)
+  * Fix corner-case misbehaviors for IS NULL/IS NOT NULL applied
+    to nested composite values
+  * Make the inet and cidr data types properly reject IPv6
+    addresses with too many colon-separated fields
+  * Prevent crash in close_ps() (the point ## lseg operator) for
+    NaN input coordinates
+  * Fix several one-byte buffer over-reads in to_number()
+  * Avoid unsafe intermediate state during expensive paths through
+    heap_update()
+
+  * For the other bug fixes, see the release notes:
+    https://www.postgresql.org/docs/9.4/static/release-9-4-9.html
+
+-------------------------------------------------------------------
+Mon May 23 07:36:08 UTC 2016 - [email protected]
+
+- The libs are now built in 9.5, so disable them here and remove
+  baselibs.conf.
+
+-------------------------------------------------------------------
postgresql94.changes: same change

Old:
----
  baselibs.conf
  postgresql-9.4.8.tar.bz2

New:
----
  postgresql-9.4.9.tar.bz2

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

Other differences:
------------------
++++++ postgresql94-libs.spec ++++++
--- /var/tmp/diff_new_pack.oG8NS6/_old  2016-10-10 16:19:10.000000000 +0200
+++ /var/tmp/diff_new_pack.oG8NS6/_new  2016-10-10 16:19:10.000000000 +0200
@@ -24,7 +24,7 @@
 %define libpq_so libpq.so.5
 %define libecpg_so libecpg.so.6
 %define buildmain 0
-%define buildlibs 1
+%define buildlibs 0
 %define builddevel 1
 %define pgbasedir %_prefix/lib/%pgname
 %define pgtestdir %pgbasedir/test
@@ -63,11 +63,10 @@
 Summary:        Basic Clients and Utilities for PostgreSQL
 License:        PostgreSQL
 Group:          Productivity/Databases/Tools
-Version:        9.4.8
+Version:        9.4.9
 Release:        0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:        
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
-Source1:        baselibs.conf
 Source3:        postgresql-README.SUSE
 Source17:       postgresql-rpmlintrc
 Patch1:         postgresql-conf.patch

++++++ postgresql94.spec ++++++
--- /var/tmp/diff_new_pack.oG8NS6/_old  2016-10-10 16:19:10.000000000 +0200
+++ /var/tmp/diff_new_pack.oG8NS6/_new  2016-10-10 16:19:10.000000000 +0200
@@ -63,11 +63,10 @@
 Summary:        Basic Clients and Utilities for PostgreSQL
 License:        PostgreSQL
 Group:          Productivity/Databases/Tools
-Version:        9.4.8
+Version:        9.4.9
 Release:        0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:        
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
-Source1:        baselibs.conf
 Source3:        postgresql-README.SUSE
 Source17:       postgresql-rpmlintrc
 Patch1:         postgresql-conf.patch

++++++ postgresql-9.4.8.tar.bz2 -> postgresql-9.4.9.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql94/postgresql-9.4.8.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql94.new/postgresql-9.4.9.tar.bz2 differ: 
char 11, line 1

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.oG8NS6/_old  2016-10-10 16:19:11.000000000 +0200
+++ /var/tmp/diff_new_pack.oG8NS6/_new  2016-10-10 16:19:11.000000000 +0200
@@ -12,7 +12,7 @@
 sed -i \
     -e 's/postgresql[[:digit:]]\{2\}/&-libs/g' \
     -e 's/%define buildmain .*/%define buildmain 0/' \
-    -e 's/%define buildlibs .*/%define buildlibs 1/' \
+    -e 's/%define buildlibs .*/%define buildlibs 0/' \
     -e 's/%define builddevel .*/%define builddevel 1/' \
     postgresql??-libs.spec
 


Reply via email to