diff options
author | adrianp <adrianp> | 2007-11-05 20:16:19 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-11-05 20:16:19 +0000 |
commit | 1277c44d4a3775566ed006ece7a2ca1b11ff591c (patch) | |
tree | 1010bb7b069451f1e4c47c6e9527569db4b2df98 /print/cups/Makefile | |
parent | da5eb37c7940dbfb2424568bd32e91cb79df2798 (diff) | |
download | pkgsrc-1277c44d4a3775566ed006ece7a2ca1b11ff591c.tar.gz |
Fix for CVE-2007-4351
PKGREVISION++
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 67fa0d42814..059fa25d4ac 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2007/10/22 11:56:46 dsainty Exp $ +# $NetBSD: Makefile,v 1.128 2007/11/05 20:16:19 adrianp Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -9,7 +9,7 @@ PKGNAME= cups-${VERS} BASE_VERS= 1.2.12 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp2.easysw.com/pub/cups/${BASE_VERS}/ \ |