diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-12 08:04:12 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-12 08:04:12 +0800 |
commit | c5eff374ff61485a6757a9592b2801011b3309fa (patch) | |
tree | 2d6b0b88951d12c45b8550c91941bc4b6fe16e0b /www/zope28/Makefile | |
parent | 20b00575ef281d02badc3223e9bb49f3f5020b9c (diff) | |
download | freebsd-ports-gnome-c5eff374ff61485a6757a9592b2801011b3309fa.tar.gz freebsd-ports-gnome-c5eff374ff61485a6757a9592b2801011b3309fa.tar.zst freebsd-ports-gnome-c5eff374ff61485a6757a9592b2801011b3309fa.zip |
Hotfix 2005-10-09 Alert
This hotfix addresses an important security issue that affects users of Zope
versions 2.6 or higher.
PR: 87198
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Security: http://www.vuxml.org/freebsd/d2b80c7c-3aae-11da-9484-00123ffe8333.html
Diffstat (limited to 'www/zope28/Makefile')
-rw-r--r-- | www/zope28/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/zope28/Makefile b/www/zope28/Makefile index f7ac748a338b..c4eff5cc91e9 100644 --- a/www/zope28/Makefile +++ b/www/zope28/Makefile @@ -7,12 +7,16 @@ PORTNAME= zope PORTVERSION= 2.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python zope -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ +MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \ + http://www.zope.org/Products/Zope/Hotfix_2005-10-09/security_alert/:hotfix_20051009 DISTNAME= Zope-${PORTVERSION}-final EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + Hotfix_2005-10-09.tar.gz:hotfix_20051009 DIST_SUBDIR= zope +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dsh@vlink.ru COMMENT= An object-based web application platform @@ -61,6 +65,9 @@ ISBATCH= -u admin:test123 ISBATCH= "" .endif +pre-patch: + ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/Hotfix_2005-10-09.tar.gz -C ${WRKSRC}/lib/python + post-patch: ${REINPLACE_CMD} \ -e 's,^\(ACCEPTABLE="\).*"$$,\1${PYTHON_PORTVERSION}",g' \ |