summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-02-18 20:40:40 +0000
committergls <gls@pkgsrc.org>2012-02-18 20:40:40 +0000
commit16f6e084415f2f1f455319e95f7a8c47f44912d9 (patch)
tree7a67176096e623ffa4cca721c698de9683d1f7ff /security
parent6203e53b16cac185ea73e9fea1499eba54f0b790 (diff)
downloadpkgsrc-16f6e084415f2f1f455319e95f7a8c47f44912d9.tar.gz
Update security/py-OpenSSL to 0.13.
Upstream changes: 2011-09-02 Jean-Paul Calderone <exarkun@twistedmatrix.com> * Release 0.13 2011-06-12 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/crypto/pkey.c: Add the PKey.check method, mostly implemented by Rick Dean, to verify the internal consistency of a PKey instance. 2011-06-12 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/crypto/crypto.c: Fix the sign and verify functions so they handle data with embedded NULs. Fix by David Brodsky <lp:~lihalla>. 2011-05-20 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/ssl/connection.c, OpenSSL/test/test_ssl.py: Add a new method to the Connection type, get_peer_cert_chain, for retrieving the peer's certificate chain. 2011-05-19 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/crypto/x509.c, OpenSSL/test/test_crypto.py: Add a new method to the X509 type, get_signature_algorithm, for inspecting the signature algorithm field of the certificate. Based on a patch from <lp:~okuda>. 2011-05-10 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/crypto/crypto.h: Work around a Windows/OpenSSL 1.0 issue explicitly including a Windows header before any OpenSSL headers. * OpenSSL/crypto/pkcs12.c: Work around an OpenSSL 1.0 issue by explicitly flushing errors known to be uninteresting after calling PKCS12_parse. * OpenSSL/ssl/context.c: Remove SSLv2 support if the underlying OpenSSL library does not provide it. * OpenSSL/test/test_crypto.py: Support an OpenSSL 1.0 change from MD5 to SHA1 by allowing either hash algorithm's result as the return value of X509.subject_name_hash. * OpenSSL/test/test_ssl.py: Support an OpenSSL 1.0 change from MD5 to SHA1 by constructing certificate files named using both hash algorithms' results when testing Context.load_verify_locations. * Support OpenSSL 1.0.0a. 2011-04-15 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/ssl/ssl.c: Add OPENSSL_VERSION_NUMBER, SSLeay_version and related constants for retrieving version information about the underlying OpenSSL library.
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/Makefile4
-rw-r--r--security/py-OpenSSL/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index ba78433c266..f50c732e339 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2011/12/03 00:02:16 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2012/02/18 20:40:40 gls Exp $
-DISTNAME= pyOpenSSL-0.12
+DISTNAME= pyOpenSSL-0.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= security python
MASTER_SITES= http://pypi.python.org/packages/source/p/pyOpenSSL/
diff --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo
index bcb77bba76f..9deb57162a5 100644
--- a/security/py-OpenSSL/distinfo
+++ b/security/py-OpenSSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/05/20 11:05:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2012/02/18 20:40:40 gls Exp $
-SHA1 (pyOpenSSL-0.12.tar.gz) = 23bfc7acc8e4962e4aead5b5e1a37bfbd358bd1e
-RMD160 (pyOpenSSL-0.12.tar.gz) = bb9180f808eee78b1c5e7603596c467eb90f3cff
-Size (pyOpenSSL-0.12.tar.gz) = 236041 bytes
+SHA1 (pyOpenSSL-0.13.tar.gz) = b4de25c5e4e9d9bc375c419071efc45fa96d5597
+RMD160 (pyOpenSSL-0.13.tar.gz) = 85d6a8a5ca43ee12c4054f8f483db20e13dd6551
+Size (pyOpenSSL-0.13.tar.gz) = 250489 bytes