pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  9 07:36:49 UTC 2025

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

Log Message:
p5-Crypt-Random: update to 1.56.

1.56 -- Tue Feb 04 21:47:59 AST 2025

    [Significant updates since 1.54]
    - New Maintainer
    - Implement new Win32API provider
    - Switch rand provider to use Crypt::URandom instead of rand()
    - A number of packaging and build updates

    [Change Log]
    - ad803b2 Increment repo version
    - 82b7643 Fix regex for version creation
    - e7c687b v1.55

1.55 -- Wed Jan 29 23:41:05 AST 2025

    [Significant updates since 1.54]
    - New Maintainer
    - Implement new Win32API provider
    - Switch rand provider to use Crypt::URandom instead of rand()
    - A number of packaging and build updates

    [Change Log]
    - 6e032b0 Add missing use strict and add LICENSE in pod
    - 95ea54a Add spelling exceptions
    - 1858c59 Update copyright information
    - 1f8b29e Switch rand provider to use Crypt::URandom
    - 424ef40 Add new Win32API Provider for Windows
    - 2f5afba Move rand and egd providers to the low strength list
    - 3fed3a9 Modernize calls to new
    - 90e1040 remove unnecessary use lib, add strict and warnings and remove the perl command Remove shebang line
    - b196c21 Add github action for testing
    - b2bc3b6 .gitignore
    - e89a896 Move build process to Dist::Zilla
    - 70446cd Remove archive of previous release
    - 533f310 (tag: 1.54) Import Crypt-Random-1.54 from cpan


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/p5-Crypt-Random/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/p5-Crypt-Random/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-Random/Makefile
diff -u pkgsrc/security/p5-Crypt-Random/Makefile:1.38 pkgsrc/security/p5-Crypt-Random/Makefile:1.39
--- pkgsrc/security/p5-Crypt-Random/Makefile:1.38       Sat Nov 16 12:06:30 2024
+++ pkgsrc/security/p5-Crypt-Random/Makefile    Sun Feb  9 07:36:49 2025
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.38 2024/11/16 12:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/02/09 07:36:49 wiz Exp $
 
-DISTNAME=              Crypt-Random-1.54
+DISTNAME=              Crypt-Random-1.56
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Crypt-Random
 COMMENT=               Perl5 interface to /dev/random
+LICENSE=               ${PERL5_LICENSE}
 
 DEPENDS+=              p5-Class-Loader>=2.00:../../devel/p5-Class-Loader
+DEPENDS+=              p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom
 DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
+DEPENDS+=              p5-Statistics-ChiSquare>=1:../../math/p5-Statistics-ChiSquare
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Crypt/Random/.packlist

Index: pkgsrc/security/p5-Crypt-Random/distinfo
diff -u pkgsrc/security/p5-Crypt-Random/distinfo:1.9 pkgsrc/security/p5-Crypt-Random/distinfo:1.10
--- pkgsrc/security/p5-Crypt-Random/distinfo:1.9        Tue Oct 26 11:17:29 2021
+++ pkgsrc/security/p5-Crypt-Random/distinfo    Sun Feb  9 07:36:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:17:29 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/02/09 07:36:49 wiz Exp $
 
-BLAKE2s (Crypt-Random-1.54.tar.gz) = 295996bda23be732261aa2c93f505c08f16b22d97046fd90ed3062baf3af0cde
-SHA512 (Crypt-Random-1.54.tar.gz) = cad58c3598efd2c7bd0ea611f31eeec99bbb61029df3f29abcc3ac951b1edc03829f1dd3c5f4d1c09a9914cae9eb171ea467562e3739122f1cf48b1119c42d29
-Size (Crypt-Random-1.54.tar.gz) = 22368 bytes
+BLAKE2s (Crypt-Random-1.56.tar.gz) = b98bcd9fe2d4cad925efffbad92fe290a0a9d30de01ec4af0dac1f6e471df154
+SHA512 (Crypt-Random-1.56.tar.gz) = f5c2a98522f0c090ce8680aa7b684e006b519a7c4ab75714b043de9ac65fdee556cd019f5fa1c247bf801f52802cc0e6b146754ca5c5213cb204b0efa9c573f7
+Size (Crypt-Random-1.56.tar.gz) = 24592 bytes



Home | Main Index | Thread Index | Old Index