pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Digest-SHA3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct  9 07:37:32 UTC 2017

Modified Files:
        pkgsrc/security/p5-Digest-SHA3: Makefile distinfo

Log Message:
p5-Digest-SHA3: update to 0.27.

0.27  Wed Oct  4 00:40:04 MST 2017
        - removed "portable" mode from sha3sum and addfile
                -- rarely used, mostly in outdated systems
                -- potentially confusing features (e.g. \r\r\n -> \n)
                -- Universal Newlines mode (-U) a much cleaner approach
                        -- mimics Universal Newlines in Python
        - sha3sum now depends explicitly on Digest::SHA3
                -- eliminates runtime loading of modules
                -- no future plans to write Digest::SHA3::PurePerl


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/p5-Digest-SHA3/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Digest-SHA3/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-Digest-SHA3/Makefile
diff -u pkgsrc/security/p5-Digest-SHA3/Makefile:1.9 pkgsrc/security/p5-Digest-SHA3/Makefile:1.10
--- pkgsrc/security/p5-Digest-SHA3/Makefile:1.9 Wed Sep  6 13:32:27 2017
+++ pkgsrc/security/p5-Digest-SHA3/Makefile     Mon Oct  9 07:37:32 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/09/06 13:32:27 wen Exp $
+# $NetBSD: Makefile,v 1.10 2017/10/09 07:37:32 wiz Exp $
 
-DISTNAME=      Digest-SHA3-0.26
+DISTNAME=      Digest-SHA3-0.27
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Digest/}

Index: pkgsrc/security/p5-Digest-SHA3/distinfo
diff -u pkgsrc/security/p5-Digest-SHA3/distinfo:1.6 pkgsrc/security/p5-Digest-SHA3/distinfo:1.7
--- pkgsrc/security/p5-Digest-SHA3/distinfo:1.6 Wed Sep  6 13:32:27 2017
+++ pkgsrc/security/p5-Digest-SHA3/distinfo     Mon Oct  9 07:37:32 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/09/06 13:32:27 wen Exp $
+$NetBSD: distinfo,v 1.7 2017/10/09 07:37:32 wiz Exp $
 
-SHA1 (Digest-SHA3-0.26.tar.gz) = 7d29da29706837fce3940a3bb8074787c0608643
-RMD160 (Digest-SHA3-0.26.tar.gz) = 29a3f1e0b90891523a4002812bb0909b386b1b4a
-SHA512 (Digest-SHA3-0.26.tar.gz) = e591e666b01cdf701f00410ec01d72d5f5fe99f65000db8f1d9eec2bf4e8cf4353ae2aa216e863fa80fe0de03558a8d7696750fbd2d3d40d1cef5d318c70cf29
-Size (Digest-SHA3-0.26.tar.gz) = 28370 bytes
+SHA1 (Digest-SHA3-0.27.tar.gz) = 85288ff8595cde0008676153a17542f2c654021b
+RMD160 (Digest-SHA3-0.27.tar.gz) = fc6da9bf51868fd58cfb888754c066d8df211de3
+SHA512 (Digest-SHA3-0.27.tar.gz) = 5cf4e7054fc71e04b7b6fcce510201da54652442dc09d003d5517ec2515b643115cbe675f4cc18727eb8d81e6c17c50ed89b9bbb21d8a67a9342eba4128269af
+Size (Digest-SHA3-0.27.tar.gz) = 28108 bytes



Home | Main Index | Thread Index | Old Index