From owner-svn-ports-head@freebsd.org Fri Mar 15 06:05:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70DD2153F034; Fri, 15 Mar 2019 06:05:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EEE18A39E; Fri, 15 Mar 2019 06:05:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D68766071; Fri, 15 Mar 2019 06:05:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2F65imd004443; Fri, 15 Mar 2019 06:05:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2F65isM004439; Fri, 15 Mar 2019 06:05:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201903150605.x2F65isM004439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 15 Mar 2019 06:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495771 - in head/security: . mkp224o X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security: . mkp224o X-SVN-Commit-Revision: 495771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0EEE18A39E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2019 06:05:45 -0000 Author: yuri Date: Fri Mar 15 06:05:43 2019 New Revision: 495771 URL: https://svnweb.freebsd.org/changeset/ports/495771 Log: New port: security/mkp224o: Vanity address generator for tor onion v3 (ed25519) hidden services Added: head/security/mkp224o/ head/security/mkp224o/Makefile (contents, props changed) head/security/mkp224o/distinfo (contents, props changed) head/security/mkp224o/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Mar 15 06:02:17 2019 (r495770) +++ head/security/Makefile Fri Mar 15 06:05:43 2019 (r495771) @@ -417,6 +417,7 @@ SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += minisign + SUBDIR += mkp224o SUBDIR += modsecurity3 SUBDIR += monkeysphere SUBDIR += morphis Added: head/security/mkp224o/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mkp224o/Makefile Fri Mar 15 06:05:43 2019 (r495771) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= mkp224o +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.0 +CATEGORIES= security + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Vanity address generator for tor onion v3 (ed25519) hidden services + +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +LIB_DEPENDS= libsodium.so:security/libsodium + +USES= autoreconf gmake localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= cathugger +GNU_CONFIGURE= yes + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/security/mkp224o/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mkp224o/distinfo Fri Mar 15 06:05:43 2019 (r495771) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552629473 +SHA256 (cathugger-mkp224o-v1.2.0_GH0.tar.gz) = 7ee409017279bec4be1ce510d1d18fa49cf1676c3eeb4ea569790a35f7388068 +SIZE (cathugger-mkp224o-v1.2.0_GH0.tar.gz) = 1518582 Added: head/security/mkp224o/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mkp224o/pkg-descr Fri Mar 15 06:05:43 2019 (r495771) @@ -0,0 +1,6 @@ +mkp224o is a vanity address generator for ed25519 onion services. + +This tool generates vanity ed25519 (hidden service version 3, formely known as +proposal 224) onion addresses. + +WWW: https://github.com/cathugger/mkp224o