pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-Crypt-PasswdMD5



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Sep 11 14:08:05 UTC 2022

Modified Files:
        pkgsrc/security/p5-Crypt-PasswdMD5: Makefile distinfo

Log Message:
Update to 1.42

Upstream changes:
1.42  2022-07-13T16:20:00
        - Accept pull request from Dmitry Karasik, to handle the case where the password
                has the utf8 bit set. With thanx.
        - Update t/basic.t to use Encode and to test the utf8 bit setting.
        - Very slightly reformat the source code of PasswdMD5.pm and basic.t.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/p5-Crypt-PasswdMD5/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Crypt-PasswdMD5/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Crypt-PasswdMD5/Makefile
diff -u pkgsrc/security/p5-Crypt-PasswdMD5/Makefile:1.20 pkgsrc/security/p5-Crypt-PasswdMD5/Makefile:1.21
--- pkgsrc/security/p5-Crypt-PasswdMD5/Makefile:1.20    Tue Jun 28 11:35:43 2022
+++ pkgsrc/security/p5-Crypt-PasswdMD5/Makefile Sun Sep 11 14:08:05 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2022/06/28 11:35:43 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/09/11 14:08:05 wen Exp $
 #
 
-DISTNAME=      Crypt-PasswdMD5-1.41
+DISTNAME=      Crypt-PasswdMD5-1.42
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Crypt/}
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/security/p5-Crypt-PasswdMD5/distinfo
diff -u pkgsrc/security/p5-Crypt-PasswdMD5/distinfo:1.6 pkgsrc/security/p5-Crypt-PasswdMD5/distinfo:1.7
--- pkgsrc/security/p5-Crypt-PasswdMD5/distinfo:1.6     Tue Oct 26 11:17:28 2021
+++ pkgsrc/security/p5-Crypt-PasswdMD5/distinfo Sun Sep 11 14:08:05 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:17:28 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/09/11 14:08:05 wen Exp $
 
-BLAKE2s (Crypt-PasswdMD5-1.41.tgz) = 22cfef45890358fb3a9cf5e2985fd9c4dc5a47a05cc8fb0c5627cabc4f801aad
-SHA512 (Crypt-PasswdMD5-1.41.tgz) = eee16e08f5cdca4d5bc2056e39e18bbbeb5e8bcf403fb44eb632a9a09496fc8b34ede4b2feaffacceafef99be390e44ca49767d98c05a62a2208e1c7e7ff5430
-Size (Crypt-PasswdMD5-1.41.tgz) = 14275 bytes
+BLAKE2s (Crypt-PasswdMD5-1.42.tgz) = 4fcdeabbcef7ca00ae6a3d9eb405b486f0ddb9ae8d994ec14600a1cbc3b0d6f2
+SHA512 (Crypt-PasswdMD5-1.42.tgz) = 92b18cb50061ff0d017e26ebeb4ebf07199d7833518974c3f130d81a30f37a01cd299f4776bfa1e8cd1ca4e6e5adcd72d93ea4dcfed7a573084f0a9c7245eef8
+Size (Crypt-PasswdMD5-1.42.tgz) = 14300 bytes



Home | Main Index | Thread Index | Old Index