summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2006-12-29 01:58:28 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2006-12-29 01:58:28 +0000
commit9c0704070e5f55a7ef625ea0016fb0593ededed8 (patch)
treee368ed9970fa1015be5f430de0c40622cd2f0b6d /net-zope/plone/plone-2.5.1.ebuild
parentFixing errors with languages (diff)
downloadgentoo-2-9c0704070e5f55a7ef625ea0016fb0593ededed8.tar.gz
gentoo-2-9c0704070e5f55a7ef625ea0016fb0593ededed8.tar.bz2
gentoo-2-9c0704070e5f55a7ef625ea0016fb0593ededed8.zip
Added hotfix for security vulerability, addresses #153901
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'net-zope/plone/plone-2.5.1.ebuild')
-rw-r--r--net-zope/plone/plone-2.5.1.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/net-zope/plone/plone-2.5.1.ebuild b/net-zope/plone/plone-2.5.1.ebuild
index e9b9975ff923..eb6a9b21e095 100644
--- a/net-zope/plone/plone-2.5.1.ebuild
+++ b/net-zope/plone/plone-2.5.1.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-2.5.1.ebuild,v 1.1 2006/09/30 21:21:02 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-2.5.1.ebuild,v 1.2 2006/12/29 01:58:28 radek Exp $
inherit zproduct
MY_P="Plone-2.5.1"
DESCRIPTION="A Zope Content Management System, based on Zope CMF."
HOMEPAGE="http://plone.org"
-SRC_URI="mirror://sourceforge/plone/${MY_P}-final.tar.gz"
+HOTFIXES_URI="http://plone.org/products/plone-hotfix/releases/20061031/PloneHotFix20061031.tar.gz"
+SRC_URI="mirror://sourceforge/plone/${MY_P}-final.tar.gz
+ $HOTFIXES_URI"
LICENSE="GPL-2"
SLOT="2.5"
@@ -62,8 +64,14 @@ ZPROD_LIST="
SecureMailHost
statusmessages
validation
+ PloneHotFix20061031
"
+src_compile() {
+ # hotfixes to be applied
+ cp -a "${WORKDIR}/PloneHotFix20061031/" "${WORKDIR}/${MY_P}/"
+}
+
pkg_postinst() {
ewarn
ewarn "This plone version is a bundled version = contains all necessary zope products"