diff options
author | perky <perky@FreeBSD.org> | 2005-02-04 04:16:47 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-02-04 04:16:47 +0000 |
commit | 39d180f09ef6325cf79931bb7e4cc98eb1ffef15 (patch) | |
tree | a414850d1c0691b6479f2571ab49727e38ae4c7f /lang/python22 | |
parent | 90b00fa308781ccc1d4d5a16e8a5443e8c86d554 (diff) | |
download | FreeBSD-ports-39d180f09ef6325cf79931bb7e4cc98eb1ffef15.zip FreeBSD-ports-39d180f09ef6325cf79931bb7e4cc98eb1ffef15.tar.gz |
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability.
PR: 77079
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
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/python22')
-rw-r--r-- | lang/python22/Makefile | 5 | ||||
-rw-r--r-- | lang/python22/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 3eda730..5a32c6d 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -7,12 +7,15 @@ PORTNAME= python PORTVERSION= 2.2.3 -PORTREVISION= 6 +PORTREVISION= 7 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-2.2.txt + MAINTAINER= perky@FreeBSD.org COMMENT= An interpreted object-oriented programming language diff --git a/lang/python22/distinfo b/lang/python22/distinfo index 1683709..cc3671b 100644 --- a/lang/python22/distinfo +++ b/lang/python22/distinfo @@ -1,2 +1,4 @@ MD5 (python/Python-2.2.3.tgz) = 169f89f318e252dac0c54dd1b165d229 SIZE (python/Python-2.2.3.tgz) = 6709556 +MD5 (python/patch-2.2.txt) = 5dfebd35e669f59eaa07030d76b287e3 +SIZE (python/patch-2.2.txt) = 3854 |