diff options
author | perky <perky@FreeBSD.org> | 2005-02-04 04:14:40 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-02-04 04:14:40 +0000 |
commit | d54d0c608c4eeb269c3208af10e94a82f22edddc (patch) | |
tree | 74c5bb6b0cd28761ee06cc7716516573ac590499 /lang/python26 | |
parent | dafaf3a5ed0bcedd625a6ff3260a607eb65fcce8 (diff) | |
download | FreeBSD-ports-d54d0c608c4eeb269c3208af10e94a82f22edddc.zip FreeBSD-ports-d54d0c608c4eeb269c3208af10e94a82f22edddc.tar.gz |
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability.
Security: CAN-2005-0089
Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html
Security: SimpleXMLRPCServer.py allows unrestricted traversal
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 4 | ||||
-rw-r--r-- | lang/python26/distinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index ec0f468..e97fbac 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -6,11 +6,15 @@ PORTNAME= python PORTVERSION= 2.5.a0.20050129 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} +PATCH_SITES= http://www.python.org/security/PSF-2005-001/ +PATCHFILES= patch.txt + MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language diff --git a/lang/python26/distinfo b/lang/python26/distinfo index 0072eec..03e4939 100644 --- a/lang/python26/distinfo +++ b/lang/python26/distinfo @@ -1,2 +1,4 @@ MD5 (python/Python-2.5.a0.20050129.tgz) = bdf571f3e28c4793bedbd180611c28e6 SIZE (python/Python-2.5.a0.20050129.tgz) = 9227299 +MD5 (python/patch.txt) = bdebb9c747dea1eada73ee7dbb6ac838 +SIZE (python/patch.txt) = 4427 |