summaryrefslogtreecommitdiff
path: root/security/py-OpenSSL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-02-24 11:47:03 +0000
committerwiz <wiz@pkgsrc.org>2014-02-24 11:47:03 +0000
commit6ca1a0e973a7a36d55310127876f00fed63338ae (patch)
treef5f4fe2597d6c4e1fccbd269a11ed078e33b7e2d /security/py-OpenSSL
parentef043c8ac3a962a093f88cd4924ee23bb772672c (diff)
downloadpkgsrc-6ca1a0e973a7a36d55310127876f00fed63338ae.tar.gz
Update to 0.14:
2014-01-09 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL: Port to the cffi-based OpenSSL bindings provided by <https://github.com/pyca/cryptography> 2013-10-06 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/ssl/context.c: Add support for negotiating TLS v1.1 or v1.2. 2013-10-03 Christian Heimes <christian@python.org> * OpenSSL/crypto/x509.c: Fix an inconsistency in memory management in X509.get_serial_number which leads to crashes on some runtimes (certain Windows/Python 3.3 environments, at least).
Diffstat (limited to 'security/py-OpenSSL')
-rw-r--r--security/py-OpenSSL/Makefile7
-rw-r--r--security/py-OpenSSL/PLIST23
-rw-r--r--security/py-OpenSSL/distinfo8
3 files changed, 25 insertions, 13 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index ddb2e0ea266..8b091e719a1 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2014/02/12 23:18:35 tron Exp $
+# $NetBSD: Makefile,v 1.32 2014/02/24 11:47:03 wiz Exp $
-DISTNAME= pyOpenSSL-0.13.1
+DISTNAME= pyOpenSSL-0.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= http://pypi.python.org/packages/source/p/pyOpenSSL/
@@ -11,6 +10,6 @@ HOMEPAGE= https://launchpad.net/pyopenssl/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-OpenSSL/PLIST b/security/py-OpenSSL/PLIST
index ee9eaec0684..8b4f4da8293 100644
--- a/security/py-OpenSSL/PLIST
+++ b/security/py-OpenSSL/PLIST
@@ -1,10 +1,24 @@
-@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:54 wiz Exp $
-${PYSITELIB}/OpenSSL/SSL.so
+@comment $NetBSD: PLIST,v 1.10 2014/02/24 11:47:03 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/OpenSSL/SSL.py
+${PYSITELIB}/OpenSSL/SSL.pyc
+${PYSITELIB}/OpenSSL/SSL.pyo
${PYSITELIB}/OpenSSL/__init__.py
${PYSITELIB}/OpenSSL/__init__.pyc
${PYSITELIB}/OpenSSL/__init__.pyo
-${PYSITELIB}/OpenSSL/crypto.so
-${PYSITELIB}/OpenSSL/rand.so
+${PYSITELIB}/OpenSSL/_util.py
+${PYSITELIB}/OpenSSL/_util.pyc
+${PYSITELIB}/OpenSSL/_util.pyo
+${PYSITELIB}/OpenSSL/crypto.py
+${PYSITELIB}/OpenSSL/crypto.pyc
+${PYSITELIB}/OpenSSL/crypto.pyo
+${PYSITELIB}/OpenSSL/rand.py
+${PYSITELIB}/OpenSSL/rand.pyc
+${PYSITELIB}/OpenSSL/rand.pyo
${PYSITELIB}/OpenSSL/test/__init__.py
${PYSITELIB}/OpenSSL/test/__init__.pyc
${PYSITELIB}/OpenSSL/test/__init__.pyo
@@ -26,4 +40,3 @@ ${PYSITELIB}/OpenSSL/tsafe.pyo
${PYSITELIB}/OpenSSL/version.py
${PYSITELIB}/OpenSSL/version.pyc
${PYSITELIB}/OpenSSL/version.pyo
-${PYSITELIB}/${EGG_FILE}
diff --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo
index 17f113ce421..fdfd1ceb94c 100644
--- a/security/py-OpenSSL/distinfo
+++ b/security/py-OpenSSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2013/09/09 17:49:08 drochner Exp $
+$NetBSD: distinfo,v 1.9 2014/02/24 11:47:03 wiz Exp $
-SHA1 (pyOpenSSL-0.13.1.tar.gz) = 60633ebb821d48d7132a436c897288ec0121b892
-RMD160 (pyOpenSSL-0.13.1.tar.gz) = 5404265202fa7899ac8d9763bd8eda9440ee813f
-Size (pyOpenSSL-0.13.1.tar.gz) = 254431 bytes
+SHA1 (pyOpenSSL-0.14.tar.gz) = eb51f23f29703b647b0f194beaa9b2412c05e0f6
+RMD160 (pyOpenSSL-0.14.tar.gz) = 19169cb1d5969a130173174e1fdd90311bd35fc7
+Size (pyOpenSSL-0.14.tar.gz) = 128005 bytes