libmcrypt 2.5.8-3.1ubuntu1 source package in Ubuntu

Changelog

libmcrypt (2.5.8-3.1ubuntu1) trusty; urgency=medium

  * Use dh-autoreconf to try to fix FTBFS on ppc64el.
  * Build-depend on libltdl-dev to make autoreconfing work.
 -- Logan Rosen <email address hidden>   Thu, 19 Dec 2013 23:23:10 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
libmcrypt_2.5.8.orig.tar.gz 1.3 MiB e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e
libmcrypt_2.5.8-3.1ubuntu1.diff.gz 5.7 KiB c244480b3f84daa49ab40bfd52b410e32c0770d52cc4d213d9cec20275474cf9
libmcrypt_2.5.8-3.1ubuntu1.dsc 1.6 KiB e6466c7fd1c92083e892023918e5321ce5d4fc8c0d7426e4492e6a115aa5f8e5

Available diffs

View changes file

Binary packages built by this source

libmcrypt-dev: No summary available for libmcrypt-dev in ubuntu utopic.

No description available for libmcrypt-dev in ubuntu utopic.

libmcrypt4: De-/Encryption Library

 libmcrypt is the library which implements all the algorithms and
 modes found in mcrypt.
 .
 libmcrypt supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES,
 3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS,
 IDEA, RIJNDAEL-128, RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128
 (known as CAST5), CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE.
 Block algorithms can be used in: CBC, ECB, CFB and OFB (8 bit and n
 bit, where n is the size of the algorithm's block length).
 .
 More information can be found at the libmcrypt homepage
 http://mcrypt.sourceforge.net/ .