summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-02-05 18:49:05 +0000
committerdrochner <drochner@pkgsrc.org>2013-02-05 18:49:05 +0000
commit7c015f606f0b575d6bdfb8614212599bec04629a (patch)
tree7ff8c8f351df6f4a0f089f44c4d6bf4163348270 /devel
parente71de818e44cdbdc3b7805fa9a7ecc7b04419fa9 (diff)
downloadpkgsrc-7c015f606f0b575d6bdfb8614212599bec04629a.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"