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
This commit is contained in:
Hye-Shik Chang 2005-02-04 04:15:53 +00:00
parent e329251631
commit 0d90a4348e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128016
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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