update p5-Digest-HMAC to 1.05

from wen heping
This commit is contained in:
bluhm
2024-10-30 19:35:42 +00:00
parent ffcda3e88a
commit 938db774c8
3 changed files with 16 additions and 15 deletions
+9 -6
View File
@@ -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>
+2 -2
View File
@@ -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
+5 -7
View File
@@ -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.