summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorjmmv <jmmv>2008-04-28 21:35:25 +0000
committerjmmv <jmmv>2008-04-28 21:35:25 +0000
commit689dd51e2cfc0a10c853f6ded8a237b27451c046 (patch)
tree36cfd64ac33745f19a1c86a51bc01e092af316ad /devel/boost-libs
parentbfd1e6ef8676b7e90c1c5cfb20509a1cf7b20b87 (diff)
downloadpkgsrc-689dd51e2cfc0a10c853f6ded8a237b27451c046.tar.gz
Apply patches to fix CVE-2008-0171 in boost-headers and boost-libs.
This is a fix for a possible DoS when using Boost.Regex in an application. Note that the fix goes into a header, so all applications that use Boost.Regex may be affected by the problem and need to be rebuilt.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 32a307617ee..4939d8c8e42 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/02/05 23:01:14 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2008/04/28 21:35:25 jmmv Exp $
#
BOOST_PACKAGE= libs
@@ -6,6 +6,8 @@ BOOST_COMMENT= (binary libraries)
BOOST_CONFIG= installed
BOOST_INSTALL_LIBS= yes
+PKG_REVISION= 1
+
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/boost/Makefile.common"