m2crypto 0.20.1+dfsg1-1.1ubuntu1 source package in Ubuntu

Changelog

m2crypto (0.20.1+dfsg1-1.1ubuntu1) oneiric; urgency=low

  * repackage upstream
    - remove non-free demo/x509/proxylib.py
  * switch to dh_python2 (LP: #788514)
  * switch to 3.0 (quilt)
    - converted all upstream changes to patches
    - fix_sslv2_test.patch: testsuite patch for sslv2 deactivation
    - fix_build_with_new_openssl.patch: build fix from debian 0.20.1-1.1
  * Merge from debian testing, remaining changes:
    - disable_sslv2_test.patch: disable sslv23_weak_crypto test as it is expected to
      fail with SSLv2 having been disabled in openssl 0.9.8o-1ubuntu3.
      (LP: #600549)
    - fix_sslv2_test2.patch: fix testsuite with newer openssl. (LP: #600549)
      - Backported from http://svn.osafoundation.org/viewvc/m2crypto/trunk/tests/test_smime.py?r1=698&r2=721
    - debian/control: Add openssl for FTBFS.
    - debian/rules; enable testsuite, add more files to "clean" rule.
    - fix_kill_signal.patch: use signal 9 to kill old s_server processes
      to work around build HUP signal-ignore-mask (LP: #451998).
 -- Julian Taylor <email address hidden>   Wed, 10 Aug 2011 17:01:24 +0200

Upload details

Uploaded by:
Julian Taylor
Sponsored by:
Barry Warsaw
Uploaded to:
Oneiric
Original maintainer:
Ubuntu MOTU Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
m2crypto_0.20.1+dfsg1.orig.tar.gz 403.8 KiB 85d30af20c81f421d4711914c64ad3d026d53898cf0bdfac0b1158c9cbff12bb
m2crypto_0.20.1+dfsg1-1.1ubuntu1.debian.tar.gz 14.0 KiB efc1819d35780312036b4e8938f0b88dea66141385b6b9ce7d4e43a3ccfebc94
m2crypto_0.20.1+dfsg1-1.1ubuntu1.dsc 1.9 KiB dd92e6e1b35e396cb154bbf3a1003c678e30263376e14b673c69704cb8d1d385

View changes file

Binary packages built by this source

python-m2crypto: a crypto and SSL toolkit for Python

 m2crypto features the following:
   * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
   * SSL functionality to implement clients and servers.
   * HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
   * Unforgeable HMAC'ing AuthCookies for web session management.
   * FTP/TLS client and server.
   * S/MIME.
   * ZServerSSL: A HTTPS server for Zope.
   * ZSmime: An S/MIME messenger for Zope.