rpms/cfengine/FC-3 .cvsignore, 1.8, 1.9 cfengine.spec, 1.10, 1.11 sources, 1.8, 1.9

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


Author: sheltren

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

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-3/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	3 Oct 2005 16:26:48 -0000	1.8
+++ .cvsignore	18 Oct 2005 12:59:43 -0000	1.9
@@ -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-3/cfengine.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cfengine.spec	3 Oct 2005 16:26:48 -0000	1.10
+++ cfengine.spec	18 Oct 2005 12:59:43 -0000	1.11
@@ -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-3/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	3 Oct 2005 16:26:48 -0000	1.8
+++ sources	18 Oct 2005 12:59:43 -0000	1.9
@@ -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