From 71d119dbc9e2c3b3be32e6fb18cca4dc3450f6d9 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Fri, 18 May 2007 11:30:56 +0200 Subject: zope-2.10.3 (cherry picked from commit 1b4c74bf29db2b4ee6456a405847be233e9a7bbd) --- devel/zope/DETAILS | 5 +++-- devel/zope/HISTORY | 11 +++++++++++ devel/zope/PRE_BUILD | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100755 devel/zope/PRE_BUILD 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 + * 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 * 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 -- cgit v1.2.3