summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-05-20 11:05:33 +0000
committeradam <adam@pkgsrc.org>2011-05-20 11:05:33 +0000
commit335c18229a5bed805ea9fed1bc33e692d1581d0f (patch)
treed2184ded81360bcbb59640cf2ac0ebf57c974572 /security
parentd454efc675b062d721e9eedcadc41deff53c8795 (diff)
downloadpkgsrc-335c18229a5bed805ea9fed1bc33e692d1581d0f.tar.gz
Changes 0.12:
* OpenSSL/crypto/x509.c: Add get_extension_count and get_extension to the X509 type, allowing read access to certificate extensions. * OpenSSL/crypto/x509ext.c: Add get_short_name and get_data to the X509Extension type, allowing read access to the contents of an extension. * OpenSSL/ssl/ssl.c: Expose a number of symbolic constants for values passed to the connection "info" callback. * OpenSSL/ssl/connection.py: Add support for new-style buffers (primarily memoryviews) to Connection.send and Connection.sendall.
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/Makefile9
-rw-r--r--security/py-OpenSSL/distinfo8
2 files changed, 8 insertions, 9 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index e488ccad032..407f9769215 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.23 2010/07/24 12:49:25 gdt Exp $
-#
+# $NetBSD: Makefile,v 1.24 2011/05/20 11:05:33 adam Exp $
-DISTNAME= pyOpenSSL-0.10
+DISTNAME= pyOpenSSL-0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 3
CATEGORIES= security python
MASTER_SITES= http://pypi.python.org/packages/source/p/pyOpenSSL/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pyopenssl.sourceforge.net/
+HOMEPAGE= https://launchpad.net/pyopenssl/
COMMENT= Python interface to the OpenSSL library
+LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo
index 982ab11c205..bcb77bba76f 100644
--- a/security/py-OpenSSL/distinfo
+++ b/security/py-OpenSSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2010/07/19 16:46:48 ver Exp $
+$NetBSD: distinfo,v 1.6 2011/05/20 11:05:33 adam Exp $
-SHA1 (pyOpenSSL-0.10.tar.gz) = 11c956d317ab2b1628937a2681acc31f4b890fe8
-RMD160 (pyOpenSSL-0.10.tar.gz) = 1e303655754b5652327151a790ac6f3b25959972
-Size (pyOpenSSL-0.10.tar.gz) = 222169 bytes
+SHA1 (pyOpenSSL-0.12.tar.gz) = 23bfc7acc8e4962e4aead5b5e1a37bfbd358bd1e
+RMD160 (pyOpenSSL-0.12.tar.gz) = bb9180f808eee78b1c5e7603596c467eb90f3cff
+Size (pyOpenSSL-0.12.tar.gz) = 236041 bytes