summaryrefslogtreecommitdiff
path: root/databases/postgresql94-plperl
diff options
context:
space:
mode:
authortnn <tnn>2016-02-25 01:38:56 +0000
committertnn <tnn>2016-02-25 01:38:56 +0000
commitf6000324b052e098969c6b0822af907f70495bd1 (patch)
tree577c30d34157248305fa972e44cbbe22ac4ab5a2 /databases/postgresql94-plperl
parenta6de9ee1e2cb07e2f3693b2e98511ba05789ea60 (diff)
downloadpkgsrc-f6000324b052e098969c6b0822af907f70495bd1.tar.gz
Update to PostgreSQL 9.4.6 (2016-02-11)
Heads up: For upgrading past 9.4.5, users of jsonb_path_ops GIN indexes should perform a REINDEX, because of a hash calculation fix. 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
Diffstat (limited to 'databases/postgresql94-plperl')
-rw-r--r--databases/postgresql94-plperl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile
index 28e68e1ca94..f96535aaa43 100644
--- a/databases/postgresql94-plperl/Makefile
+++ b/databases/postgresql94-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/06/18 14:46:14 adam Exp $
+# $NetBSD: Makefile,v 1.4 2016/02/25 01:38:56 tnn Exp $
PKGNAME= ${DISTNAME:C/-/94-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/postgresql94-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"