summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-08-22 11:59:31 +0000
committeradam <adam@pkgsrc.org>2005-08-22 11:59:31 +0000
commit7697e1866ba5c8638f3a53cafd4e03b56b23c4a0 (patch)
treeff2d74602cc9f10b6589ec80712cbf54a361304d /graphics/netpbm/patches
parent660ca4e3aab1c9af159960a8ddee363f456c1192 (diff)
downloadpkgsrc-7697e1866ba5c8638f3a53cafd4e03b56b23c4a0.tar.gz
Changes 10.29:
Add ppmdraw. Add pammixinterlace. Thanks Bruce Guenter <bruceg@em.ca>. Add pgmmedian. Add pnmaddnoise. pnmtopclxl: add -rendergray option. pnmtopclxl: add -jobsetup option. pstopnm: add -dSAFER Ghostscript option. pnmcrop: add -margin option. pnmcrop: add -borderfile option. pnmnorm: add -luminosity (which was already default), -colorvalue, and -saturation. pnmtopng: Don't include any alpha info if supplied alpha mask is all opaque. ppmcie: Make white point mark more visible. pamdice: Remove restriction of 100 slices in each direction. pnmtopng: Fix bug: erroneous transparent pixels when supplied alpha mask is all opaque. Fix bytesToWordInt(): converts incorrectly on a machine that has pointer size != word size and uses the general case code. libnetpbm: fix basic pm_readlittleshort() bug introduced in 10.27. Affects mdatopbm, rawtopgm, lispmtopgm, pcxtoppm, winicontoppm, bmptopnm, sirtopnm, xwdtopnm, cameratopam. pamlookup: fix universal crash. Thanks "Colley, Anthony W." <Anthony.Colley@ngc.com> pbmtolj: fix bug from 10.28: crashes with a line which is a multiple of 8 plus 7 pixels wide not counting white right margin. ppmtompeg: fix uname() rc test (sometimes > 0 is success).
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r--graphics/netpbm/patches/patch-ab6
-rw-r--r--graphics/netpbm/patches/patch-af10
-rw-r--r--graphics/netpbm/patches/patch-ag20
-rw-r--r--graphics/netpbm/patches/patch-ah6
4 files changed, 11 insertions, 31 deletions
diff --git a/graphics/netpbm/patches/patch-ab b/graphics/netpbm/patches/patch-ab
index 81a6b05723e..c57e1226830 100644
--- a/graphics/netpbm/patches/patch-ab
+++ b/graphics/netpbm/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.16 2005/02/17 11:36:01 adam Exp $
+$NetBSD: patch-ab,v 1.17 2005/08/22 11:59:31 adam Exp $
---- converter/other/Makefile.orig 2005-02-05 17:48:28.000000000 +0000
+--- converter/other/Makefile.orig 2005-08-06 16:41:07.000000000 +0000
+++ converter/other/Makefile
-@@ -104,6 +104,13 @@ HEADERLINKS = pm_config.h pm.h pbm.h pgm
+@@ -109,6 +109,13 @@ HEADERLINKS = pm_config.h pm.h pbm.h pgm
include $(SRCDIR)/Makefile.common
diff --git a/graphics/netpbm/patches/patch-af b/graphics/netpbm/patches/patch-af
index 007c907b652..20b8d4229eb 100644
--- a/graphics/netpbm/patches/patch-af
+++ b/graphics/netpbm/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.9 2005/08/06 14:07:07 salo Exp $
+$NetBSD: patch-af,v 1.10 2005/08/22 11:59:31 adam Exp $
---- converter/other/cameratopam/identify.c.orig 2005-04-11 16:24:15.000000000 +0000
-+++ converter/other/cameratopam/identify.c 2005-08-06 12:58:46.000000000 +0000
-@@ -22,7 +22,9 @@
+--- converter/other/cameratopam/identify.c.orig 2005-08-15 06:07:25.000000000 +0000
++++ converter/other/cameratopam/identify.c
+@@ -23,7 +23,9 @@
static loadRawFn load_raw;
@@ -12,7 +12,7 @@ $NetBSD: patch-af,v 1.9 2005/08/06 14:07:07 salo Exp $
/* This does the same as the function of the same name in the GNU C library */
static const char *memmem (const char *haystack, size_t haystacklen,
const char *needle, size_t needlelen)
-@@ -33,6 +35,7 @@
+@@ -34,6 +36,7 @@ static const char *memmem (const char *h
return c;
return NULL;
}
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag
deleted file mode 100644
index a86c8e8bb7d..00000000000
--- a/graphics/netpbm/patches/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ag,v 1.8 2005/08/06 14:07:07 salo Exp $
-
-Security fix for SA16184. Patch from Debian.
-
---- converter/other/pstopnm.c.orig 2004-06-23 04:22:33.000000000 +0200
-+++ converter/other/pstopnm.c 2005-08-06 15:57:23.000000000 +0200
-@@ -704,11 +704,11 @@
- pm_message("execing '%s' with args '%s' (arg 0), "
- "'%s', '%s', '%s', '%s', '%s', '%s', '%s'",
- ghostscriptProg, arg0,
-- deviceopt, outfileopt, gopt, ropt, "-q", "-dNOPAUSE", "-");
-+ deviceopt, outfileopt, gopt, ropt, "-q", "-dNOPAUSE", "-dSAFER", "-");
- }
-
- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
-- "-dNOPAUSE", "-", NULL);
-+ "-dNOPAUSE", "-dSAFER", "-", NULL);
-
- pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
- ghostscriptProg, errno, strerror(errno));
diff --git a/graphics/netpbm/patches/patch-ah b/graphics/netpbm/patches/patch-ah
index fccae0e638e..52e42b26a2b 100644
--- a/graphics/netpbm/patches/patch-ah
+++ b/graphics/netpbm/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.5 2005/08/21 04:47:24 grant Exp $
+$NetBSD: patch-ah,v 1.6 2005/08/22 11:59:31 adam Exp $
---- converter/other/cameratopam/camera.c.orig 2005-04-12 02:23:36.000000000 +1000
+--- converter/other/cameratopam/camera.c.orig 2005-08-15 06:12:51.000000000 +0000
+++ converter/other/cameratopam/camera.c
-@@ -18,6 +18,10 @@
+@@ -22,6 +22,10 @@
#include "camera.h"