rpms/netpbm/devel netpbm.spec, 1.40, 1.41 netpbm-10.28-ndebug.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 21 12:42:49 UTC 2005


Author: jnovy

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

Modified Files:
	netpbm.spec 
Removed Files:
	netpbm-10.28-ndebug.patch 
Log Message:

- fix buffer overflow in pbmtolj (#163596)




Index: netpbm.spec
===================================================================
RCS file: /cvs/dist/rpms/netpbm/devel/netpbm.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- netpbm.spec	27 Jun 2005 11:33:19 -0000	1.40
+++ netpbm.spec	21 Jul 2005 12:42:45 -0000	1.41
@@ -1,7 +1,7 @@
 Summary: A library for handling different graphics file formats.
 Name: netpbm
 Version: 10.28
-Release: 3
+Release: 4
 License: freeware
 Group: System Environment/Libraries
 URL: http://netpbm.sourceforge.net/
@@ -20,7 +20,7 @@
 Patch10: netpbm-10.27-bmptopnm.patch
 Patch11: netpbm-10.27-libpm.patch
 Patch12: netpbm-10.27-pnmtojpeg.patch
-Patch13: netpbm-10.28-ndebug.patch
+Patch13: netpbm-10.28-pbmtolj.patch
 Buildroot: %{_tmppath}/%{name}-root
 BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
 Obsoletes: libgr
@@ -77,7 +77,7 @@
 %patch10 -p1 -b .bmptopnm
 %patch11 -p1 -b .libpm
 %patch12 -p1 -b .pnmtojpeg
-%patch13 -p1 -b .ndebug
+%patch13 -p1 -b .pbmtolj
 
 ##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 +175,9 @@
 %{_mandir}/man5/*
 
 %changelog
+* Thu Jul 21 2005 Jindrich Novy <jnovy at redhat.com> 10.28-4
+- fix buffer overflow in pbmtolj (#163596)
+
 * Mon Jun 27 2005 Jindrich Novy <jnovy at redhat.com> 10.28-3
 - create symlink pnmtopnm -> pamtopnm, this works now in
   netpbm-10.28 (#161436)


--- netpbm-10.28-ndebug.patch DELETED ---




More information about the fedora-cvs-commits mailing list