From 865b65915c59237fb24c14a1a193e759e424b416 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 02 2016 16:15:50 +0000 Subject: import rh-postgresql94-postgresql-9.4.6-1.el7 --- diff --git a/.gitignore b/.gitignore index 0d63396..79363fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-9.4.5-US.pdf -SOURCES/postgresql-9.4.5.tar.bz2 +SOURCES/postgresql-9.4.6-US.pdf +SOURCES/postgresql-9.4.6.tar.bz2 SOURCES/postgresql-setup-3.3.tar.gz diff --git a/.rh-postgresql94-postgresql.metadata b/.rh-postgresql94-postgresql.metadata index 2410fee..167124f 100644 --- a/.rh-postgresql94-postgresql.metadata +++ b/.rh-postgresql94-postgresql.metadata @@ -1,3 +1,3 @@ -13ba49679a5614af7dca8829c6382cf3b3d884f8 SOURCES/postgresql-9.4.5-US.pdf -266b8e92cdced161b6a98d4eda0810e4b61fcf49 SOURCES/postgresql-9.4.5.tar.bz2 +6e6bfdc6e62c0a50d627cece59960419e5972233 SOURCES/postgresql-9.4.6-US.pdf +bc5271b113b42e94cf093b6fb799b03092827c71 SOURCES/postgresql-9.4.6.tar.bz2 2317e63eb18c38e2fd0ffd85585334a38a9dc1f9 SOURCES/postgresql-setup-3.3.tar.gz diff --git a/SOURCES/generate-pdf.sh b/SOURCES/generate-pdf.sh index 1365bb4..518e9a2 100755 --- a/SOURCES/generate-pdf.sh +++ b/SOURCES/generate-pdf.sh @@ -32,7 +32,7 @@ cd postgresql-$VERSION # Apply any patches that affect the PDF documentation -patch -p1 < ../postgresql-multi-sockets.patch +# patch -p1 < ../XXX.patch # Configure ... diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 323c0d9..cfaa94e 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -64,7 +64,7 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 9.4 -Version: 9.4.5 +Version: 9.4.6 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1135,6 +1135,10 @@ cd - %endif %changelog +* Tue Feb 16 2016 Pavel Raiskup - 9.4.6-1 +- update to 9.4.6 (CVE-2016-0773) per release notes + http://www.postgresql.org/docs/9.4/static/release-9-4-6.html + * Wed Oct 21 2015 Pavel Raiskup - 9.4.5-1 - update to 9.4.5 per release notes http://www.postgresql.org/docs/9.4/static/release-9-4-5.html