- fix buffer overflow in pbmtolj (#163596)
This commit is contained in:
parent
a90bd6ce18
commit
58c4f59992
@ -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 <jnovy@redhat.com> 10.28-4
|
||||
- fix buffer overflow in pbmtolj (#163596)
|
||||
|
||||
* Mon Jun 27 2005 Jindrich Novy <jnovy@redhat.com> 10.28-3
|
||||
- create symlink pnmtopnm -> pamtopnm, this works now in
|
||||
netpbm-10.28 (#161436)
|
||||
|
Loading…
Reference in New Issue
Block a user