diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-02-27 16:33:30 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-02-27 16:33:30 +0000 |
commit | 5df9a84ae431feeb6732394df917da5570974077 (patch) | |
tree | 4abaf11103013b1199e7ad5020d157d9fab34ef0 | |
parent | 4195dcbca9096e436db003115c32442803d248ac (diff) | |
download | pkgsrc-5df9a84ae431feeb6732394df917da5570974077.tar.gz |
Pullup ticket #4932 - requested by tnn
databases/postgresql91: security fix
Revisions pulled up:
- databases/postgresql91-client/PLIST 1.5
- databases/postgresql91-docs/PLIST 1.22
- databases/postgresql91/Makefile 1.11
- databases/postgresql91/Makefile.common 1.28
- databases/postgresql91/distinfo 1.27
---
Module Name: pkgsrc
Committed By: tnn
Date: Thu Feb 25 01:06:31 UTC 2016
Modified Files:
pkgsrc/databases/postgresql91: Makefile.common distinfo
pkgsrc/databases/postgresql91-client: PLIST
pkgsrc/databases/postgresql91-docs: PLIST
Log Message:
Update to PostgreSQL 9.1.20 (2016-02-11)
This release fixes two security issues, as well as several bugs found
over the last four months.
CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation
---
Module Name: pkgsrc
Committed By: tnn
Date: Thu Feb 25 01:45:06 UTC 2016
Modified Files:
pkgsrc/databases/postgresql91: Makefile
Log Message:
drop PKGREVISION after update
-rw-r--r-- | databases/postgresql91-client/PLIST | 3 | ||||
-rw-r--r-- | databases/postgresql91-docs/PLIST | 4 | ||||
-rw-r--r-- | databases/postgresql91/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql91/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql91/distinfo | 10 |
5 files changed, 13 insertions, 11 deletions
diff --git a/databases/postgresql91-client/PLIST b/databases/postgresql91-client/PLIST index 0ce5f9bde36..76685295711 100644 --- a/databases/postgresql91-client/PLIST +++ b/databases/postgresql91-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/02/09 11:19:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.4.24.1 2016/02/27 16:33:30 bsiegert Exp $ bin/clusterdb bin/createdb bin/createlang @@ -314,6 +314,7 @@ include/postgresql/server/pg_config_manual.h include/postgresql/server/pg_config_os.h include/postgresql/server/pg_trace.h include/postgresql/server/pgstat.h +include/postgresql/server/pgtar.h include/postgresql/server/pgtime.h include/postgresql/server/port.h include/postgresql/server/port/aix.h diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST index 1d7bffe14ce..aca0cb57f80 100644 --- a/databases/postgresql91-docs/PLIST +++ b/databases/postgresql91-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2015/10/11 11:24:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.21.2.1 2016/02/27 16:33:30 bsiegert Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1022,6 +1022,7 @@ share/doc/postgresql/html/release-9-1-16.html share/doc/postgresql/html/release-9-1-17.html share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html +share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html @@ -1035,6 +1036,7 @@ share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html share/doc/postgresql/html/role-attributes.html share/doc/postgresql/html/role-membership.html +share/doc/postgresql/html/role-removal.html share/doc/postgresql/html/routine-reindex.html share/doc/postgresql/html/routine-vacuuming.html share/doc/postgresql/html/row-estimation-examples.html diff --git a/databases/postgresql91/Makefile b/databases/postgresql91/Makefile index 918eef7eb28..b4ae59f176a 100644 --- a/databases/postgresql91/Makefile +++ b/databases/postgresql91/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10.6.1 2016/02/27 16:33:30 bsiegert Exp $ PKGNAME= ${DISTNAME:C/-/91-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index f5c57643b15..9ca58d069c3 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2015/10/11 11:24:58 adam Exp $ +# $NetBSD: Makefile.common,v 1.27.2.1 2016/02/27 16:33:30 bsiegert Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -DISTNAME= postgresql-9.1.19 +DISTNAME= postgresql-9.1.20 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index fadecd30f15..eeaa04cfeb4 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.26 2015/11/03 01:56:26 agc Exp $ +$NetBSD: distinfo,v 1.26.2.1 2016/02/27 16:33:30 bsiegert Exp $ -SHA1 (postgresql-9.1.19.tar.bz2) = d3a2b031f87f5cb5285cf038df8d91a6e3279d86 -RMD160 (postgresql-9.1.19.tar.bz2) = 49675a3ae61ced65260b9b9f7f78d0b8436c72a3 -SHA512 (postgresql-9.1.19.tar.bz2) = 23dd4108556edcc667f599c5663356a1106bc239a1c5337d153c13a1e1871d52316825b84802bbc1d79612dfa4c9c77f4c4b96d59d23d7338988bdf370e956d4 -Size (postgresql-9.1.19.tar.bz2) = 15843978 bytes +SHA1 (postgresql-9.1.20.tar.bz2) = 6212dfefa735c14dcfe61e9a0135580dc4b57b18 +RMD160 (postgresql-9.1.20.tar.bz2) = 3889c957bfdc7d67989e2f1f4336a7aba81d67eb +SHA512 (postgresql-9.1.20.tar.bz2) = ebec6aae593058276dda2404812d89f3df637ceac24d96de1a774da03cf58ea9ce44819e18549040b6f6d811f2c8203462e13788df7158d45a0fe9dfb72d0fd9 +Size (postgresql-9.1.20.tar.bz2) = 15844360 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 |