summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv>2008-04-28 21:35:25 +0000
committerjmmv <jmmv>2008-04-28 21:35:25 +0000
commit3e9924d23c7c0f41b452cf8470666775862181b1 (patch)
tree36cfd64ac33745f19a1c86a51bc01e092af316ad /devel
parent3bcc37232e0f7a73e7ee80eac86b9d4991dc35c4 (diff)
downloadpkgsrc-3e9924d23c7c0f41b452cf8470666775862181b1.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')
-rw-r--r--devel/boost-headers/Makefile4
-rw-r--r--devel/boost-libs/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile
index 4b4262ca39c..48a29fceaaf 100644
--- a/devel/boost-headers/Makefile
+++ b/devel/boost-headers/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2008/02/05 23:00:27 heinz Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/28 21:35:25 jmmv Exp $
#
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
+PKGREVISION= 1
+
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/boost/Makefile.common"
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"