Subject: CVS commit: pkgsrc/security/py-m2crypto
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2006 23:07:27
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jan 14 23:07:27 UTC 2006

Modified Files:
	pkgsrc/security/py-m2crypto: Makefile PLIST distinfo
Added Files:
	pkgsrc/security/py-m2crypto/patches: patch-aa patch-ac patch-ad

Log Message:
Update to 0.13.1, based on patches from recht@ via tech-pkg.

Additionally, fix it to compile against openssl-0.9.7i, the
current pkgsrc version; due to its way of checking compatibility,
py-m2crypto is extremely picky about constness.
If this works with other versions too, just add them to the pattern.

 Changes since 0.12/0.11
-------------------------
- Patches from Artur Frysiak. Thanks Artur.
  = Allow using a passphrase callback in class SMIME.
  = Added method get0_signers to class PKCS7, which retrieves signers'
    certificates from a PKCS7 blob.
  = Added methods as_pem and save_pem to class X509.
  = Added file version.py.
  = Allow SSL.Context.load_verify_locations to accept both 'cafile' and
    'capath'.
- Fixed BIO.read() not reading until EOF. Thanks to Egil Muller
  for suggestion.
- Honour 'mode' parameter in SSL.Connection.makefile. Thanks again to Egil
  Muller.
- Roger Binns contributed epydoc-generated docs for M2Crypto. Thanks Roger.
- Peter Teniz contributed patches to create X.509 requests and certificates.
  Thanks Peter.
- Updated Medusa to 0.54.
- Make various OpenSSL bignum functions (written long ago) available to Python.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/security/py-m2crypto/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/py-m2crypto/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/security/py-m2crypto/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/py-m2crypto/patches/patch-aa \
    pkgsrc/security/py-m2crypto/patches/patch-ac \
    pkgsrc/security/py-m2crypto/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.