summaryrefslogtreecommitdiff
path: root/databases/postgresql94-plperl
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-02-25 01:38:56 +0000
committertnn <tnn@pkgsrc.org>2016-02-25 01:38:56 +0000
commit5df51470cb2ab070d7bf91efd90a7c7001efebdc (patch)
tree577c30d34157248305fa972e44cbbe22ac4ab5a2 /databases/postgresql94-plperl
parent5f8f34f77e722cbf715fa47b1915ea4c30302598 (diff)
downloadpkgsrc-5df51470cb2ab070d7bf91efd90a7c7001efebdc.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"