Add crackpkcs12 0.2.10, multithreaded program to crack PKCS#12 files.
This commit is contained in:
parent
2dcf86d79d
commit
d73c1973ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446615
@ -95,6 +95,7 @@
|
||||
SUBDIR += courieruserinfo
|
||||
SUBDIR += cp2fwb
|
||||
SUBDIR += cracklib
|
||||
SUBDIR += crackpkcs12
|
||||
SUBDIR += crank
|
||||
SUBDIR += create-cert
|
||||
SUBDIR += cryptlib
|
||||
|
23
security/crackpkcs12/Makefile
Normal file
23
security/crackpkcs12/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crackpkcs12
|
||||
PORTVERSION= 0.2.10
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Multithreaded program to crack PKCS#12 files
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf ssl
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/crackpkcs12
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^PKG_CHECK_MODULES/d' ${WRKSRC}/configure.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/crackpkcs12/distinfo
Normal file
3
security/crackpkcs12/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1500995011
|
||||
SHA256 (crackpkcs12-0.2.10.tar.gz) = a62a7b8d9693082b5209752187ebe9101d7c15c79f5e53fb9cc4ec9533da966a
|
||||
SIZE (crackpkcs12-0.2.10.tar.gz) = 94473
|
3
security/crackpkcs12/pkg-descr
Normal file
3
security/crackpkcs12/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Multithreaded program to crack PKCS#12 files.
|
||||
|
||||
WWW: http://crackpkcs12.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user