pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Juniper Add p5-Juniper-Crypt version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b52556b0e02
branches:  trunk
changeset: 770472:4b52556b0e02
user:      he <he%pkgsrc.org@localhost>
date:      Tue Nov 30 19:47:35 2021 +0000

description:
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.

diffstat:

 security/p5-Crypt-Juniper/DESCR    |   3 +++
 security/p5-Crypt-Juniper/Makefile |  20 ++++++++++++++++++++
 security/p5-Crypt-Juniper/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 3526aa8dbe66 -r 4b52556b0e02 security/p5-Crypt-Juniper/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Juniper/DESCR   Tue Nov 30 19:47:35 2021 +0000
@@ -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.
diff -r 3526aa8dbe66 -r 4b52556b0e02 security/p5-Crypt-Juniper/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Juniper/Makefile        Tue Nov 30 19:47:35 2021 +0000
@@ -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"
diff -r 3526aa8dbe66 -r 4b52556b0e02 security/p5-Crypt-Juniper/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Juniper/distinfo        Tue Nov 30 19:47:35 2021 +0000
@@ -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