libcrypt-argon2-perl 0.013-1 source package in Ubuntu

Changelog

libcrypt-argon2-perl (0.013-1) unstable; urgency=medium

  * Team upload
  * Import upstream version 0.013.
  * debian/rules: use variables.
  * Drop add-manpage-short-description.patch, applied upstream.
  * Replace absolute-perl-path-on-script.patch with a sed call in
    debian/rules.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 11 Feb 2023 02:28:30 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libcrypt-argon2-perl_0.013-1.dsc 2.4 KiB 7fcfdec99cb2826e1386dcd1b292c101165a3b91d7d89cf79971eb33e0b45063
libcrypt-argon2-perl_0.013.orig.tar.gz 34.5 KiB b2a0d769b9442963a1e77a2ff156fa5323ee76dc66b4c8f0ae6d86bbe583116f
libcrypt-argon2-perl_0.013-1.debian.tar.xz 2.6 KiB 11e9366450d2be47438103d759b64012552fdef6ae9e585518385dc8810c500e

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-argon2-perl: Perl interface to the Argon2 key derivation functions

 The Crypt::Argon2 implements the Argon2 key derivation function, which is
 suitable to convert any password into a cryptographic key. This is most often
 used to secure storage of passwords but can also be used to derive a
 encryption key from a password. It offers variable time and memory costs as
 well as output size.
 .
 A command-line tool `argon2-calibrate` to find the appropriate parameters is
 included in this package.

libcrypt-argon2-perl-dbgsym: debug symbols for libcrypt-argon2-perl