From 0d90a4348e67be408583b5c3d09d949bcc79eaba Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 4 Feb 2005 04:15:53 +0000 Subject: [PATCH] Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer vulnerability. PR: 77080 Submitted by: Marcus Grando Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal --- lang/python23/Makefile | 5 ++++- lang/python23/distinfo | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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