summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-02-27 21:08:00 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-02-27 21:08:00 +0000
commitac14caca4a6ea7ab6e00e2d826ee881d5df2c368 (patch)
tree8b75b1109034fe5901fbfc0ad86c87ab8227e6c7
parent5ba11fa9214091f580f13424b89a7bfb0a137270 (diff)
downloadpkgsrc-ac14caca4a6ea7ab6e00e2d826ee881d5df2c368.tar.gz
Pullup ticket #4934 - requested by tnn
databases/postgresql93: security fix Revisions pulled up: - databases/postgresql93-docs/PLIST 1.12 - databases/postgresql93-plperl/Makefile 1.8 - databases/postgresql93/Makefile 1.7 - databases/postgresql93/Makefile.common 1.15 - databases/postgresql93/distinfo 1.16 --- Module Name: pkgsrc Committed By: tnn Date: Thu Feb 25 00:06:30 UTC 2016 Modified Files: pkgsrc/databases/postgresql93: Makefile.common distinfo pkgsrc/databases/postgresql93-docs: PLIST pkgsrc/databases/postgresql93-plperl: Makefile Log Message: Update to PostgreSQL 9.3.11 (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:39 UTC 2016 Modified Files: pkgsrc/databases/postgresql93: Makefile Log Message: drop PKGREVISION after update
-rw-r--r--databases/postgresql93-docs/PLIST6
-rw-r--r--databases/postgresql93-plperl/Makefile6
-rw-r--r--databases/postgresql93/Makefile3
-rw-r--r--databases/postgresql93/Makefile.common4
-rw-r--r--databases/postgresql93/distinfo10
5 files changed, 18 insertions, 11 deletions
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST
index 2ae293d63f1..b958705df34 100644
--- a/databases/postgresql93-docs/PLIST
+++ b/databases/postgresql93-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2015/10/10 12:26:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.11.2.1 2016/02/27 21:08:00 bsiegert Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1072,6 +1072,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
@@ -1083,6 +1084,7 @@ share/doc/postgresql/html/release-9-1-9.html
share/doc/postgresql/html/release-9-1.html
share/doc/postgresql/html/release-9-2-1.html
share/doc/postgresql/html/release-9-2-10.html
+share/doc/postgresql/html/release-9-2-15.html
share/doc/postgresql/html/release-9-2-11.html
share/doc/postgresql/html/release-9-2-12.html
share/doc/postgresql/html/release-9-2-13.html
@@ -1098,6 +1100,7 @@ share/doc/postgresql/html/release-9-2-9.html
share/doc/postgresql/html/release-9-2.html
share/doc/postgresql/html/release-9-3-1.html
share/doc/postgresql/html/release-9-3-10.html
+share/doc/postgresql/html/release-9-3-11.html
share/doc/postgresql/html/release-9-3-2.html
share/doc/postgresql/html/release-9-3-3.html
share/doc/postgresql/html/release-9-3-4.html
@@ -1111,6 +1114,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/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile
index 09123741f99..eb6a26af302 100644
--- a/databases/postgresql93-plperl/Makefile
+++ b/databases/postgresql93-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/06/18 14:46:14 adam Exp $
+# $NetBSD: Makefile,v 1.7.6.1 2016/02/27 21:08:00 bsiegert Exp $
PKGNAME= ${DISTNAME:C/-/93-plperl-/}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -15,6 +15,10 @@ BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
+# There is some dependency ordering problem in the Makefile,
+# so force the headers to be generated first.
+BUILD_TARGET= perlchunks.h plperl_opmask.h all
+
.include "../../databases/postgresql93-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql93/Makefile b/databases/postgresql93/Makefile
index 6642fad70ab..4bad0acf186 100644
--- a/databases/postgresql93/Makefile
+++ b/databases/postgresql93/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/06/12 10:48:45 wiz Exp $
+# $NetBSD: Makefile,v 1.6.6.1 2016/02/27 21:08:00 bsiegert Exp $
PKGNAME= ${DISTNAME:C/-/93-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index 4184ed3a4cf..0faa4fb8678 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2015/10/10 12:26:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.14.2.1 2016/02/27 21:08:00 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/postgresql93-server/Makefile
# used by databases/postgresql93-upgrade/Makefile
-DISTNAME= postgresql-9.3.10
+DISTNAME= postgresql-9.3.11
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo
index 350b0b029ba..f200270de6c 100644
--- a/databases/postgresql93/distinfo
+++ b/databases/postgresql93/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2015/11/03 01:56:26 agc Exp $
+$NetBSD: distinfo,v 1.15.2.1 2016/02/27 21:08:00 bsiegert Exp $
-SHA1 (postgresql-9.3.10.tar.bz2) = f145552bb679f2d5edabfab0d4b9a9203c5bfe77
-RMD160 (postgresql-9.3.10.tar.bz2) = 95bc7df69790363efbe41e274fcdd9c978b02adf
-SHA512 (postgresql-9.3.10.tar.bz2) = 6b048fd1d0b38f72bab6ea70e40f10e7b805b94fc4c6fd865e0ec5e86da3c54043f20059dbf716d29eb4ca787dc50da561b1c7b48ab9f3096ebc651300855672
-Size (postgresql-9.3.10.tar.bz2) = 16995860 bytes
+SHA1 (postgresql-9.3.11.tar.bz2) = ec2b9e25524a9a55cc5d4f745d26e018fc9975d0
+RMD160 (postgresql-9.3.11.tar.bz2) = 6305e98780136cf1775daf91d63e97126af28e0a
+SHA512 (postgresql-9.3.11.tar.bz2) = 8da91e11e0a6502c185931b6e47ba8e583d3360009f26ad703552be9a216b2c37a688894d4ea867c529c4135b6c36da26e9d7ef52a411b0c68ad50a53ff3cdb3
+Size (postgresql-9.3.11.tar.bz2) = 17047707 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9