pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-xmlrpclib This library if part of Python since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b4178371462
branches:  trunk
changeset: 489052:0b4178371462
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Feb 15 18:22:54 2005 +0000

description:
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:

 net/py-xmlrpclib/DESCR    |   3 ---
 net/py-xmlrpclib/Makefile |  25 -------------------------
 net/py-xmlrpclib/PLIST    |   4 ----
 net/py-xmlrpclib/distinfo |   4 ----
 4 files changed, 0 insertions(+), 36 deletions(-)

diffs (52 lines):

diff -r d8fcc60e41ec -r 0b4178371462 net/py-xmlrpclib/DESCR
--- a/net/py-xmlrpclib/DESCR    Tue Feb 15 18:13:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d8fcc60e41ec -r 0b4178371462 net/py-xmlrpclib/Makefile
--- a/net/py-xmlrpclib/Makefile Tue Feb 15 18:13:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r d8fcc60e41ec -r 0b4178371462 net/py-xmlrpclib/PLIST
--- a/net/py-xmlrpclib/PLIST    Tue Feb 15 18:13:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d8fcc60e41ec -r 0b4178371462 net/py-xmlrpclib/distinfo
--- a/net/py-xmlrpclib/distinfo Tue Feb 15 18:13:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index