Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:04:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f2c752a959f8 - main - security/p5-Crypt-PasswdMD5: Update to 1.41
Message-ID:  <202105302004.14UK4lBt077983@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f2c752a959f87826eb3aa5f83bd0f6af9e70dcca

commit f2c752a959f87826eb3aa5f83bd0f6af9e70dcca
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-30 19:55:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-30 19:55:56 +0000

    security/p5-Crypt-PasswdMD5: Update to 1.41
    
    - Add LICENSE_FILE
    - Update pkg-descr
    - Add WWW
    
    Changes:        https://metacpan.org/changes/distribution/Crypt-PasswdMD5
---
 security/p5-Crypt-PasswdMD5/Makefile  |  6 ++++--
 security/p5-Crypt-PasswdMD5/distinfo  |  6 +++---
 security/p5-Crypt-PasswdMD5/pkg-descr | 19 ++++++++++++-------
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302004.14UK4lBt077983>