summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordrochner <drochner>2013-02-05 18:49:05 +0000
committerdrochner <drochner>2013-02-05 18:49:05 +0000
commit095efecd936ce17f8c06626a181c37b72f640f4f (patch)
tree7ff8c8f351df6f4a0f089f44c4d6bf4163348270 /devel
parent171647195657c8dc39bf8a92512c321960c691f9 (diff)
downloadpkgsrc-095efecd936ce17f8c06626a181c37b72f640f4f.tar.gz
add patch from upstream to fix insuficcient validation of UTF-8 strings
which is considered a security problem bump PKGREV for the affected header, didn't check yet where this header is compiled into (boost-1.53 is out, just added the patch for a possible pullup)
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-headers/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile
index adc43dc5e09..36d852e47a9 100644
--- a/devel/boost-headers/Makefile
+++ b/devel/boost-headers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/11/07 21:04:10 adam Exp $
+# $NetBSD: Makefile,v 1.24 2013/02/05 18:49:05 drochner Exp $
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
@@ -6,6 +6,8 @@ BOOST_CONFIG= generate
.include "../../meta-pkgs/boost/Makefile.common"
+PKGREVISION= 3
+
BJAM_ARGS+= --without-* # disable all libraries
.include "../../devel/boost-jam/bjam.mk"