mcrypt 2.6.8-6 source package in Ubuntu

Changelog

mcrypt (2.6.8-6) unstable; urgency=medium

  * mv configure.in configure.ac
  * autotools updates
    - merge cygwin patch
    - obey autoupdate and autoreconf
    - remove autotools-generated files
    - include some types in generated API descriptions
  * remove debian/rules cruft
    - make sure configure.in stays dead despite dpkg-source's removal quirks
  * rcsid? Wow (remove)
  * spelling fixes
  * update po/
  * adopt package (closes: #917897)

 -- Barak A. Pearlmutter <email address hidden>  Wed, 12 Jan 2022 18:57:08 +0000

Upload details

Uploaded by:
Barak A. Pearlmutter
Uploaded to:
Sid
Original maintainer:
Barak A. Pearlmutter
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
mcrypt_2.6.8-6.dsc 1.9 KiB 10b4ce751d33a95e6609c95d6a38cd79744a7f73977e852d5bb7489f97e5f073
mcrypt_2.6.8.orig.tar.gz 460.9 KiB 5145aa844e54cca89ddab6fb7dd9e5952811d8d787c4f4bf27eb261e6c182098
mcrypt_2.6.8-6.debian.tar.xz 22.7 KiB 634cbf5a8497d44f4686cabcb62dd83641ae275bdaac9cf10e4ce4f448eca8f4

Available diffs

No changes file available.

Binary packages built by this source

mcrypt: Replacement for old unix crypt(1)

 mcrypt is a crypting program, intended to be replacement for the old
 unix crypt(1). But it can do a lot more, since with its libmcrypt
 library it can encrypt and decrypt with the following algorithms:
 BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128,
 SAFER+, OKI97, 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.
 .
 Please note that this package is buggy and unmaintained by
 the upstream authors. If you can, please look for other
 implementations (openssl, gnutls, gnupg).

mcrypt-dbgsym: debug symbols for mcrypt