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:           Mon Aug  3 13:26:09 UTC 2026

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

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

0.010
  [Security]
  - The RandomOrg and RandomnumbersInfo sources were not properly fixed in 0.009, and have been removed.
    The concept of downloading random data from an external source is flawed.

  - This module has been deprecated since version 0.008. Please use an alternative such as
    Crypt::URandom, Crypt::SysRandom or Crypt::PRNG.

    This now uses Devel::Deprecate to warn loudly about deprecation.

  [Documentation]
  - Adjusted the Changes file.

0.009
  [Security]
  - The RandomOrg and RandomnumbersInfo sources now make requests over https. (CVE-2026-18536)

  - This module has been deprecated since version 0.008. Please use an alternative such as
    Crypt::URandom, Crypt::SysRandom or Crypt::PRNG.

  [Documentation]
  - Updated security policy to have consistent contact instructions.

  - Reformatted Changes to conform to CPAN::Changes::Spec.

  - Updated author email.

  - Updated copyright year.

  [Other]
  - Updated license metadata in Makefile.PL.

  - Stopped signing the distribution, since Module::Signature is deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Data-Entropy/Makefile
cvs rdiff -u -r1.2 -r1.3 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.8 pkgsrc/devel/p5-Data-Entropy/Makefile:1.9
--- pkgsrc/devel/p5-Data-Entropy/Makefile:1.8   Thu Jul 16 19:02:11 2026
+++ pkgsrc/devel/p5-Data-Entropy/Makefile       Mon Aug  3 13:26:09 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2026/07/16 19:02:11 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/08/03 13:26:09 wiz Exp $
 
-DISTNAME=      Data-Entropy-0.008
+DISTNAME=      Data-Entropy-0.010
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RR/RRWO/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/pod/Data::Entropy
@@ -12,6 +11,7 @@ COMMENT=      Perl module to manage entropy s
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Carp>=0:../../devel/p5-Carp
+DEPENDS+=      p5-Devel-Deprecate>=0:../../devel/p5-Devel-Deprecate
 DEPENDS+=      p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael
 DEPENDS+=      p5-Data-Float>=0:../../devel/p5-Data-Float
 DEPENDS+=      p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite

Index: pkgsrc/devel/p5-Data-Entropy/distinfo
diff -u pkgsrc/devel/p5-Data-Entropy/distinfo:1.2 pkgsrc/devel/p5-Data-Entropy/distinfo:1.3
--- pkgsrc/devel/p5-Data-Entropy/distinfo:1.2   Sun Aug 17 09:29:55 2025
+++ pkgsrc/devel/p5-Data-Entropy/distinfo       Mon Aug  3 13:26:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/08/17 09:29:55 wiz Exp $
+$NetBSD: distinfo,v 1.3 2026/08/03 13:26:09 wiz Exp $
 
-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
+BLAKE2s (Data-Entropy-0.010.tar.gz) = c35203c8fcb9865aba1e7d3706bf950d395da31c3c5ea9c4752500030fe56495
+SHA512 (Data-Entropy-0.010.tar.gz) = 51eeb3824e87e26e98f969e3f57dcbf12ce23fb98a0200080f2df0bfc6a8a1b52b6519ca515f4e987126639983f9b64d3e9c8c3f4c51d60c07836c1ff9a0f42b
+Size (Data-Entropy-0.010.tar.gz) = 36573 bytes



Home | Main Index | Thread Index | Old Index