diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2007-12-25 23:06:32 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2007-12-25 23:06:32 +0000 |
commit | d752e3c6e5e30e1e61669c9636a80b1a05067a0a (patch) | |
tree | d30300f7863c58a63f4fa35cd55da3ad1bd28252 /net-zope/plone | |
parent | - binary packages that are linked with libc.so.6 need to use sys-libs/glibc i... (diff) | |
download | gentoo-2-d752e3c6e5e30e1e61669c9636a80b1a05067a0a.tar.gz gentoo-2-d752e3c6e5e30e1e61669c9636a80b1a05067a0a.tar.bz2 gentoo-2-d752e3c6e5e30e1e61669c9636a80b1a05067a0a.zip |
Version bump, to close #198357 and CVE-2007-5741
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-zope/plone')
-rw-r--r-- | net-zope/plone/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/plone/files/digest-plone-2.5.5 | 3 | ||||
-rw-r--r-- | net-zope/plone/plone-2.5.5.ebuild | 73 |
3 files changed, 82 insertions, 1 deletions
diff --git a/net-zope/plone/ChangeLog b/net-zope/plone/ChangeLog index a9c8bf4f006f..24fb7625c88c 100644 --- a/net-zope/plone/ChangeLog +++ b/net-zope/plone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-zope/plone # Copyright 2003-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.45 2007/05/19 17:13:45 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.46 2007/12/25 23:06:31 radek Exp $ + +*plone-2.5.5 (25 Dec 2007) + + 25 Dec 2007; Radoslaw Stachowiak <radek@gentoo.org> +plone-2.5.5.ebuild: + Version bump, to close #198357 and CVE-2007-5741 *plone-2.5.3 (19 May 2007) diff --git a/net-zope/plone/files/digest-plone-2.5.5 b/net-zope/plone/files/digest-plone-2.5.5 new file mode 100644 index 000000000000..9537e6124332 --- /dev/null +++ b/net-zope/plone/files/digest-plone-2.5.5 @@ -0,0 +1,3 @@ +MD5 f997c2b8d06c264613231b2e550a31dc Plone-2.5.5.tar.gz 9890946 +RMD160 e723cd72940c1ee914425c65bb44a44cf262f894 Plone-2.5.5.tar.gz 9890946 +SHA256 024e748a8dcc49c9b808909ea6ec3cdda318e4e5373f191dfe5a188e261e7d14 Plone-2.5.5.tar.gz 9890946 diff --git a/net-zope/plone/plone-2.5.5.ebuild b/net-zope/plone/plone-2.5.5.ebuild new file mode 100644 index 000000000000..417299a5e939 --- /dev/null +++ b/net-zope/plone/plone-2.5.5.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-2.5.5.ebuild,v 1.1 2007/12/25 23:06:31 radek Exp $ + +inherit zproduct + +MY_P="Plone-${PV}" +DESCRIPTION="A Zope Content Management System, based on Zope CMF." +HOMEPAGE="http://plone.org/" +SRC_URI="https://launchpad.net/${PN}/2.5/${PV}/+download/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="2.5" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" +IUSE="" + +DEPEND="app-admin/zope-config" +RDEPEND=" + >=dev-python/imaging-1.1.5 + >=www-client/lynx-2.8.5 + =net-zope/zope-2.9* + >=dev-python/elementtree-1.2.6 + " + +S="${WORKDIR}/${MY_P}" + +ZPROD_LIST=" + Archetypes + ATContentTypes + ATReferenceBrowserWidget + CacheFu + CMFActionIcons + CMFCalendar + CMFCore + CMFDefault + CMFDynamicViewFTI + CMFFormController + CMFPlacefulWorkflow + CMFPlone + CMFQuickInstallerTool + CMFSetup + CMFTopic + CMFUid + DCWorkflow + ExtendedPathIndex + ExternalEditor + GenericSetup + GroupUserFolder + kupu + Marshall + MimetypesRegistry + PasswordResetTool + PlacelessTranslationService + PloneErrorReporting + PloneLanguageTool + PlonePAS + PloneTestCase + PloneTranslations + PluggableAuthService + PluginRegistry + PortalTransforms + ResourceRegistries + SecureMailHost + statusmessages + validation + " + +pkg_postinst() { + elog "This plone version is a bundled version = contains all necessary zope products" + elog "You should carefully manage Your zope instance manually(!) with zprod-manager tool" + elog "If You have simple installation (just zope and plone) you can safely execute:" + elog "'zprod-manager add' and then mark ${P} to be added to your instance." +} |