aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-30 19:55:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-30 19:55:56 +0000
commitf2c752a959f87826eb3aa5f83bd0f6af9e70dcca (patch)
tree11fa4da1796e3505523fce1dee411657220161f0
parent7f1a99a8f26b7054ccf9eecd57cb7a08e7cc2633 (diff)
downloadports-f2c752a959f87826eb3aa5f83bd0f6af9e70dcca.tar.gz
ports-f2c752a959f87826eb3aa5f83bd0f6af9e70dcca.zip
security/p5-Crypt-PasswdMD5: Update to 1.41
- Add LICENSE_FILE - Update pkg-descr - Add WWW Changes: https://metacpan.org/changes/distribution/Crypt-PasswdMD5
-rw-r--r--security/p5-Crypt-PasswdMD5/Makefile6
-rw-r--r--security/p5-Crypt-PasswdMD5/distinfo6
-rw-r--r--security/p5-Crypt-PasswdMD5/pkg-descr19
3 files changed, 19 insertions, 12 deletions
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile
index 67e2f367ec97..84e8ee21bebb 100644
--- a/security/p5-Crypt-PasswdMD5/Makefile
+++ b/security/p5-Crypt-PasswdMD5/Makefile
@@ -1,7 +1,7 @@
# Created by: Erwin Lansing <erwin@FreeBSD.org>
PORTNAME= Crypt-PasswdMD5
-PORTVERSION= 1.40
+PORTVERSION= 1.41
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,9 +11,11 @@ COMMENT= Perl module that provides interoperable MD5-based crypt() function
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
-NO_ARCH= yes
USES= perl5 tar:tgz
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-PasswdMD5/distinfo b/security/p5-Crypt-PasswdMD5/distinfo
index bb8064bcacd1..42066d33ce81 100644
--- a/security/p5-Crypt-PasswdMD5/distinfo
+++ b/security/p5-Crypt-PasswdMD5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488266923
-SHA256 (Crypt-PasswdMD5-1.40.tgz) = b77d6aeea25301af7be679f7452e894ca88af9710bffd6e01d665a141c391948
-SIZE (Crypt-PasswdMD5-1.40.tgz) = 6683
+TIMESTAMP = 1622214098
+SHA256 (Crypt-PasswdMD5-1.41.tgz) = 1f369123333631a751b8219ca9fc27f9efcf09f39c1ebfeb96e274171c83083a
+SIZE (Crypt-PasswdMD5-1.41.tgz) = 14275
diff --git a/security/p5-Crypt-PasswdMD5/pkg-descr b/security/p5-Crypt-PasswdMD5/pkg-descr
index 8da1cb943c01..cd113fac2145 100644
--- a/security/p5-Crypt-PasswdMD5/pkg-descr
+++ b/security/p5-Crypt-PasswdMD5/pkg-descr
@@ -1,9 +1,14 @@
-The `unix_md5_crypt()' provides a crypt()-compatible interface
-to the rather new MD5-based crypt() function found in modern
-operating systems. It's based on the implementation found on
-FreeBSD 2.2.[56]-RELEASE.
+apache_md5_crypt() provides a function compatible with Apache's .htpasswd files.
+This was contributed by Bryan Hart <bryan@eai.com>. This function is exported by
+default.
-`apache_md5_crypt()' provides a function compatible with
-Apache's `.htpasswd' files.
+The unix_md5_crypt() provides a crypt()-compatible interface to the rather new
+MD5-based crypt() function found in modern operating systems. It's based on the
+implementation found on FreeBSD 2.2.[56]-RELEASE. This function is also exported
+by default.
-This was contributed by Bryan Hart <bryan@eai.com>.
+For both functions, if a salt value is not supplied, a random salt will be
+generated, using the function random_md5_salt(). This function is not exported
+by default.
+
+WWW: https://metacpan.org/release/Crypt-PasswdMD5