mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Apply hotfix for cross-site scripting vulnerability
PR: ports/110709 Submitted by: Yasushi Hayashi <yasi@yasi.to> (maintainer) Security: http://www.zope.org/Products/Zope/Hotfix-2007-03-20/announcement/view
This commit is contained in:
parent
c01a8f4b7e
commit
856b5e7583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188126
@ -7,10 +7,14 @@
|
||||
|
||||
PORTNAME= zope29
|
||||
PORTVERSION= 2.9.6
|
||||
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-2007-03-20/Hotfix-20070320/:hotfix
|
||||
DISTNAME= Zope-${PORTVERSION}-final
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
Hotfix_20070320.tgz:hotfix
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
@ -72,6 +76,9 @@ post-configure:
|
||||
-e 's,^.*LN.*PYTHON.*$$,,g' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
|
||||
post-build:
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/Hotfix_20070320/
|
||||
|
||||
post-install:
|
||||
${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \
|
||||
${ZOPEBASEDIR}/skel/etc/zope.conf.sample.in
|
||||
@ -79,6 +86,7 @@ post-install:
|
||||
${MKDIR} ${ZOPEBASEDIR}/Products
|
||||
${CP} ${FILESDIR}/Products_00readme-freebsd.txt \
|
||||
${ZOPEBASEDIR}/Products/00readme-freebsd.txt
|
||||
${CP} -R ${WRKDIR}/Hotfix_20070320 ${ZOPEBASEDIR}/Products/
|
||||
|
||||
${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
MD5 (zope/Zope-2.9.6-final.tgz) = a87008a9e78248072ea5908e1006b269
|
||||
SHA256 (zope/Zope-2.9.6-final.tgz) = 00ffe561df9ede6543bf5dceeea964048ee005705ba98dd8f8dbfcd8dd64fcc4
|
||||
SIZE (zope/Zope-2.9.6-final.tgz) = 6989768
|
||||
MD5 (zope/Hotfix_20070320.tgz) = 0b4cd365d99731e18827ead11400087d
|
||||
SHA256 (zope/Hotfix_20070320.tgz) = 3b8760301826aba22386a561de48523663fc7840fc11280e2c34163ba4be383a
|
||||
SIZE (zope/Hotfix_20070320.tgz) = 3805
|
||||
|
@ -1,4 +1,12 @@
|
||||
%%ZOPEBASEDIR%%/Products/00readme-freebsd.txt
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/README.txt
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/__init__.py
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.py
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/version.txt
|
||||
%%ZOPEBASEDIR%%/bin/README.txt
|
||||
%%ZOPEBASEDIR%%/bin/analyze.py
|
||||
%%ZOPEBASEDIR%%/bin/check_catalog.py
|
||||
@ -9540,5 +9548,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/lib
|
||||
@dirrm %%ZOPEBASEDIR%%/doc
|
||||
@dirrm %%ZOPEBASEDIR%%/bin
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320/
|
||||
@dirrmtry %%ZOPEBASEDIR%%/Products
|
||||
@dirrmtry %%ZOPEBASEDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user