rpms/plone/devel .cvsignore, 1.10, 1.11 plone.spec, 1.16, 1.17 sources, 1.10, 1.11

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Oct 5 11:32:24 UTC 2006


Author: abompard

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

Modified Files:
	.cvsignore plone.spec sources 
Log Message:
fix bug 209163, CVE-2006-4247


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	10 Jul 2006 16:19:31 -0000	1.10
+++ .cvsignore	5 Oct 2006 11:32:21 -0000	1.11
@@ -1 +1,2 @@
 Plone-2.5.tar.gz
+PasswordResetTool-0.4.1.tar.gz


Index: plone.spec
===================================================================
RCS file: /cvs/extras/rpms/plone/devel/plone.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- plone.spec	30 Aug 2006 12:02:41 -0000	1.16
+++ plone.spec	5 Oct 2006 11:32:21 -0000	1.17
@@ -6,12 +6,13 @@
 
 Name:           plone
 Version:        2.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        User friendly and powerful open source Content Management System
 License:        GPL
 Group:          System Environment/Daemons
 URL:            http://www.plone.org/
 Source0:        http://dl.sf.net/plone/Plone-2.5.tar.gz
+Source1:        http://plone.org/products/passwordresettool/releases/0.4.1/PasswordResetTool-0.4.1.tar.gz
 #Source10:        http://plone.org/products/plonehotfix20060410/releases/1.0/PloneHotfix20060410.tar.gz
 Patch0:         Plone-2.5-atxmlperms.patch
 
@@ -50,6 +51,10 @@
 rm -f $RPM_BUILD_ROOT%{software_home}/Products/README.txt
 rm -f $RPM_BUILD_ROOT%{software_home}/Products/CONTENTS.txt
 
+# Fixed version of PasswordResetTool
+rm -rf $RPM_BUILD_ROOT%{software_home}/Products/PasswordResetTool
+tar -xzpf %{SOURCE1} -C $RPM_BUILD_ROOT%{software_home}/Products/
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +72,9 @@
 
 
 %changelog
+* Thu Oct 05 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.5-4
+- Update PasswordResetTool to fix CVE-2006-4247
+
 * Wed Aug 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.5-3
 - Zope 2.9.4 went back to zope/lib/python on x86_64
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Jul 2006 16:19:31 -0000	1.10
+++ sources	5 Oct 2006 11:32:21 -0000	1.11
@@ -1 +1,2 @@
 0a385a1a4afbf940bb4e094ce5dcb583  Plone-2.5.tar.gz
+df94c9ba1d0dad5b2cc42f763ab7084e  PasswordResetTool-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list