rpms/cfengine/devel .cvsignore, 1.11, 1.12 cfengine.spec, 1.17, 1.18 sources, 1.11, 1.12

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


Author: sheltren

Update of /cvs/extras/rpms/cfengine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28717

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cfengine/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	1 Apr 2006 12:50:33 -0000	1.11
+++ .cvsignore	10 May 2006 22:33:08 -0000	1.12
@@ -1,3 +1,4 @@
+cfengine-2.1.20-ipv6-overflow.patch
 cfengine-2.1.20.tar.gz
 cfenvd
 cfexecd


Index: cfengine.spec
===================================================================
RCS file: /cvs/extras/rpms/cfengine/devel/cfengine.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cfengine.spec	1 Apr 2006 12:50:33 -0000	1.17
+++ cfengine.spec	10 May 2006 22:33:08 -0000	1.18
@@ -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/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	1 Apr 2006 12:50:33 -0000	1.11
+++ sources	10 May 2006 22:33:08 -0000	1.12
@@ -1,3 +1,4 @@
+a30e414c5b51271c4d263be8043ecb07  cfengine-2.1.20-ipv6-overflow.patch
 2510349fef9ccc47d80f133d4a35322e  cfengine-2.1.20.tar.gz
 37c565f98d2b252c9c6cf1c88d654e02  cfenvd
 19f07f0d576abf8bf8cb875ab6ad66c6  cfexecd




More information about the fedora-extras-commits mailing list