diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:14:40 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:14:40 +0000 |
commit | e3292516312a7f4f266e52c4459680871ff78d6f (patch) | |
tree | eb00b5a29bee6a522a96f621281713ae2d291367 /lang/python25/Makefile | |
parent | d19bc113cfd16071370c9f044233b211190d5924 (diff) |
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
Notes
Notes:
svn path=/head/; revision=128015
Diffstat (limited to 'lang/python25/Makefile')
-rw-r--r-- | lang/python25/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index ec0f468b3ab4..e97fbac0eb7d 100644 --- a/lang/python25/Makefile +++ b/lang/python25/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 |