mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
update p5-Digest-HMAC to 1.05
from wen heping
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
COMMENT= interface to HMAC Message-Digest Algorithms
|
||||
COMMENT= keyed-hashing for message authentication
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Digest-HMAC-1.04
|
||||
CATEGORIES= security
|
||||
DISTNAME = Digest-HMAC-1.05
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (Digest-HMAC-1.04.tar.gz) = 1ryBVqonXETXlLfBj0TNrEpYFAJFyVnmsZssODiwjtQ=
|
||||
SIZE (Digest-HMAC-1.04.tar.gz) = 14279
|
||||
SHA256 (Digest-HMAC-1.05.tar.gz) = IVy1nLphB0XPstSz+O91bVkOV+OteYapkuh8SWn83Ho=
|
||||
SIZE (Digest-HMAC-1.05.tar.gz) = 14975
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
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.
|
||||
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.
|
||||
HMAC follow the common "Digest::" interface, but the constructor takes
|
||||
the secret key and the name of some other simple "Digest::" as argument.
|
||||
|
||||
Reference in New Issue
Block a user