From 8b145ea6b65e78db2d24c20e408ce45addda2881f028befb5b19a1a7ef22fd87 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 12 Mar 2012 09:03:07 +0000 Subject: [PATCH] Version 9.1.3 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=67 --- postgresql-9.1.2.tar.bz2 | 3 --- postgresql-9.1.3.tar.bz2 | 3 +++ postgresql-libs.changes | 14 ++++++++++++++ postgresql-libs.spec | 2 +- postgresql.changes | 14 ++++++++++++++ postgresql.spec | 2 +- postgresql.spec.in | 2 +- 7 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 postgresql-9.1.2.tar.bz2 create mode 100644 postgresql-9.1.3.tar.bz2 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)