r2538 - in zope2.13/trunk/debian (4 files)

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Thu Oct 27 10:54:23 UTC 2011


    Date: Thursday, October 27, 2011 @ 10:54:23
  Author: mejo
Revision: 2538

update patches #1

Modified:
  zope2.13/trunk/debian/changelog
  zope2.13/trunk/debian/patches/Zope2-fix_serious_authentication_vulnerability.patch
  zope2.13/trunk/debian/patches/series
Deleted:
  zope2.13/trunk/debian/patches/Zope2-remove_documenttemplate_release_script.patch

Modified: zope2.13/trunk/debian/changelog
===================================================================
--- zope2.13/trunk/debian/changelog	2011-10-27 10:53:54 UTC (rev 2537)
+++ zope2.13/trunk/debian/changelog	2011-10-27 10:54:23 UTC (rev 2538)
@@ -2,6 +2,10 @@
 
   * NOT RELEASED YET.
   * New major upstream release (2.13).
+    - Update build scripts for Zope2.13.
+    - Bump python version from 2.6 to 2.7.
+    - Remove obsolete patch Zope2-remove_documenttemplate_release_script.patch
+    - Update remaining patches.
   * Update Homepage field to point to correct page http://zope2.zope.org/.
   * Add debian/patches/Zope2-fix_serious_authentication_vulnerability.patch,
     fixing a serious authentication vulnerability in stock configuration.
@@ -9,7 +13,7 @@
     See https://mail.zope.org/pipermail/zope-dev/2011-October/043592.html
     for further information.
 
- -- Jonas Meurer <mejo at debian.org>  Thu, 27 Oct 2011 12:42:02 +0200
+ -- Jonas Meurer <mejo at debian.org>  Thu, 27 Oct 2011 12:51:59 +0200
 
 zope2.12 (2.12.20-1) unstable; urgency=low
 

Modified: zope2.13/trunk/debian/patches/Zope2-fix_serious_authentication_vulnerability.patch
===================================================================
--- zope2.13/trunk/debian/patches/Zope2-fix_serious_authentication_vulnerability.patch	2011-10-27 10:53:54 UTC (rev 2537)
+++ zope2.13/trunk/debian/patches/Zope2-fix_serious_authentication_vulnerability.patch	2011-10-27 10:54:23 UTC (rev 2538)
@@ -2,8 +2,8 @@
 Author: Zope Foundation and Contributors <zope-dev at zope.org>
 Last-Update: 2011-10-24
 
---- source/Zope2/src/AccessControl/User.py
-+++ source/Zope2/src/AccessControl/User.py
+--- a/source/AccessControl/src/AccessControl/User.py
++++ b/source/AccessControl/src/AccessControl/User.py
 @@ -1027,6 +1027,8 @@
          """ returns true if domain auth mode is set to true"""
          return getattr(self, '_domain_auth_mode', None)

Deleted: zope2.13/trunk/debian/patches/Zope2-remove_documenttemplate_release_script.patch
===================================================================
--- zope2.13/trunk/debian/patches/Zope2-remove_documenttemplate_release_script.patch	2011-10-27 10:53:54 UTC (rev 2537)
+++ zope2.13/trunk/debian/patches/Zope2-remove_documenttemplate_release_script.patch	2011-10-27 10:54:23 UTC (rev 2538)
@@ -1,47 +0,0 @@
-Removing an ancient shell script used to release DocumentTemplate.
---- a/source/Zope2/src/DocumentTemplate/release.fl
-+++ /dev/null
-@@ -1,20 +0,0 @@
--DT_HTML.py
--DT_If.py
--DT_In.py
--DT_String.py
--DT_UI.py
--DT_Util.py
--DT_Var.py
--DT_Raise.py
--DTtest.py
--DTtestExpr.py
--DTtest_basicIn.py
--DocumentTemplate.py
--VSEval.py
--__init__.py
--pDocumentTemplate.py
--release_notes
--gparse.py
--DT_With.py
--DT_InSV.py
--ts_regex.py
---- a/source/Zope2/src/DocumentTemplate/release.sh
-+++ /dev/null
-@@ -1,20 +0,0 @@
--#!/bin/sh
--
--R=$1
--M=DocumentTemplate
--
--# StructuredText < $M.stx > $M.html
--StructuredText -t < release_notes > DocumentTemplate-rn.html
--cp DocumentTemplate-rn.html ..
--rm -rf "$M-$R"
--mkdir  "$M-$R" "$M-$R/$M"
--echo
--for f in `cat pyfiles`; do
--  python1.5 -c "import sys; sys.path.append('..'); from tabnanny import *; f='$f'; check(f)"
--done 
--echo
--tar -c -T release.fl -f - | (cd "$M-$R/$M"; tar xvf -)
--cp INSTALL "$M-$R"/
--tar cvf "$M-$R.tar" "$M-$R"
--rm -f "$M-$R.tar.gz"
--gzip "$M-$R.tar"

Modified: zope2.13/trunk/debian/patches/series
===================================================================
--- zope2.13/trunk/debian/patches/series	2011-10-27 10:53:54 UTC (rev 2537)
+++ zope2.13/trunk/debian/patches/series	2011-10-27 10:54:23 UTC (rev 2538)
@@ -1,5 +1,4 @@
 build_resources.patch
-Zope2-remove_documenttemplate_release_script.patch
 Zope2-webdav_urljoin.patch
 Zope2-deb_zopeconf.patch
 ZODB3-fix_shebang.patch




More information about the pkg-zope-developers mailing list