diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2014-02-20 18:11:37 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2014-02-20 18:11:37 +0000 |
commit | 86dd060cb01f33d6386c41d6897e2c832584796a (patch) | |
tree | 494e68ba4b9de08742ffeb946c76174ec6fe8219 /databases/postgresql91-server | |
parent | The PostgreSQL Global Development Group has released an important (diff) |
The PostgreSQL Global Development Group has released an important
update to all supported versions of the PostgreSQL database system,
which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and
8.4.20. This update contains fixes for multiple security issues, as
well as several fixes for replication and data integrity issues. All
users are urged to update their installations at the earliest
opportunity, especially those using binary replication or running a
high-security application.
This update fixes CVE-2014-0060, in which PostgreSQL did not properly
enforce the WITH ADMIN OPTION permission for ROLE management. Before
this fix, any member of a ROLE was able to grant others access to the
same ROLE regardless if the member was given the WITH ADMIN OPTION
permission. It also fixes multiple privilege escalation issues,
including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064,
CVE-2014-0065, and CVE-2014-0066. More information on these issues can
be found on our security page and the security issue detail wiki page.
Security: CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063
CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067
Notes
Notes:
svn path=/head/; revision=345257
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql91-server/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index aebb1d6ac6c0..da41eeee7fa4 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.11 -PORTREVISION?= 1 +DISTVERSION?= 9.1.12 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -123,9 +123,6 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= ${ICU_PATCHFILE}:icu -. if defined(ICU_EXTRAPATCH) -EXTRA_PATCHES+= ${ICU_EXTRAPATCH} -. endif LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu . endif .endif # !SLAVE_ONLY diff --git a/databases/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo index 75153af4c95e..3788af231370 100644 --- a/databases/postgresql91-server/distinfo +++ b/databases/postgresql91-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.11.tar.bz2) = ccbc35aae1490ee5878b97a6aea48dad7465cdad296b380542e4303b68cc6f74 -SIZE (postgresql/postgresql-9.1.11.tar.bz2) = 15861805 +SHA256 (postgresql/postgresql-9.1.12.tar.bz2) = 0b267ebab5feb39ad6ef945b9588787886e7f7e5284467921d18cc7b76bcb383 +SIZE (postgresql/postgresql-9.1.12.tar.bz2) = 15638909 SHA256 (postgresql/pg-923-icu-2014-02-10.diff.gz) = c7ca70433c819cea5fef0a9448da236b175d910177b18a8cb2ed9012a949aeb1 SIZE (postgresql/pg-923-icu-2014-02-10.diff.gz) = 4440 |