diff options
Diffstat (limited to 'print/cups/patches/patch-aq')
-rw-r--r-- | print/cups/patches/patch-aq | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/print/cups/patches/patch-aq b/print/cups/patches/patch-aq deleted file mode 100644 index 7cc38f34e73..00000000000 --- a/print/cups/patches/patch-aq +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aq,v 1.4 2010/11/12 08:24:32 sbd Exp $ - -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! - ---- cups/ipp.h.orig 2010-04-23 18:56:34.000000000 +0000 -+++ cups/ipp.h -@@ -93,7 +93,8 @@ typedef enum ipp_tag_e /**** Format ta - IPP_TAG_END_COLLECTION, /* End of collection value */ - IPP_TAG_TEXT = 0x41, /* Text value */ - IPP_TAG_NAME, /* Name value */ -- IPP_TAG_KEYWORD = 0x44, /* Keyword value */ -+ IPP_TAG_RESERVED_STRING, /* Reserved for future string value @private@ */ -+ IPP_TAG_KEYWORD, /* Keyword value */ - IPP_TAG_URI, /* URI value */ - IPP_TAG_URISCHEME, /* URI scheme value */ - IPP_TAG_CHARSET, /* Character set value */ |