diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-08-21 10:29:31 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-08-21 10:29:31 +0000 |
commit | e188148e85c1fcd0f5afab1a5ca051224824ee8e (patch) | |
tree | ad4bb752e2752b656a485c25481a61d019569fb4 /security | |
parent | 12145f1ffcaac603a01c930ac36ceb423a1558b9 (diff) | |
download | pkgsrc-e188148e85c1fcd0f5afab1a5ca051224824ee8e.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/py-OpenSSL/Makefile | 5 | ||||
-rw-r--r-- | security/py-OpenSSL/PLIST | 12 | ||||
-rw-r--r-- | security/py-OpenSSL/distinfo | 8 |
3 files changed, 17 insertions, 8 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index 1cd2d93c13b..406d1174bbd 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -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 --git a/security/py-OpenSSL/PLIST b/security/py-OpenSSL/PLIST index 51a214ee1d5..19d447676a3 100644 --- a/security/py-OpenSSL/PLIST +++ b/security/py-OpenSSL/PLIST @@ -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 --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo index 1e8ac0d8354..81a5e921082 100644 --- a/security/py-OpenSSL/distinfo +++ b/security/py-OpenSSL/distinfo @@ -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 |