pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-m2crypto Update to version 0.12, include n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92406a96f59f
branches: trunk
changeset: 466106:92406a96f59f
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Jan 11 19:06:46 2004 +0000
description:
Update to version 0.12, include new homepage and thusly fix problem seen
in agc's last bulk build.
Changes since 0.11:
- ZServerSSL with client certificate-based authentication rides again.
- Created Makefile for Python 2.3.
- Modified LICENCE: changed my name to the generic "the author" in the
all-caps disclaimer paragraph.
- Allow to save RSA key pair in the clear.
- ZServerSSL for Zope 2.7.
- Excluded RC5. IDEA was taken out several releases ago. This should
allow M2Crypto to build with stock OpenSSL on various Linuxen.
- Added ssl_set_tmp_dh_callback.
- Added ssl_set_tmp_rsa and ssl_set_tmp_rsa_callback to support weak-cipher
browsers.
- ZServerSSL exports SSL_CIPHER request header (a la mod_ssl) to Zope applications.
- Perform distutils's SWIG .i search path tweaking within setup.py. setup.py
should now work "out of the box".
- Allow using a passphrase callback in class SMIME. Thanks to Artur Frysiak
<wiget%pld-linux.org@localhost> for the patch.
- Added method get0_signers to class PKCS7, which retrieves signers' certificates
from a PKCS7 blob. Thanks again to Artur Frysiak.
- Added contrib/smimeplus.py, a high-level S/MIME interface, contributed by Bernard
Yue <bernie%3captus.com@localhost>. Thanks Bernard.
- Alias 'emailAddress' to 'Email' in X509.X509_Name.nid to support recent OpenSSL
convention.
diffstat:
security/py-m2crypto/Makefile | 11 +++++------
security/py-m2crypto/distinfo | 6 +++---
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (35 lines):
diff -r 467bc063de3f -r 92406a96f59f security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile Sun Jan 11 19:00:16 2004 +0000
+++ b/security/py-m2crypto/Makefile Sun Jan 11 19:06:46 2004 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/11 19:06:46 jschauma Exp $
#
-DISTNAME= m2crypto-0.11
-PKGNAME= ${PYPKGPREFIX}-m2crypto-0.11
-PKGREVISION= 1
+DISTNAME= m2crypto-0.12
+PKGNAME= ${PYPKGPREFIX}-m2crypto-0.12
CATEGORIES= security
-MASTER_SITES= http://www.post1.com/home/ngps/m2/
+MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/
EXTRACT_SUFX= .zip
MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.post1.com/home/ngps/m2/
+HOMEPAGE= http://sandbox.rulemaker.net/ngps/m2/
COMMENT= Crypto and SSL toolkit for Python
USE_BUILDLINK2= yes
diff -r 467bc063de3f -r 92406a96f59f security/py-m2crypto/distinfo
--- a/security/py-m2crypto/distinfo Sun Jan 11 19:00:16 2004 +0000
+++ b/security/py-m2crypto/distinfo Sun Jan 11 19:06:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/07/25 15:58:19 drochner Exp $
+$NetBSD: distinfo,v 1.2 2004/01/11 19:06:47 jschauma Exp $
-SHA1 (m2crypto-0.11.zip) = cb100879e7ea639fc33d1a93cbbb2da08668ed68
-Size (m2crypto-0.11.zip) = 404629 bytes
+SHA1 (m2crypto-0.12.zip) = 33755f36d3d43d4c89281fcc57571eb99e275a3d
+Size (m2crypto-0.12.zip) = 397229 bytes
Home |
Main Index |
Thread Index |
Old Index