mcrypt 2.6.8-5 source package in Ubuntu

Changelog

mcrypt (2.6.8-5) unstable; urgency=medium

  * QA upload.
  * Run wrap-and-sort -a.
  * Using new DH level format. Consequently:
      - debian/compat: remove.
      - debian/control: change from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bump debhelper-compat to 13.
  * debian/control:
      - Add Rules-Requires-Root: no.
      - Bump Standards-Version to 4.6.0.
      - Drop Uploaders field because it is an orphan package.
      - Update VCS fields to use Salsa.
  * debian/rules:
      - Add DEB_BUILD_MAINT_OPTIONS to improve GCC hardening.
      - Drop trailing whitespace.
  * Add debian/salsa-ci.yml.
  * Add debian/source/format with "1.0".
  * Drop debian/source.lintian-overrides.
  * Drop trailing whitespace in debian/changelog.
  * Update debian/watch.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Tue, 21 Sep 2021 13:25:47 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mcrypt_2.6.8-5.dsc 1.8 KiB f07fa776da4e205ac456ef05554a068922fa6deabc4b460e20f795a70fdc84c1
mcrypt_2.6.8.orig.tar.gz 460.9 KiB 5145aa844e54cca89ddab6fb7dd9e5952811d8d787c4f4bf27eb261e6c182098
mcrypt_2.6.8-5.diff.gz 340.4 KiB bb184c1393818ed1d32015a6e24f93d009aef76f23296f39aee9642c2d8ff73f

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