libdigest-hmac-perl 1.04+dfsg-2 source package in Ubuntu

Changelog

libdigest-hmac-perl (1.04+dfsg-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdigest-hmac-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 17:47:44 +0100

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 Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdigest-hmac-perl_1.04+dfsg-2.dsc 2.1 KiB 86d40287bac817d7e97464f9eb5319adf94988b4d65af249be544910276d6965
libdigest-hmac-perl_1.04+dfsg.orig.tar.xz 9.3 KiB fd9483ea986ed45dbf33a9b6bbfc1cee87c5274689c28ab97e7a9174a38e9dbc
libdigest-hmac-perl_1.04+dfsg-2.debian.tar.xz 3.6 KiB fa6ba7256161b352def2e8bd0b82ed35c3adda8dbb33e33fc1086666a46c76c2

Available diffs

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.