summaryrefslogtreecommitdiff
path: root/devel/boost-headers
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
commit60cf8631c9d7fe8c1b09c8222aedc20651cb6e5d (patch)
tree36cfd64ac33745f19a1c86a51bc01e092af316ad /devel/boost-headers
parent8e3c16789861979456c74d1fac0f2912a8bd4fc9 (diff)
downloadpkgsrc-60cf8631c9d7fe8c1b09c8222aedc20651cb6e5d.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-headers')
-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 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"