aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2005-02-04 12:16:47 +0800
committerperky <perky@FreeBSD.org>2005-02-04 12:16:47 +0800
commit39d180f09ef6325cf79931bb7e4cc98eb1ffef15 (patch)
treea414850d1c0691b6479f2571ab49727e38ae4c7f /lang
parent90b00fa308781ccc1d4d5a16e8a5443e8c86d554 (diff)
downloadfreebsd-ports-gnome-39d180f09ef6325cf79931bb7e4cc98eb1ffef15.tar.gz
freebsd-ports-gnome-39d180f09ef6325cf79931bb7e4cc98eb1ffef15.tar.zst
freebsd-ports-gnome-39d180f09ef6325cf79931bb7e4cc98eb1ffef15.zip
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')
-rw-r--r--lang/python22/Makefile5
-rw-r--r--lang/python22/distinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 3eda730b8c0b..5a32c6d4803d 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 16837095c18d..cc3671b264fb 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