openbsd-ports/print/cups/patches/patch-config_h_in
jasper 6a63c0cb29 SECURITY FIX for CVE-2009-3608, CVE-2009-3609.
CUPS "pdftops" Filter Data Handling Integer Overflow Vulnerabilities
Patch from Ubuntu.

ok ajacoutot@ (MAINTAINER)
2009-10-25 16:04:34 +00:00

18 lines
460 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.1 2009/10/25 16:04:34 jasper Exp $
Security fix for CVE-2009-3608, CVE-2009-3609.
CUPS "pdftops" Filter Data Handling Integer Overflow Vulnerabilities
Patch from Ubuntu: poppler-based-pdftops-fixes.dpatch
--- config.h.in.orig Fri Oct 23 13:01:25 2009
+++ config.h.in Fri Oct 23 13:01:39 2009
@@ -440,6 +440,7 @@
*/
#undef HAVE_PDFTOPS
+#undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES
#define CUPS_PDFTOPS "/usr/bin/pdftops"