rpms/plone/FC-5 .cvsignore, 1.8, 1.9 plone.spec, 1.12, 1.13 sources, 1.8, 1.9

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Apr 13 08:55:14 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/plone/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24540/FC-5

Modified Files:
	.cvsignore plone.spec sources 
Log Message:
fix bug 188886 (CVE-2006-1711)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	21 Feb 2006 23:58:31 -0000	1.8
+++ .cvsignore	13 Apr 2006 08:55:14 -0000	1.9
@@ -1 +1,2 @@
 Plone-2.1.2.tar.gz
+PloneHotfix20060410.tar.gz


Index: plone.spec
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-5/plone.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- plone.spec	21 Feb 2006 23:58:31 -0000	1.12
+++ plone.spec	13 Apr 2006 08:55:14 -0000	1.13
@@ -6,12 +6,13 @@
 
 Name:           plone
 Version:        2.1.2
-Release:        1%{?dist}
+Release:        2%{?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.1.2.tar.gz
+Source1:        http://plone.org/products/plonehotfix20060410/releases/1.0/PloneHotfix20060410.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,7 +26,7 @@
 products.
 
 %prep
-%setup -q -n Plone-%{version}
+%setup -q -n Plone-%{version} -a 1
 # Clean up sources
 find . -type d -name CVS | xargs rm -rf
 find . -type f -name .cvsignore | xargs rm -rf
@@ -47,6 +48,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+if [ "$1" -ge "2" ]; then # upgrade
+    /sbin/service zope condrestart >/dev/null 2>&1
+fi
+
+
 %files
 %defattr(644,root,root,755)
 %doc README.txt CONTENTS.txt
@@ -54,6 +61,12 @@
 
 
 %changelog
+* Thu Apr 13 2006 Aurelien Bompard <gauret[AT]free.fr> 2.1.2-2
+- apply Plone Hotfix 2006-04-10 to fix CVE-2006-1711
+- restart Zope on upgrade (will migrate it to %%postun for the
+  next release, but we need to make sure zope is restarted for
+  this one (security)
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 2.1.2-1
 - version 2.1.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	21 Feb 2006 23:58:31 -0000	1.8
+++ sources	13 Apr 2006 08:55:14 -0000	1.9
@@ -1 +1,2 @@
 863311e29550f9b4bf6c2502fdbed1fa  Plone-2.1.2.tar.gz
+fecdb36acae4751f6a8975c2068247c3  PloneHotfix20060410.tar.gz




More information about the fedora-extras-commits mailing list