pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Entropy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 09:29:55 UTC 2025

Modified Files:
        pkgsrc/devel/p5-Data-Entropy: Makefile distinfo

Log Message:
p5-Data-Entropy: update to 0.008.

version 0.008; 2025-03-27

  * Use Crypt::URandom to seed the default algorithm with
    cryptographically secure random bytes instead of the builtin
    rand() function [CVE 2025-1860].

  * This module has been marked as deprecated.

  * A security policy was added.

  * Remove use of Module::Build.

  * Updated maintainer information.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Data-Entropy/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Data-Entropy/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Data-Entropy/Makefile
diff -u pkgsrc/devel/p5-Data-Entropy/Makefile:1.6 pkgsrc/devel/p5-Data-Entropy/Makefile:1.7
--- pkgsrc/devel/p5-Data-Entropy/Makefile:1.6   Fri Jul  4 08:45:30 2025
+++ pkgsrc/devel/p5-Data-Entropy/Makefile       Sun Aug 17 09:29:55 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/07/04 08:45:30 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/17 09:29:55 wiz Exp $
 
-DISTNAME=      Data-Entropy-0.007
+DISTNAME=      Data-Entropy-0.008
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
 
@@ -16,8 +15,8 @@ DEPENDS+=     p5-Crypt-Rijndael>=0:../../sec
 DEPENDS+=      p5-Data-Float>=0:../../devel/p5-Data-Float
 DEPENDS+=      p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
 DEPENDS+=      p5-Params-Classify>=0:../../devel/p5-Params-Classify
+DEPENDS+=      p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom
 
-PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Data/Entropy/.packlist
 USE_LANGUAGES=         # none
 

Index: pkgsrc/devel/p5-Data-Entropy/distinfo
diff -u pkgsrc/devel/p5-Data-Entropy/distinfo:1.1 pkgsrc/devel/p5-Data-Entropy/distinfo:1.2
--- pkgsrc/devel/p5-Data-Entropy/distinfo:1.1   Mon Jan 15 16:33:23 2024
+++ pkgsrc/devel/p5-Data-Entropy/distinfo       Sun Aug 17 09:29:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/01/15 16:33:23 gdt Exp $
+$NetBSD: distinfo,v 1.2 2025/08/17 09:29:55 wiz Exp $
 
-BLAKE2s (Data-Entropy-0.007.tar.gz) = 36d6f479b7a8a031aaa1c1eb2260b54ac23699b41f33e627afb41bfa01dd3253
-SHA512 (Data-Entropy-0.007.tar.gz) = f845fabcac67ab16d44f8bbefa0fc09df171efd6cd9ae2f2ee7e189cbb707cf074705763a022941cbfdda5ab4e03b85eacdb7942a504644a40970c42b5a7e0b9
-Size (Data-Entropy-0.007.tar.gz) = 43667 bytes
+BLAKE2s (Data-Entropy-0.008.tar.gz) = 29fafb725cd9ab9eb39b209826b62ba3c69bf13b66a4c7415c881b7068724332
+SHA512 (Data-Entropy-0.008.tar.gz) = 60f6d54e38a0b24343e7f595d21d1134f1c52bbcdf3224bdae53abcc1fda67cc7629b294b11c8d864f652768e629f2700cad96e0c66391f07117bfd445af197d
+Size (Data-Entropy-0.008.tar.gz) = 40697 bytes



Home | Main Index | Thread Index | Old Index