- Replaced pinfo-0.6.0-mkstemp.patch with updated pinfo-0.6.8-mkstemp.patch
to fix an additional insecure tempnam() usage detected by our buildsystem
This commit is contained in:
parent
6af88516bb
commit
131cb6fa34
12
pinfo.spec
12
pinfo.spec
@ -1,14 +1,14 @@
|
|||||||
Summary: An info file viewer.
|
Summary: An info file viewer.
|
||||||
Name: pinfo
|
Name: pinfo
|
||||||
Version: 0.6.8
|
Version: 0.6.8
|
||||||
Release: 8
|
Release: 9
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://dione.ids.pl/~pborys/software/pinfo
|
URL: http://dione.ids.pl/~pborys/software/pinfo
|
||||||
# Actual source is .gz'd so I put the URL here, but convert to bz2
|
# Actual source is .gz'd so I put the URL here, but convert to bz2
|
||||||
#Source: http://dione.ids.pl/~pborys/software/pinfo/pinfo-%{version}.tar.gz
|
#Source: http://dione.ids.pl/~pborys/software/pinfo/pinfo-%{version}.tar.gz
|
||||||
Source: pinfo-%{version}.tar.bz2
|
Source: pinfo-%{version}.tar.bz2
|
||||||
Patch0: pinfo-0.6.0-mkstemp.patch
|
Patch0: pinfo-0.6.8-mkstemp.patch
|
||||||
Patch1: pinfo-0.6.8-htmlview.patch
|
Patch1: pinfo-0.6.8-htmlview.patch
|
||||||
Patch2: pinfo-0.6.8.memcorruption.patch
|
Patch2: pinfo-0.6.8.memcorruption.patch
|
||||||
Patch3: pinfo-0.6.8.memleak.patch
|
Patch3: pinfo-0.6.8.memleak.patch
|
||||||
@ -24,7 +24,7 @@ using regular expressions, and is based on the ncurses library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .mkstemp
|
%patch0 -p0 -b .mkstemp
|
||||||
%patch1 -p1 -b .links
|
%patch1 -p1 -b .links
|
||||||
%patch2 -p1 -b .memcorruption
|
%patch2 -p1 -b .memcorruption
|
||||||
%patch3 -p1 -b .memleak
|
%patch3 -p1 -b .memleak
|
||||||
@ -68,7 +68,11 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-8
|
* Thu Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-9
|
||||||
|
- Replaced pinfo-0.6.0-mkstemp.patch with updated pinfo-0.6.8-mkstemp.patch
|
||||||
|
to fix an additional insecure tempnam() usage detected by our buildsystem
|
||||||
|
|
||||||
|
* Thu Dec 23 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-8
|
||||||
- Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by
|
- Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by
|
||||||
Sami Farin to fix a couple pinfo bugs reported in (#138770)
|
Sami Farin to fix a couple pinfo bugs reported in (#138770)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user