Initial import of Crypt-SmbHash 0.12
This module provides functions to generate LM/NT hashes used in Samba's 'password' files, like smbpasswd.
This commit is contained in:
parent
3a025e5416
commit
d69664e737
21
security/p5-Crypt-SmbHash/Makefile
Normal file
21
security/p5-Crypt-SmbHash/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/08 02:45:31 kevlo Exp $
|
||||
|
||||
COMMENT= "Perl module implementing lanman and nt md4 hash functions"
|
||||
|
||||
DISTNAME= Crypt-SmbHash-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# same license as perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/p5-Crypt-SmbHash/distinfo
Normal file
4
security/p5-Crypt-SmbHash/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Crypt-SmbHash-0.12.tar.gz) = a6e3f4d65a89bfcc9ba0c69691e6105b
|
||||
RMD160 (Crypt-SmbHash-0.12.tar.gz) = ddded936c573062d8e21f4c3cc8278ff08ec7d4b
|
||||
SHA1 (Crypt-SmbHash-0.12.tar.gz) = 2fa36d9e6ef661876f5433e56c3803212a13a838
|
||||
SIZE (Crypt-SmbHash-0.12.tar.gz) = 8840
|
2
security/p5-Crypt-SmbHash/pkg/DESCR
Normal file
2
security/p5-Crypt-SmbHash/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module provides functions to generate LM/NT hashes used in Samba's
|
||||
'password' files, like smbpasswd.
|
4
security/p5-Crypt-SmbHash/pkg/PLIST
Normal file
4
security/p5-Crypt-SmbHash/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/08 02:45:31 kevlo Exp $
|
||||
${P5SITE}/Crypt/
|
||||
${P5SITE}/Crypt/SmbHash.pm
|
||||
@man man/man3p/Crypt::SmbHash.3p
|
Loading…
Reference in New Issue
Block a user