Version 9.1.3
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=67
This commit is contained in:
parent
826daf1c41
commit
8b145ea6b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d54ff514f5b2754e6e36b008c43d7bbf7daf541da608767cc5bdedb1de5db30
|
|
||||||
size 15424814
|
|
3
postgresql-9.1.3.tar.bz2
Normal file
3
postgresql-9.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a79800a624031c1d9bc9cdce73cb40050100ac50a82050cbf7bbbd16ac4d5d5
|
||||||
|
size 15582454
|
@ -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
|
Wed Jan 25 17:36:50 CET 2012 - mhrusecky@suse.cz
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ BuildRequires: krb5-devel libxslt-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: openldap2-devel openssl-devel
|
BuildRequires: openldap2-devel openssl-devel
|
||||||
Summary: Basic Clients and Utilities for PostgreSQL
|
Summary: Basic Clients and Utilities for PostgreSQL
|
||||||
Version: 9.1.2
|
Version: 9.1.3
|
||||||
Release: 2
|
Release: 2
|
||||||
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
|
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
|
@ -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
|
Wed Jan 25 17:36:50 CET 2012 - mhrusecky@suse.cz
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ BuildRequires: krb5-devel libxslt-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: openldap2-devel openssl-devel
|
BuildRequires: openldap2-devel openssl-devel
|
||||||
Summary: Basic Clients and Utilities for PostgreSQL
|
Summary: Basic Clients and Utilities for PostgreSQL
|
||||||
Version: 9.1.2
|
Version: 9.1.3
|
||||||
Release: 2
|
Release: 2
|
||||||
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
|
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
|
@ -41,7 +41,7 @@ BuildRequires: krb5-devel libxslt-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: openldap2-devel openssl-devel
|
BuildRequires: openldap2-devel openssl-devel
|
||||||
Summary: Basic Clients and Utilities for PostgreSQL
|
Summary: Basic Clients and Utilities for PostgreSQL
|
||||||
Version: 9.1.2
|
Version: 9.1.3
|
||||||
Release: 2
|
Release: 2
|
||||||
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
|
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
|
Loading…
Reference in New Issue
Block a user