rpms/perl/FC-4 perl.spec,1.63,1.64

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 8 21:13:50 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/perl/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv12940

Modified Files:
	perl.spec 
Log Message:
fix CAN-2004-0976: insecure use of temporary files


Index: perl.spec
===================================================================
RCS file: /cvs/dist/rpms/perl/FC-4/perl.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- perl.spec	2 Nov 2005 22:57:42 -0000	1.63
+++ perl.spec	8 Nov 2005 21:13:42 -0000	1.64
@@ -130,6 +130,8 @@
 
 Patch172336: perl-5.8.6-bz172336_obz37056.patch
 
+Patch040976: perl-5.8.6-CAN-2004-0976.patch
+
 # module updatesd
 # Patch202: perl-5.8.0-Safe2.09.patch
 
@@ -259,6 +261,8 @@
 
 %patch172336 -p1
 
+%patch040976 -p1
+
 find . -name \*.orig -exec rm -fv {} \;
 
 %build
@@ -332,7 +336,7 @@
 
 make
 
-make test || /bin/true
+make test # || /bin/true
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -450,6 +454,9 @@
 %endif
 
 %changelog
+* Tue Nov 08 2005 Jason Vas Dias <jvdias at redhat.com> - 3:5.8.6-16
+- fix CAN-2004-0976: insecure use of temporary files
+
 * Wed Nov 02 2005 Jason Vas Dias <jvdias at redhat.com> - 3:5.8.6-16
 - fix bug 171111 / upstream bug 37535: incorrect IOCPARM_LEN
 - fix bug 172236 / upstream bug 37582: h2ph not generating C standard headers




More information about the fedora-cvs-commits mailing list