Date: Tue, 25 Jul 2017 17:41:46 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446615 - in head/security: . crackpkcs12 Message-ID: <201707251741.v6PHfkT4004731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Jul 25 17:41:46 2017 New Revision: 446615 URL: https://svnweb.freebsd.org/changeset/ports/446615 Log: Add crackpkcs12 0.2.10, multithreaded program to crack PKCS#12 files. Added: head/security/crackpkcs12/ head/security/crackpkcs12/Makefile (contents, props changed) head/security/crackpkcs12/distinfo (contents, props changed) head/security/crackpkcs12/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jul 25 17:38:37 2017 (r446614) +++ head/security/Makefile Tue Jul 25 17:41:46 2017 (r446615) @@ -95,6 +95,7 @@ SUBDIR += courieruserinfo SUBDIR += cp2fwb SUBDIR += cracklib + SUBDIR += crackpkcs12 SUBDIR += crank SUBDIR += create-cert SUBDIR += cryptlib Added: head/security/crackpkcs12/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/crackpkcs12/Makefile Tue Jul 25 17:41:46 2017 (r446615) @@ -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> Added: head/security/crackpkcs12/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/crackpkcs12/distinfo Tue Jul 25 17:41:46 2017 (r446615) @@ -0,0 +1,3 @@ +TIMESTAMP = 1500995011 +SHA256 (crackpkcs12-0.2.10.tar.gz) = a62a7b8d9693082b5209752187ebe9101d7c15c79f5e53fb9cc4ec9533da966a +SIZE (crackpkcs12-0.2.10.tar.gz) = 94473 Added: head/security/crackpkcs12/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/crackpkcs12/pkg-descr Tue Jul 25 17:41:46 2017 (r446615) @@ -0,0 +1,3 @@ +Multithreaded program to crack PKCS#12 files. + +WWW: http://crackpkcs12.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707251741.v6PHfkT4004731>