pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL Update py-OpenSSL to 0.6. Patch p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/701ca32838b9
branches:  trunk
changeset: 486401:701ca32838b9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Dec 27 23:35:54 2004 +0000

description:
Update py-OpenSSL to 0.6.  Patch provided by Rui Paulo.

Changes:
        * doc/pyOpenSSL.tex: Updates to the docs.
        * src/crypto/x509.c: Add X509.add_extensions based on a patch
          from Han S. Lee.
        * src/ssl/ssl.c: Add more SSL_OP_ constants. Patch from Mihai
          Ibanescu.
        * setup.py src/crypto/: Add support for Netscape SPKI extensions
          based on a patch from Tollef Fog Heen.
        * src/crypto/crypto.c: Add support for python passphrase callbacks
          based on a patch from Robert Olson.
        * src/ssl/context.c: Applied patch from Frederic Peters to add
          Context.use_certificate_chain_file.
        * src/crypto/x509.c: Applid patch from Tollef Fog Heen to add
          X509.subject_name_hash and X509.digest.
        * src/crypto/crypto.c src/ssl/ssl.c: Applied patch from Bastian
          Kleineidam to fix full names of exceptions.
        * doc/pyOpenSSL.tex: Fix the errors regarding X509Name's field names.
        * examples/certgen.py: Fixed wrong attributes in doc string, thanks
          Remy. (SFbug#913315)
        * __init__.py, setup.py, version.py: Add __version__, as suggested by
          Ronald Oussoren in SFbug#888729.
        * examples/proxy.py: Fix typos, thanks Mihai Ibanescu. (SFpatch#895820)
        * Use cyclic GC protocol in SSL.Connection, SSL.Context, crypto.PKCS12
          and crypto.X509Name.
        * tsafe.py: Add some missing methods.
        * __init__.py: Import tsafe too!
        * src/crypto/x509name.c: Use unicode strings instead of ordinary
          strings in getattr/setattr. Note that plain ascii strings should
          still work.

diffstat:

 security/py-OpenSSL/Makefile |  7 +++----
 security/py-OpenSSL/PLIST    |  5 ++++-
 security/py-OpenSSL/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r f647003a87de -r 701ca32838b9 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Mon Dec 27 23:35:41 2004 +0000
+++ b/security/py-OpenSSL/Makefile      Mon Dec 27 23:35:54 2004 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2004/11/28 23:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/27 23:35:54 minskim Exp $
 #
 
-DISTNAME=      pyOpenSSL-0.5.1
+DISTNAME=      pyOpenSSL-0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   2
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}
 
-MAINTAINER=     tech-pkg%NetBSD.org@localhost
+MAINTAINER=     goteki%users.sourceforge.net@localhost
 HOMEPAGE=       http://pyopenssl.sourceforge.net/
 COMMENT=        Python interface to the OpenSSL library
 
diff -r f647003a87de -r 701ca32838b9 security/py-OpenSSL/PLIST
--- a/security/py-OpenSSL/PLIST Mon Dec 27 23:35:41 2004 +0000
+++ b/security/py-OpenSSL/PLIST Mon Dec 27 23:35:54 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/19 01:18:52 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/12/27 23:35:54 minskim Exp $
 ${PYSITELIB}/OpenSSL/SSL.so
 ${PYSITELIB}/OpenSSL/__init__.py
 ${PYSITELIB}/OpenSSL/__init__.pyc
@@ -8,4 +8,7 @@
 ${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
diff -r f647003a87de -r 701ca32838b9 security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Mon Dec 27 23:35:41 2004 +0000
+++ b/security/py-OpenSSL/distinfo      Mon Dec 27 23:35:54 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/19 01:18:52 minskim Exp $
+$NetBSD: distinfo,v 1.2 2004/12/27 23:35:54 minskim Exp $
 
-SHA1 (pyOpenSSL-0.5.1.tar.gz) = d65639255f9266b8ebeb86661a46567624b68b69
-Size (pyOpenSSL-0.5.1.tar.gz) = 176151 bytes
+SHA1 (pyOpenSSL-0.6.tar.gz) = a9626095db201eeac979d0624101f5afa888f9b6
+Size (pyOpenSSL-0.6.tar.gz) = 281910 bytes



Home | Main Index | Thread Index | Old Index