r1234 - in plone3/trunk/debian (changelog control rules)

Fabio Tranchitella kobold at alioth.debian.org
Tue May 6 06:05:54 UTC 2008


    Date: Tuesday, May 6, 2008 @ 06:05:52
  Author: kobold
Revision: 1234

* New upstream release.
* Add CSRF protection to user forms and control panel pages (CVE-2008-0164).
  (Closes: #473571)
* debian/control: depends on libjs-prototype. (Closes: #475286)

Modified:
  plone3/trunk/debian/changelog
  plone3/trunk/debian/control
  plone3/trunk/debian/rules

Modified: plone3/trunk/debian/changelog
===================================================================
--- plone3/trunk/debian/changelog	2008-05-05 08:02:16 UTC (rev 1233)
+++ plone3/trunk/debian/changelog	2008-05-06 06:05:52 UTC (rev 1234)
@@ -1,3 +1,12 @@
+plone3 (3.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add CSRF protection to user forms and control panel pages (CVE-2008-0164).
+    (Closes: #473571)
+  * debian/control: depends on libjs-prototype. (Closes: #475286)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 06 May 2008 08:02:02 +0200
+
 plone3 (3.0.6-2) unstable; urgency=low
 
   * debian/control: added dependency on python-libxml2.

Modified: plone3/trunk/debian/control
===================================================================
--- plone3/trunk/debian/control	2008-05-05 08:02:16 UTC (rev 1233)
+++ plone3/trunk/debian/control	2008-05-06 06:05:52 UTC (rev 1234)
@@ -11,7 +11,7 @@
 
 Package: zope-plone3
 Architecture: all
-Depends: ${zope:Depends}, zope-externaleditor (>= 0.9.3-2), python-imaging, lynx, pdftohtml, python-docutils (>= 0.3.3), xpdf-utils, xsltproc, python-elementtree, python-libxml2
+Depends: ${zope:Depends}, zope-externaleditor (>= 0.9.3-2), python-imaging, lynx, pdftohtml, python-docutils (>= 0.3.3), xpdf-utils, xsltproc, python-elementtree, python-libxml2, libjs-prototype
 Recommends: zope-linguaplone (>= 2.0), zope-cachefu (>= 1.1), python-openid
 Description: content management system based on zope and cmf
  Plone is a ready-to-run content management system that is built on the

Modified: plone3/trunk/debian/rules
===================================================================
--- plone3/trunk/debian/rules	2008-05-05 08:02:16 UTC (rev 1233)
+++ plone3/trunk/debian/rules	2008-05-06 06:05:52 UTC (rev 1234)
@@ -28,6 +28,9 @@
 	dh_installdirs
 	dh_installzope -pzope-plone3
 	dh_installzopeinstance -pplone3-site plone3-site
+	rm debian/zope-plone3/usr/share/zope/Products/CMFPlone:3.0/.dzlib/kss/core/plugins/effects/3rd_party/prototype.js
+	ln -s /usr/share/javascript/prototype/prototype.js \
+	      debian/zope-plone3/usr/share/zope/Products/CMFPlone:3.0/.dzlib/kss/core/plugins/effects/3rd_party/prototype.js
 	for i in `find \
 		debian/zope-plone3/usr/share/zope/Products/PloneTranslations:3.0 \
 		debian/zope-plone3/usr/share/zope/Products/PlacelessTranslationService:3.0 \




More information about the pkg-zope-commits mailing list