aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python23
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2005-02-04 12:15:53 +0800
committerperky <perky@FreeBSD.org>2005-02-04 12:15:53 +0800
commit90b00fa308781ccc1d4d5a16e8a5443e8c86d554 (patch)
tree9ee6abda3e4237ac2629790c3d98fed10dd887b5 /lang/python23
parentd54d0c608c4eeb269c3208af10e94a82f22edddc (diff)
downloadfreebsd-ports-gnome-90b00fa308781ccc1d4d5a16e8a5443e8c86d554.tar.gz
freebsd-ports-gnome-90b00fa308781ccc1d4d5a16e8a5443e8c86d554.tar.zst
freebsd-ports-gnome-90b00fa308781ccc1d4d5a16e8a5443e8c86d554.zip
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability. PR: 77080 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/python23')
-rw-r--r--lang/python23/Makefile5
-rw-r--r--lang/python23/distinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 637ec1a55137..ff067314a8f3 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -7,12 +7,15 @@
PORTNAME= python
PORTVERSION= 2.3.4
-PORTREVISION?= 3
+PORTREVISION?= 4
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/python23/distinfo b/lang/python23/distinfo
index bff74d31dc32..569a99446762 100644
--- a/lang/python23/distinfo
+++ b/lang/python23/distinfo
@@ -1,2 +1,4 @@
MD5 (python/Python-2.3.4.tgz) = b6cf0b19226861a38689d2fabd0931b3
SIZE (python/Python-2.3.4.tgz) = 8502738
+MD5 (python/patch.txt) = bdebb9c747dea1eada73ee7dbb6ac838
+SIZE (python/patch.txt) = 4427