security update to py-cherrypy2-2.3.0. fixes CVE-2008-0252
requested by Joerg Zinke; ok rui@
This commit is contained in:
parent
c6a85db608
commit
05db6bcb6e
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2008/01/25 20:41:18 martynas Exp $
|
||||
|
||||
COMMENT= pythonic, object-oriented web development framework
|
||||
|
||||
V= 2.2.1
|
||||
V= 2.3.0
|
||||
DISTNAME= CherryPy-${V}
|
||||
PKGNAME= py-cherrypy2-${V}p0
|
||||
PKGNAME= py-cherrypy2-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.cherrypy.org/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (CherryPy-2.2.1.tar.gz) = FL8XsHBrxIA0LLj8+u10zQ==
|
||||
RMD160 (CherryPy-2.2.1.tar.gz) = yPQGxerttvcQ3HRlKLhHTfSMs8g=
|
||||
SHA1 (CherryPy-2.2.1.tar.gz) = zaBEzu14BZpWxUzhV7ylZPSQelE=
|
||||
SHA256 (CherryPy-2.2.1.tar.gz) = r4PvT3tv+r/M6ieUzGHKD2+r8kyVkBsi6jblQH/7eUs=
|
||||
SIZE (CherryPy-2.2.1.tar.gz) = 219932
|
||||
MD5 (CherryPy-2.3.0.tar.gz) = gM4PZm8omdTmgUMuQGHbFg==
|
||||
RMD160 (CherryPy-2.3.0.tar.gz) = TJVzWxfVjEMfHb9oVQDSocqOONg=
|
||||
SHA1 (CherryPy-2.3.0.tar.gz) = BnEhxfMUQlGawHE4/+ivb3x0ZdI=
|
||||
SHA256 (CherryPy-2.3.0.tar.gz) = pB4bMatyP1AiOzA5kbtOGkIKBd6y9KuSOizq3s5IVM8=
|
||||
SIZE (CherryPy-2.3.0.tar.gz) = 241999
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/27 15:23:13 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/01/25 20:41:18 martynas Exp $
|
||||
@conflict py-CherryPy-*
|
||||
lib/python${MODPY_VERSION}/site-packages/CherryPy-2.3.0-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/__init__.pyc
|
||||
@ -23,6 +24,8 @@ lib/python${MODPY_VERSION}/site-packages/cherrypy/_cpwsgi.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/_cpwsgi.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/_cpwsgiserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/_cpwsgiserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/_cpwsgiserver3.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/_cpwsgiserver3.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/config.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/config.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/favicon.ico
|
||||
@ -113,12 +116,16 @@ lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_custom_filters.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_custom_filters.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_decodingencoding_filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_decodingencoding_filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_etags.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_etags.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_gzip_filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_gzip_filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_http.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_http.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_logdebuginfo_filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_logdebuginfo_filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_misc_tools.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_misc_tools.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_noserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_noserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cherrypy/test/test_objectmapping.py
|
||||
|
Loading…
Reference in New Issue
Block a user