From 131cb6fa3452657f846011479b2fae7721ba4ba5 Mon Sep 17 00:00:00 2001 From: mharris Date: Dec 23 2004 18:36:53 +0000 Subject: - 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 --- diff --git a/pinfo.spec b/pinfo.spec index 6642094..23f6efe 100644 --- a/pinfo.spec +++ b/pinfo.spec @@ -1,14 +1,14 @@ Summary: An info file viewer. Name: pinfo Version: 0.6.8 -Release: 8 +Release: 9 Group: System Environment/Base License: GPL URL: http://dione.ids.pl/~pborys/software/pinfo # 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: 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 Patch2: pinfo-0.6.8.memcorruption.patch Patch3: pinfo-0.6.8.memleak.patch @@ -24,7 +24,7 @@ using regular expressions, and is based on the ncurses library. %prep %setup -q -%patch -p1 -b .mkstemp +%patch0 -p0 -b .mkstemp %patch1 -p1 -b .links %patch2 -p1 -b .memcorruption %patch3 -p1 -b .memleak @@ -68,7 +68,11 @@ fi rm -rf $RPM_BUILD_ROOT %changelog -* Wed Dec 23 2004 Mike A. Harris 0.6.8-8 +* Thu Dec 23 2004 Mike A. Harris 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 0.6.8-8 - 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)