summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-05-18 11:30:56 +0200
committerEric Sandall2007-05-18 08:39:31 -0700
commit71d119dbc9e2c3b3be32e6fb18cca4dc3450f6d9 (patch)
tree2bfa54cd4c5fe059671a27b124e24db9bcb36d67
parent26a2d1f42b84ddc73c36f7805c64eefe48e2156e (diff)
zope-2.10.3stable-rc-0.10
(cherry picked from commit 1b4c74bf29db2b4ee6456a405847be233e9a7bbd)
-rwxr-xr-xdevel/zope/DETAILS5
-rw-r--r--devel/zope/HISTORY11
-rwxr-xr-xdevel/zope/PRE_BUILD3
3 files changed, 17 insertions, 2 deletions
diff --git a/devel/zope/DETAILS b/devel/zope/DETAILS
index 7a4974c192..f21f5f7535 100755
--- a/devel/zope/DETAILS
+++ b/devel/zope/DETAILS
@@ -1,12 +1,13 @@
SPELL=zope
- VERSION=2.9.4
+ VERSION=2.10.3
+ SOURCE_HASH=sha512:7ae667ec1839b366ee4e072c9fbb152e4c3cd3f20f24baf19808945b0a91be83d1703b2a46d3ee52b124396e0c99315fcf450a9c09e8a5465bae16d76128e17c
# VERSIONX=final
SOURCE=Zope-$VERSION-final.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Zope-$VERSION-final
SOURCE_URL[0]=http://www.zope.org/Products/Zope/${VERSION}/$SOURCE
- SOURCE_HASH=sha512:a4fd7d0875d2c1c99c2e86140f8432e43f40b7b98ad2dcf9644a10b9a51b5fc2a37dd161da0ec2c7bb3eaacd0ff10b535ac3a2133560a43e79ecc699c1bbf34d
WEB_SITE=http://www.zope.org/
ENTERED=20030527
+ SECURITY_PATCH=1
LICENSE[0]=ZPL
KEYWORDS="devel"
SHORT="Content management, portals, and custom applications server"
diff --git a/devel/zope/HISTORY b/devel/zope/HISTORY
index 17e8cce79e..a72d53eb0f 100644
--- a/devel/zope/HISTORY
+++ b/devel/zope/HISTORY
@@ -1,3 +1,14 @@
+2007-05-18 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.10.3
+ SECURIT_PATCH=1
+ CVE-2007-0240
+ Cross-site scripting (XSS) vulnerability in Zope 2.10.2 and
+ earlier allows remote attackers to inject arbitrary web script
+ or HTML via unspecified vectors in a HTTP GET request.
+ * PRE_BUILD: added form zope3
+ fix use of latest python
+ fixes bug #13785
+
2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.
diff --git a/devel/zope/PRE_BUILD b/devel/zope/PRE_BUILD
new file mode 100755
index 0000000000..b1cfb0f168
--- /dev/null
+++ b/devel/zope/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s/2.4.2/`installed_version python`/" configure