From 58c4f599920fea93a0622936ff4911081e488225 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 21 Jul 2005 12:42:45 +0000 Subject: [PATCH] - fix buffer overflow in pbmtolj (#163596) --- netpbm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/netpbm.spec b/netpbm.spec index b332160..f16a513 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -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 @@ Patch9: netpbm-10.28-gcc4.patch 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 @@ netpbm-progs. You'll also need to install the netpbm package. %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 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template %{_mandir}/man5/* %changelog +* Thu Jul 21 2005 Jindrich Novy 10.28-4 +- fix buffer overflow in pbmtolj (#163596) + * Mon Jun 27 2005 Jindrich Novy 10.28-3 - create symlink pnmtopnm -> pamtopnm, this works now in netpbm-10.28 (#161436)