pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: abs
Date: Tue Apr 1 16:59:51 UTC 2025
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/p5-Bytes-Random-Secure-Tiny: DESCR Makefile distinfo
Log Message:
Add security/p5-Bytes-Random-Secure-Tiny 1.011
Bytes::Random::Secure::Tiny provides random bytes from a
cryptographically secure random number generator (ISAAC), seeded
from strong entropy sources on a wide variety of platforms. It does
so without external dependencies (except on Windows), and has a
minimal but useful user interface patterned after the module
Bytes::Random::Secure.
To generate a diff of this commit:
cvs rdiff -u -r1.975 -r1.976 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Bytes-Random-Secure-Tiny/DESCR \
pkgsrc/security/p5-Bytes-Random-Secure-Tiny/Makefile \
pkgsrc/security/p5-Bytes-Random-Secure-Tiny/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/Makefile
diff -u pkgsrc/security/Makefile:1.975 pkgsrc/security/Makefile:1.976
--- pkgsrc/security/Makefile:1.975 Mon Mar 31 06:18:48 2025
+++ pkgsrc/security/Makefile Tue Apr 1 16:59:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.975 2025/03/31 06:18:48 plunky Exp $
+# $NetBSD: Makefile,v 1.976 2025/04/01 16:59:51 abs Exp $
#
COMMENT= Security and cryptography tools and libraries
@@ -298,6 +298,7 @@ SUBDIR+= p5-Authen-Simple
SUBDIR+= p5-Authen-TacacsPlus
SUBDIR+= p5-BSD-arc4random
SUBDIR+= p5-Bytes-Random-Secure
+SUBDIR+= p5-Bytes-Random-Secure-Tiny
SUBDIR+= p5-ClamAV-Client
SUBDIR+= p5-Crypt-Blowfish
SUBDIR+= p5-Crypt-Blowfish_PP
Added files:
Index: pkgsrc/security/p5-Bytes-Random-Secure-Tiny/DESCR
diff -u /dev/null pkgsrc/security/p5-Bytes-Random-Secure-Tiny/DESCR:1.1
--- /dev/null Tue Apr 1 16:59:51 2025
+++ pkgsrc/security/p5-Bytes-Random-Secure-Tiny/DESCR Tue Apr 1 16:59:51 2025
@@ -0,0 +1,6 @@
+Bytes::Random::Secure::Tiny provides random bytes from a
+cryptographically secure random number generator (ISAAC), seeded
+from strong entropy sources on a wide variety of platforms. It does
+so without external dependencies (except on Windows), and has a
+minimal but useful user interface patterned after the module
+Bytes::Random::Secure.
Index: pkgsrc/security/p5-Bytes-Random-Secure-Tiny/Makefile
diff -u /dev/null pkgsrc/security/p5-Bytes-Random-Secure-Tiny/Makefile:1.1
--- /dev/null Tue Apr 1 16:59:51 2025
+++ pkgsrc/security/p5-Bytes-Random-Secure-Tiny/Makefile Tue Apr 1 16:59:51 2025
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2025/04/01 16:59:51 abs Exp $
+
+DISTNAME= Bytes-Random-Secure-Tiny-1.011
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bytes/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Bytes-Random-Secure-Tiny
+COMMENT= Perl extension to generate cryptographically-secure random bytes
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Bytes/Random/Secure/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/p5-Bytes-Random-Secure-Tiny/distinfo
diff -u /dev/null pkgsrc/security/p5-Bytes-Random-Secure-Tiny/distinfo:1.1
--- /dev/null Tue Apr 1 16:59:51 2025
+++ pkgsrc/security/p5-Bytes-Random-Secure-Tiny/distinfo Tue Apr 1 16:59:51 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/01 16:59:51 abs Exp $
+
+BLAKE2s (Bytes-Random-Secure-Tiny-1.011.tar.gz) = 55f73a924691060a957a7e0457724d0fef8d68f4b03b37e9b5139d67dd5c7bdc
+SHA512 (Bytes-Random-Secure-Tiny-1.011.tar.gz) = b04b765af3d4ecd337571b53ff02d9efc54a08a598ece5df82357c8e364fbeff0f2a97561916a0e362f5e89e83939cdd10c3a3b3288e2952324fa57490d640be
+Size (Bytes-Random-Secure-Tiny-1.011.tar.gz) = 28598 bytes
Home |
Main Index |
Thread Index |
Old Index