diff --git a/postgresql-9.1.2.tar.bz2 b/postgresql-9.1.2.tar.bz2 deleted file mode 100644 index b518e8c..0000000 --- a/postgresql-9.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d54ff514f5b2754e6e36b008c43d7bbf7daf541da608767cc5bdedb1de5db30 -size 15424814 diff --git a/postgresql-9.1.3.tar.bz2 b/postgresql-9.1.3.tar.bz2 new file mode 100644 index 0000000..ddc6b17 --- /dev/null +++ b/postgresql-9.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a79800a624031c1d9bc9cdce73cb40050100ac50a82050cbf7bbbd16ac4d5d5 +size 15582454 diff --git a/postgresql-libs.changes b/postgresql-libs.changes index fe6eba5..67b3513 100644 --- a/postgresql-libs.changes +++ b/postgresql-libs.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 12 08:54:39 UTC 2012 - max@suse.com + +- Security and bugfix release 9.1.3: + * Require execute permission on the trigger function for "CREATE + TRIGGER" (CVE-2012-0866). + * Remove arbitrary limitation on length of common name in SSL + certificates (CVE-2012-0867). + * Convert newlines to spaces in names written in pg_dump + comments (CVE-2012-0868). + * See the release notes for the rest of the changes: + http://www.postgresql.org/docs/9.1/static/release-9-1-3.html + /usr/share/doc/packages/postgresql/HISTORY + ------------------------------------------------------------------- Wed Jan 25 17:36:50 CET 2012 - mhrusecky@suse.cz diff --git a/postgresql-libs.spec b/postgresql-libs.spec index 1b2e320..25ab57f 100644 --- a/postgresql-libs.spec +++ b/postgresql-libs.spec @@ -33,7 +33,7 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.1.2 +Version: 9.1.3 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') License: BSD3c(or similar) diff --git a/postgresql.changes b/postgresql.changes index fe6eba5..67b3513 100644 --- a/postgresql.changes +++ b/postgresql.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 12 08:54:39 UTC 2012 - max@suse.com + +- Security and bugfix release 9.1.3: + * Require execute permission on the trigger function for "CREATE + TRIGGER" (CVE-2012-0866). + * Remove arbitrary limitation on length of common name in SSL + certificates (CVE-2012-0867). + * Convert newlines to spaces in names written in pg_dump + comments (CVE-2012-0868). + * See the release notes for the rest of the changes: + http://www.postgresql.org/docs/9.1/static/release-9-1-3.html + /usr/share/doc/packages/postgresql/HISTORY + ------------------------------------------------------------------- Wed Jan 25 17:36:50 CET 2012 - mhrusecky@suse.cz diff --git a/postgresql.spec b/postgresql.spec index d885b8c..a1f045b 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -40,7 +40,7 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.1.2 +Version: 9.1.3 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') License: BSD3c(or similar) diff --git a/postgresql.spec.in b/postgresql.spec.in index ac919e4..ef12759 100644 --- a/postgresql.spec.in +++ b/postgresql.spec.in @@ -41,7 +41,7 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.1.2 +Version: 9.1.3 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') License: BSD3c(or similar)