diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-09 20:35:56 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-09 20:35:56 +0800 |
commit | 37a4bca5a7518aed712e97c704ce578f664dfbb6 (patch) | |
tree | 8750c0eb5e2e0d23f2b7f8fe053b5cc1e7417bb6 /www/zope211 | |
parent | a84113b34303cac33eab14ee84d5d0d6d88a2e63 (diff) | |
download | freebsd-ports-gnome-37a4bca5a7518aed712e97c704ce578f664dfbb6.tar.gz freebsd-ports-gnome-37a4bca5a7518aed712e97c704ce578f664dfbb6.tar.zst freebsd-ports-gnome-37a4bca5a7518aed712e97c704ce578f664dfbb6.zip |
Corrects an information disclosure vulnerability in Zope2, due to Zope2's use
of the docutils module to parse and render "restructured text". Sites which
allow untrusted users to create restructured text as through-the-web
content should apply this hotfix.
PR: ports/99952
Submitted by: maintainer
Security: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-2006-07-05/
Diffstat (limited to 'www/zope211')
-rw-r--r-- | www/zope211/Makefile | 8 | ||||
-rw-r--r-- | www/zope211/distinfo | 3 | ||||
-rw-r--r-- | www/zope211/pkg-plist | 4 |
3 files changed, 14 insertions, 1 deletions
diff --git a/www/zope211/Makefile b/www/zope211/Makefile index ee52bb26e3da..2320db68bfea 100644 --- a/www/zope211/Makefile +++ b/www/zope211/Makefile @@ -7,11 +7,16 @@ PORTNAME= zope PORTVERSION= 2.9.3 +PORTREVISION= 1 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-2006-07-05/Hotfix-20060705/:hotfix_20060705 DISTNAME= Zope-${PORTVERSION} EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + Hotfix_20060705.tar.gz:hotfix_20060705 DIST_SUBDIR= zope +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= yasi@yasi.to COMMENT= An object-based web application platform @@ -73,6 +78,7 @@ post-install: ${MKDIR} ${ZOPEBASEDIR}/Products ${CP} ${FILESDIR}/Products_00readme-freebsd.txt \ ${ZOPEBASEDIR}/Products/00readme-freebsd.txt + ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/Hotfix_20060705.tar.gz -C ${ZOPEBASEDIR}/Products/ ${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w diff --git a/www/zope211/distinfo b/www/zope211/distinfo index 418e55a939bd..fb2be74a7c65 100644 --- a/www/zope211/distinfo +++ b/www/zope211/distinfo @@ -1,3 +1,6 @@ MD5 (zope/Zope-2.9.3.tgz) = 4e8b4e076cadd6eb62dd4513748cb9f9 SHA256 (zope/Zope-2.9.3.tgz) = 2c60f25266663d676c1c8c2c6864a038a1b675ff8879cec40fbc72f72efc0bfa SIZE (zope/Zope-2.9.3.tgz) = 8010113 +MD5 (zope/Hotfix_20060705.tar.gz) = 6dec58130117fd860adc7fd58f8062e7 +SHA256 (zope/Hotfix_20060705.tar.gz) = 6c7fd09c90e09d553ef454bfd2a7e3ad906a97893b4c14ac4a5f6f2bd23fa287 +SIZE (zope/Hotfix_20060705.tar.gz) = 1076 diff --git a/www/zope211/pkg-plist b/www/zope211/pkg-plist index 4d5f04065dc3..5f5763986ca2 100644 --- a/www/zope211/pkg-plist +++ b/www/zope211/pkg-plist @@ -1,4 +1,7 @@ %%ZOPEBASEDIR%%/Products/00readme-freebsd.txt +%%ZOPEBASEDIR%%/Products/Hotfix_20060705/README.txt +%%ZOPEBASEDIR%%/Products/Hotfix_20060705/__init__.py +%%ZOPEBASEDIR%%/Products/Hotfix_20060705/version.txt %%ZOPEBASEDIR%%/bin/analyze.py %%ZOPEBASEDIR%%/bin/check_catalog.py %%ZOPEBASEDIR%%/bin/checkbtrees.py @@ -12782,5 +12785,6 @@ @dirrm %%ZOPEBASEDIR%%/include/python @dirrm %%ZOPEBASEDIR%%/include @dirrm %%ZOPEBASEDIR%%/bin +@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20060705 @dirrmtry %%ZOPEBASEDIR%%/Products @dirrmtry %%ZOPEBASEDIR%% |