summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2008-04-28 21:35:25 +0000
committerjmmv <jmmv@pkgsrc.org>2008-04-28 21:35:25 +0000
commit5b4116ba661397a7d9fe2dba7246dd1a1d17e136 (patch)
tree36cfd64ac33745f19a1c86a51bc01e092af316ad /devel
parent8ae144ebe701a6c69b4cd0faa2a52fe4ef16ecf2 (diff)
downloadpkgsrc-5b4116ba661397a7d9fe2dba7246dd1a1d17e136.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"