rpms/cfengine/FC-4 .cvsignore, 1.11, 1.12 cfengine.spec, 1.15, 1.16 sources, 1.11, 1.12

Jeff Sheltren (sheltren) fedora-extras-commits at redhat.com
Wed May 10 22:37:54 UTC 2006


Author: sheltren

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

Modified Files:
	.cvsignore cfengine.spec sources 
Log Message:
patch for ipv6 buffer overflow (#190822)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cfengine/FC-4/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	1 Apr 2006 12:47:11 -0000	1.11
+++ .cvsignore	10 May 2006 22:37:54 -0000	1.12
@@ -2,3 +2,4 @@
 cfenvd
 cfexecd
 cfservd
+cfengine-2.1.20-ipv6-overflow.patch


Index: cfengine.spec
===================================================================
RCS file: /cvs/extras/rpms/cfengine/FC-4/cfengine.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cfengine.spec	1 Apr 2006 12:47:11 -0000	1.15
+++ cfengine.spec	10 May 2006 22:37:54 -0000	1.16
@@ -1,13 +1,14 @@
 Summary: A systems administration tool for networks
 Name: cfengine
 Version: 2.1.20
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/System
 Source0: ftp://ftp.iu.hio.no/pub/cfengine/cfengine-2.1.20.tar.gz
 Source1: cfexecd
 Source2: cfservd
 Source3: cfenvd
+Patch0: cfengine-2.1.20-ipv6-overflow.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
+%patch0 -p1 -b .ipv6-overflow
 
 
 %build
@@ -118,6 +120,9 @@
 
 
 %changelog
+* Mon May  8 2006 Jeff Sheltren <sheltren at cs.ucsb.edu> - 2.1.20-3
+- Patch for buffer overflow when using ipv6 addresses (#190822)
+
 * Fri Mar 31 2006 Jeff Sheltren <sheltren at cs.ucsb.edu> - 2.1.20-1
 - Update to upstream 2.1.20
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cfengine/FC-4/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	1 Apr 2006 12:47:11 -0000	1.11
+++ sources	10 May 2006 22:37:54 -0000	1.12
@@ -2,3 +2,4 @@
 37c565f98d2b252c9c6cf1c88d654e02  cfenvd
 19f07f0d576abf8bf8cb875ab6ad66c6  cfexecd
 fe6c086a41f428d47bde30646e0310c4  cfservd
+a30e414c5b51271c4d263be8043ecb07  cfengine-2.1.20-ipv6-overflow.patch




More information about the fedora-extras-commits mailing list