rpms/netpbm/FC-3 netpbm-10.27-pnmcolormap.patch, NONE, 1.1 netpbm.spec, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 31 12:55:29 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/netpbm/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv26676

Modified Files:
	netpbm.spec 
Added Files:
	netpbm-10.27-pnmcolormap.patch 
Log Message:

- fix segfault in pnmcolormap what makes latex2html/ppmquant
  unusable (#158665, #139111)



netpbm-10.27-pnmcolormap.patch:
 libpammap.c |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE netpbm-10.27-pnmcolormap.patch ---
--- netpbm-10.27/lib/libpammap.c.fixes	2005-05-31 11:00:19.022565400 +0200
+++ netpbm-10.27/lib/libpammap.c	2005-05-31 14:13:54.757705248 +0200
@@ -368,7 +368,6 @@
             pm_error("size %u is too big for arithmetic", size);
         else {
             void * pool;
-            tupletable retval;
             unsigned int i;
     
             pool = malloc(mainTableSize + size * tupleIntSize);


Index: netpbm.spec
===================================================================
RCS file: /cvs/dist/rpms/netpbm/FC-3/netpbm.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- netpbm.spec	23 May 2005 11:15:50 -0000	1.26
+++ netpbm.spec	31 May 2005 12:55:26 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: A library for handling different graphics file formats.
 Name: netpbm
 Version: 10.27
-Release: 3.FC3
+Release: 4.FC3
 License: freeware
 Group: System Environment/Libraries
 URL: http://netpbm.sourceforge.net/
@@ -21,6 +21,7 @@
 Patch12: netpbm-10.27-bmptopnm.patch
 Patch13: netpbm-10.27-libpm.patch
 Patch14: netpbm-10.27-pnmtojpeg.patch
+Patch15: netpbm-10.27-pnmcolormap.patch
 Buildroot: %{_tmppath}/%{name}-root
 BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
 Obsoletes: libgr
@@ -78,6 +79,7 @@
 %patch12 -p1 -b .bmptopnm
 %patch13 -p1 -b .libpm
 %patch14 -p1 -b .pnmtojpeg
+%patch15 -p1 -b .pnmcolormap
 
 ##mv shhopt/shhopt.h shhopt/pbmshhopt.h
 ##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile
@@ -175,6 +177,10 @@
 %{_mandir}/man5/*
 
 %changelog
+* Tue May 31 2005 Jindrich Novy <jnovy at redhat.com> 10.27-4.FC3
+- fix segfault in pnmcolormap what makes latex2html/ppmquant
+  unusable (#158665, #139111)
+
 * Mon May 23 2005 Jindrich Novy <jnovy at redhat.com> 10.27-3.FC3
 - FC3 netpbm update to fix #158307 and other issues
 




More information about the fedora-cvs-commits mailing list