summaryrefslogtreecommitdiff
path: root/x11/libXfont/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-04-03 20:27:20 +0000
committerdrochner <drochner@pkgsrc.org>2007-04-03 20:27:20 +0000
commit0d0c8b0486823303b6e5b9726086d4cde31d2444 (patch)
tree9583666c07101b64922a69f01ac865a9ffae2db7 /x11/libXfont/Makefile
parent629af004e9db3ea8bd1262daa9d22a05ce2f1e87 (diff)
downloadpkgsrc-0d0c8b0486823303b6e5b9726086d4cde31d2444.tar.gz
fix a possible memory corruption due to integer overflow, caused by lack
of validation of bdf font files (CVE 2007-1351) fix a possible memory corruption due to integer overflow, caused by lack of validation of fonts.dir files (CVE 2007-1352) bump PKGREVISION
Diffstat (limited to 'x11/libXfont/Makefile')
-rw-r--r--x11/libXfont/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile
index 72c1a038e9f..3331edb0ecb 100644
--- a/x11/libXfont/Makefile
+++ b/x11/libXfont/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/01/23 15:49:37 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/04/03 20:27:20 drochner Exp $
#
DISTNAME= libXfont-1.2.7
+PKGREVISION= 1
CATEGORIES= x11 devel fonts
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2