pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL Push new Python OpenSSL module. Ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edd5db39e34b
branches:  trunk
changeset: 546095:edd5db39e34b
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Thu Aug 21 10:29:31 2008 +0000

description:
Push new Python OpenSSL module. Changes since version 0.6:
 - Removed some unused variables.
 - Improved Python 2.3 compatibility.
 - Fixed various threading bugs.
 - Some improvements in the test suite.

diffstat:

 security/py-OpenSSL/Makefile |   5 ++---
 security/py-OpenSSL/PLIST    |  12 +++++++++++-
 security/py-OpenSSL/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r c623166e6fa3 -r edd5db39e34b security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Wed Aug 20 23:47:17 2008 +0000
+++ b/security/py-OpenSSL/Makefile      Thu Aug 21 10:29:31 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/08/21 10:29:31 tonnerre Exp $
 #
 
-DISTNAME=      pyOpenSSL-0.6
+DISTNAME=      pyOpenSSL-0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   2
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}
 
diff -r c623166e6fa3 -r edd5db39e34b security/py-OpenSSL/PLIST
--- a/security/py-OpenSSL/PLIST Wed Aug 20 23:47:17 2008 +0000
+++ b/security/py-OpenSSL/PLIST Thu Aug 21 10:29:31 2008 +0000
@@ -1,14 +1,24 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/27 23:35:54 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/08/21 10:29:32 tonnerre Exp $
 ${PYSITELIB}/OpenSSL/SSL.so
 ${PYSITELIB}/OpenSSL/__init__.py
 ${PYSITELIB}/OpenSSL/__init__.pyc
 ${PYSITELIB}/OpenSSL/__init__.pyo
 ${PYSITELIB}/OpenSSL/crypto.so
 ${PYSITELIB}/OpenSSL/rand.so
+${PYSITELIB}/OpenSSL/test/__init__.py
+${PYSITELIB}/OpenSSL/test/__init__.pyc
+${PYSITELIB}/OpenSSL/test/__init__.pyo
+${PYSITELIB}/OpenSSL/test/test_crypto.py
+${PYSITELIB}/OpenSSL/test/test_crypto.pyc
+${PYSITELIB}/OpenSSL/test/test_crypto.pyo
+${PYSITELIB}/OpenSSL/test/test_ssl.py
+${PYSITELIB}/OpenSSL/test/test_ssl.pyc
+${PYSITELIB}/OpenSSL/test/test_ssl.pyo
 ${PYSITELIB}/OpenSSL/tsafe.py
 ${PYSITELIB}/OpenSSL/tsafe.pyc
 ${PYSITELIB}/OpenSSL/tsafe.pyo
 ${PYSITELIB}/OpenSSL/version.py
 ${PYSITELIB}/OpenSSL/version.pyc
 ${PYSITELIB}/OpenSSL/version.pyo
+@dirrm ${PYSITELIB}/OpenSSL/test
 @dirrm ${PYSITELIB}/OpenSSL
diff -r c623166e6fa3 -r edd5db39e34b security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Wed Aug 20 23:47:17 2008 +0000
+++ b/security/py-OpenSSL/distinfo      Thu Aug 21 10:29:31 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:12 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/08/21 10:29:32 tonnerre Exp $
 
-SHA1 (pyOpenSSL-0.6.tar.gz) = a9626095db201eeac979d0624101f5afa888f9b6
-RMD160 (pyOpenSSL-0.6.tar.gz) = cea4f15671eeb721883a741dd01877550a4a4f5c
-Size (pyOpenSSL-0.6.tar.gz) = 281910 bytes
+SHA1 (pyOpenSSL-0.7.tar.gz) = bd072fef8eb36241852d25a9161282a051f0a63e
+RMD160 (pyOpenSSL-0.7.tar.gz) = a3d208705bd9d495eb7c20f9306e568b71fe95fc
+Size (pyOpenSSL-0.7.tar.gz) = 189022 bytes



Home | Main Index | Thread Index | Old Index