diff options
author | drochner <drochner@pkgsrc.org> | 2005-02-15 18:22:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-02-15 18:22:54 +0000 |
commit | f853e578464b1faef73a84282c7dd06d2b4c6e57 (patch) | |
tree | 3316d50f54d458220d839a3542484991d67c94b3 /net | |
parent | 1ee807a400b7b371d77df0b8350010ca640cf6f6 (diff) | |
download | pkgsrc-f853e578464b1faef73a84282c7dd06d2b4c6e57.tar.gz |
This library if part of Python since at least 2.2.
It seems to be the origin of the security problem reported in
http://www.python.org/security/PSF-2005-001/.
Instead of fixing this dead end (unused in the pkgsrc tree) just
remove it.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-xmlrpclib/DESCR | 3 | ||||
-rw-r--r-- | net/py-xmlrpclib/Makefile | 25 | ||||
-rw-r--r-- | net/py-xmlrpclib/PLIST | 4 | ||||
-rw-r--r-- | net/py-xmlrpclib/distinfo | 4 |
4 files changed, 0 insertions, 36 deletions
diff --git a/net/py-xmlrpclib/DESCR b/net/py-xmlrpclib/DESCR deleted file mode 100644 index e222936f99c..00000000000 --- a/net/py-xmlrpclib/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -Secret Labs' xmlrpclib module is an implementation of the XML-RPC protocol. -This implementation is tightly integrated with Python, which makes it very easy -to call remote methods. diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile deleted file mode 100644 index c77c4550549..00000000000 --- a/net/py-xmlrpclib/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2004/07/22 09:16:03 recht Exp $ -# - -DISTNAME= xmlrpc-0.9.8-990621 -PKGNAME= ${PYPKGPREFIX}-xmlrpc-0.9.8 -CATEGORIES= net python -MASTER_SITES= http://www.pythonware.com/downloads/ -EXTRACT_SUFX= .zip - -MAINTAINER= drochner@NetBSD.org -HOMEPAGE= http://www.pythonware.com/products/xmlrpc/ -COMMENT= Implementation of the XML-RPC protocol for Python - -WRKSRC= ${WRKDIR} -NO_BUILD= yes - -PY_PATCHPLIST= yes - -do-install: - for f in ${WRKSRC}/*.py; do \ - ${INSTALL_DATA} $$f ${PREFIX}/${PYSITELIB}; \ - done - -.include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/py-xmlrpclib/PLIST b/net/py-xmlrpclib/PLIST deleted file mode 100644 index 5d40d08804b..00000000000 --- a/net/py-xmlrpclib/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/16 21:11:50 drochner Exp $ -${PYSITELIB}/xmlrpclib.py -${PYSITELIB}/xmlrpcserver.py -${PYSITELIB}/xmlrpc_handler.py diff --git a/net/py-xmlrpclib/distinfo b/net/py-xmlrpclib/distinfo deleted file mode 100644 index 0714396e0f5..00000000000 --- a/net/py-xmlrpclib/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/05/19 12:50:56 drochner Exp $ - -SHA1 (xmlrpc-0.9.8-990621.zip) = 0bcb1329dc8557f95cd13c2d88357aa4338171a6 -Size (xmlrpc-0.9.8-990621.zip) = 9513 bytes |