rpms/cfengine/FC-4 .cvsignore, 1.7, 1.8 cfengine.spec, 1.11, 1.12 sources, 1.7, 1.8

Jeff Sheltren (sheltren) fedora-extras-commits at redhat.com
Tue Oct 18 12:57:38 UTC 2005


Author: sheltren

Update of /cvs/extras/rpms/cfengine/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18620

Modified Files:
	.cvsignore cfengine.spec sources 
Log Message:
Patch insecure temp file, CAN-2005-2960 (#170896)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cfengine/FC-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	3 Oct 2005 16:24:05 -0000	1.7
+++ .cvsignore	18 Oct 2005 12:57:36 -0000	1.8
@@ -1,4 +1,5 @@
 cfengine-2.1.16.tar.gz
+cfengine-2.1.16-CAN-2005-2960.patch
 cfenvd
 cfexecd
 cfservd


Index: cfengine.spec
===================================================================
RCS file: /cvs/extras/rpms/cfengine/FC-4/cfengine.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cfengine.spec	3 Oct 2005 16:24:05 -0000	1.11
+++ cfengine.spec	18 Oct 2005 12:57:36 -0000	1.12
@@ -1,13 +1,14 @@
 Summary: A systems administration tool for networks
 Name: cfengine
 Version: 2.1.16
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/System
 Source0: ftp://ftp.iu.hio.no/pub/cfengine/cfengine-2.1.16.tar.gz
 Source1: cfexecd
 Source2: cfservd
 Source3: cfenvd
+Patch1: cfengine-2.1.16-CAN-2005-2960.patch
 URL: http://www.cfengine.org/
 BuildRequires: db4-devel,openssl-devel,texinfo,tetex,tetex-dvips,bison,flex,m4,libacl-devel
 Requires(post): /sbin/chkconfig, /sbin/install-info
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 
 %build
@@ -118,6 +120,9 @@
 
 
 %changelog
+* Mon Oct 17 2005 Jeff Sheltren <sheltren at cs.ucsb.edu> - 2.1.16-2
+- Patch insecure temp file, CAN-2005-2960 (#170896)
+
 * Sun Oct  2 2005 Jeff Sheltren <sheltren at cs.ucsb.edu> - 2.1.16-1
 - Update to upstream 2.1.16
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cfengine/FC-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	3 Oct 2005 16:24:05 -0000	1.7
+++ sources	18 Oct 2005 12:57:36 -0000	1.8
@@ -1,4 +1,5 @@
 1b009dcc2ab27c205e72b536c67ae173  cfengine-2.1.16.tar.gz
+2e8f500862bcf1b94f8108f258e39297  cfengine-2.1.16-CAN-2005-2960.patch
 37c565f98d2b252c9c6cf1c88d654e02  cfenvd
 19f07f0d576abf8bf8cb875ab6ad66c6  cfexecd
 fe6c086a41f428d47bde30646e0310c4  cfservd




More information about the fedora-extras-commits mailing list