diff options
author | sbd <sbd@pkgsrc.org> | 2010-11-12 08:24:31 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-11-12 08:24:31 +0000 |
commit | d1c0786ec4a7ed2708a405082e0b0860029e8369 (patch) | |
tree | 6b2f748b0aefbfeeeb4f0527688879359433d165 /print/cups/Makefile | |
parent | 92d261ff821a80d34680e1298ea81e0a8238e83e (diff) | |
download | pkgsrc-d1c0786ec4a7ed2708a405082e0b0860029e8369.tar.gz |
Add str3648.patch by Mike Sweet to address CVE-2010-2941.
Obtained from https://bugzilla.redhat.com/show_bug.cgi?id=624438
as Cups STR#3648 (http://www.cups.org/str.php?L3648) is not public yet!
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 6c1f28a1dc5..38f8e495cec 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.169 2010/07/14 11:25:19 sbd Exp $ +# $NetBSD: Makefile,v 1.170 2010/11/12 08:24:31 sbd 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: @@ -8,7 +8,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} BASE_VERS= 1.4.3 DIST_VERS= ${BASE_VERS} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ |