summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ac
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-06-25 06:35:58 +0000
committeradam <adam@pkgsrc.org>2006-06-25 06:35:58 +0000
commit6ec67610231d2ec8281f6193632947032aa12b0a (patch)
treee66317582f6df61128b07e4d829aaf2b015dbf53 /graphics/netpbm/patches/patch-ac
parent23e6ae8682271a46b6d7a89a94911d5aaf6daad6 (diff)
downloadpkgsrc-6ec67610231d2ec8281f6193632947032aa12b0a.tar.gz
This is a security update, which fixes a buffer overflow vulnerability.
Changes 10.34: * Add pamthreshold, pamx, pamtoxvmini. * pammasksharpen: Add -threshold. * pnmtopng: make "N colors found" message verbose-only. * pnmtopng: make "no room in palette" message non-verbose. * picttoppm: Tolerate various PICT file corruptions. * picttoppm: Don't issue warning message when file named 'fontdir' doesn't exist. * libnetpbm: Add ppmd_fill_path(). * ppmtobmp: Fix for PBM input. * bmptopnm: Don't crash on BMP with no color map. * bmptopnm: Fix wrong file name in error messages. * ppmtogif: fix bug: always produces garbage output. * ppmtompeg: fix input from Standard Input. * pnmflip: fix bug: -rotate90, -rotate180, and -rotate270 (and synonyms) don't work when followed by other rotation options. * ppmtoilbm: Fig bug: generates more planes than necessary. * pamtofits: fix buffer overflow in asembling header. * picttoppm: fix bug - interprets some images wrong because of bogus "rowBytes" value. * Redo asprintfN(), etc. so as not to use va_list in a way that doesn't work on some machines. * cameratopam: remove definition of memmem() so it doesn't collide with same in some C libraries. Add memmemN() and MEMEQ to libnetpbm. * Fix build of filename.o.
Diffstat (limited to 'graphics/netpbm/patches/patch-ac')
-rw-r--r--graphics/netpbm/patches/patch-ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/netpbm/patches/patch-ac b/graphics/netpbm/patches/patch-ac
deleted file mode 100644
index 46afb83e0e2..00000000000
--- a/graphics/netpbm/patches/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.14 2005/01/18 14:16:20 adam Exp $
-
---- converter/ppm/ppmtompeg/param.c.orig 2004-12-03 05:05:39.000000000 +0000
-+++ converter/ppm/ppmtompeg/param.c
-@@ -7,13 +7,6 @@
-
- /* COPYRIGHT INFORMATION IS AT THE END OF THIS FILE */
-
--#define _XOPEN_SOURCE 1
-- /* This makes sure popen() is in stdio.h. In GNU libc 2.1.3,
-- _POSIX_C_SOURCE = 2 is sufficient, but on AIX 4.3, the higher level
-- _XOPEN_SOURCE is required. 2000.09.09
-- */
--
--
- /*==============*
- * HEADER FILES *
- *==============*/