mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Apply hotfix for cross-site scripting vulnerability
PR: ports/110733 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
47649f7033
commit
f0f03e5316
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188174
@ -7,10 +7,14 @@
|
||||
|
||||
PORTNAME= zope210
|
||||
PORTVERSION= 2.10.2
|
||||
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}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
Hotfix_20070320.tgz:hotfix
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
@ -75,6 +79,7 @@ post-configure:
|
||||
|
||||
post-build:
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/Hotfix_20070320/
|
||||
|
||||
post-install:
|
||||
${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \
|
||||
@ -83,6 +88,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.10.2.tgz) = 4f4e2afe23c19def16ba43db4b6252cb
|
||||
SHA256 (zope/Zope-2.10.2.tgz) = f08887f2f3a3225a47427814fd7ff99603a1fb0f905df68306792a1cc486d94b
|
||||
SIZE (zope/Zope-2.10.2.tgz) = 7089784
|
||||
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/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.py
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/version.txt
|
||||
%%ZOPEBASEDIR%%/bin/README.txt
|
||||
%%ZOPEBASEDIR%%/bin/analyze.py
|
||||
%%ZOPEBASEDIR%%/bin/analyze.pyc
|
||||
@ -9854,5 +9862,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/skel/etc/package-includes
|
||||
@dirrm %%ZOPEBASEDIR%%/skel/etc
|
||||
@dirrm %%ZOPEBASEDIR%%/skel
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320
|
||||
@dirrmtry %%ZOPEBASEDIR%%/Products
|
||||
@dirrmtry %%ZOPEBASEDIR%%
|
||||
|
@ -7,10 +7,14 @@
|
||||
|
||||
PORTNAME= zope210
|
||||
PORTVERSION= 2.10.2
|
||||
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}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
Hotfix_20070320.tgz:hotfix
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
@ -75,6 +79,7 @@ post-configure:
|
||||
|
||||
post-build:
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/Hotfix_20070320/
|
||||
|
||||
post-install:
|
||||
${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \
|
||||
@ -83,6 +88,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.10.2.tgz) = 4f4e2afe23c19def16ba43db4b6252cb
|
||||
SHA256 (zope/Zope-2.10.2.tgz) = f08887f2f3a3225a47427814fd7ff99603a1fb0f905df68306792a1cc486d94b
|
||||
SIZE (zope/Zope-2.10.2.tgz) = 7089784
|
||||
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/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.py
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/version.txt
|
||||
%%ZOPEBASEDIR%%/bin/README.txt
|
||||
%%ZOPEBASEDIR%%/bin/analyze.py
|
||||
%%ZOPEBASEDIR%%/bin/analyze.pyc
|
||||
@ -9854,5 +9862,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/skel/etc/package-includes
|
||||
@dirrm %%ZOPEBASEDIR%%/skel/etc
|
||||
@dirrm %%ZOPEBASEDIR%%/skel
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320
|
||||
@dirrmtry %%ZOPEBASEDIR%%/Products
|
||||
@dirrmtry %%ZOPEBASEDIR%%
|
||||
|
@ -7,10 +7,14 @@
|
||||
|
||||
PORTNAME= zope210
|
||||
PORTVERSION= 2.10.2
|
||||
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}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
Hotfix_20070320.tgz:hotfix
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
@ -75,6 +79,7 @@ post-configure:
|
||||
|
||||
post-build:
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
|
||||
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/Hotfix_20070320/
|
||||
|
||||
post-install:
|
||||
${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \
|
||||
@ -83,6 +88,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.10.2.tgz) = 4f4e2afe23c19def16ba43db4b6252cb
|
||||
SHA256 (zope/Zope-2.10.2.tgz) = f08887f2f3a3225a47427814fd7ff99603a1fb0f905df68306792a1cc486d94b
|
||||
SIZE (zope/Zope-2.10.2.tgz) = 7089784
|
||||
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/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.py
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests/test_hotfix.pyc
|
||||
%%ZOPEBASEDIR%%/Products/Hotfix_20070320/version.txt
|
||||
%%ZOPEBASEDIR%%/bin/README.txt
|
||||
%%ZOPEBASEDIR%%/bin/analyze.py
|
||||
%%ZOPEBASEDIR%%/bin/analyze.pyc
|
||||
@ -9854,5 +9862,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/skel/etc/package-includes
|
||||
@dirrm %%ZOPEBASEDIR%%/skel/etc
|
||||
@dirrm %%ZOPEBASEDIR%%/skel
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/Products/Hotfix_20070320
|
||||
@dirrmtry %%ZOPEBASEDIR%%/Products
|
||||
@dirrmtry %%ZOPEBASEDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user