pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-Juniper
Module Name: pkgsrc
Committed By: he
Date: Tue Nov 30 19:47:35 UTC 2021
Added Files:
pkgsrc/security/p5-Crypt-Juniper: DESCR Makefile distinfo
Log Message:
Add p5-Juniper-Crypt version 0.02.
This module provides functions for encrypting and decrypting scrambled
passwords in Juniper router configurations. Only passwords starting with
'$9$' are supported.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Crypt-Juniper/DESCR \
pkgsrc/security/p5-Crypt-Juniper/Makefile \
pkgsrc/security/p5-Crypt-Juniper/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/p5-Crypt-Juniper/DESCR
diff -u /dev/null pkgsrc/security/p5-Crypt-Juniper/DESCR:1.1
--- /dev/null Tue Nov 30 19:47:35 2021
+++ pkgsrc/security/p5-Crypt-Juniper/DESCR Tue Nov 30 19:47:35 2021
@@ -0,0 +1,3 @@
+This module provides functions for encrypting and decrypting scrambled
+passwords in Juniper router configurations. Only passwords starting with
+'$9$' are supported.
Index: pkgsrc/security/p5-Crypt-Juniper/Makefile
diff -u /dev/null pkgsrc/security/p5-Crypt-Juniper/Makefile:1.1
--- /dev/null Tue Nov 30 19:47:35 2021
+++ pkgsrc/security/p5-Crypt-Juniper/Makefile Tue Nov 30 19:47:35 2021
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2021/11/30 19:47:35 he Exp $
+#
+
+DISTNAME= Crypt-Juniper-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Crypt-Juniper
+COMMENT= Perl5 module to decode type-9 Juniper scrambling
+LICENSE= ${PERL5_LICENSE}
+
+#DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Crypt/Juniper/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/p5-Crypt-Juniper/distinfo
diff -u /dev/null pkgsrc/security/p5-Crypt-Juniper/distinfo:1.1
--- /dev/null Tue Nov 30 19:47:35 2021
+++ pkgsrc/security/p5-Crypt-Juniper/distinfo Tue Nov 30 19:47:35 2021
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/11/30 19:47:35 he Exp $
+
+BLAKE2s (Crypt-Juniper-0.02.tar.gz) = 2aa4160c861108d242227715586c87e74572d2efe23dd1e5841dcb84fd92819a
+SHA512 (Crypt-Juniper-0.02.tar.gz) = 6fe4f9cca431aa341139b95f37e2cc7c075860e901658fcc8c28944636a172c30062366eca7917c2332db078e03bc98ba0b7944f6ab4c0cc3c511d3d1663ace6
+Size (Crypt-Juniper-0.02.tar.gz) = 32304 bytes
Home |
Main Index |
Thread Index |
Old Index