libdigest-hmac-perl 1.04+dfsg-1 source package in Ubuntu
Changelog
libdigest-hmac-perl (1.04+dfsg-1) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 12 to 13. [ gregor herrmann ] * Import upstream version 1.04+dfsg. * Update debian/copyright: copyright holders, years, upstream contact. * Add debian/upstream/metadata. * Declare compliance with Debian Policy 4.6.0. * Set Rules-Requires-Root: no. -- gregor herrmann <email address hidden> Sun, 26 Sep 2021 16:39:48 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | perl | |
Jammy | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdigest-hmac-perl_1.04+dfsg-1.dsc | 2.3 KiB | b51cdc63e45102e8eddf76f2b666a96736967405cad26dbde593feda8dd66ecd |
libdigest-hmac-perl_1.04+dfsg.orig.tar.xz | 9.3 KiB | fd9483ea986ed45dbf33a9b6bbfc1cee87c5274689c28ab97e7a9174a38e9dbc |
libdigest-hmac-perl_1.04+dfsg-1.debian.tar.xz | 3.5 KiB | 7a1bef174f681a62aa5797c14342be5e7e1805284df426c19aca8dbf1f21ce5f |
Available diffs
- diff from 1.03+dfsg-2.1 to 1.04+dfsg-1 (10.6 KiB)
No changes file available.
Binary packages built by this source
- libdigest-hmac-perl: module for creating standard message integrity checks
HMAC is used for message integrity checks between two parties
that share a secret key, and works in combination with some other
Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism
is described in RFC 2104.
.
The Digest::HMAC module follow the common Digest:: interface,
but the constructor takes the secret key and the name of some
other simple Digest:: module as argument.