Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 15:02:01 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417310 - in head/security: . eschalot
Message-ID:  <201606221502.u5MF21bE053316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jun 22 15:02:01 2016
New Revision: 417310
URL: https://svnweb.freebsd.org/changeset/ports/417310

Log:
  security/eschalot: add new port
  
  PR:		210378
  Submitted by:	yuri@rawbw.com
  
  Echalot is a TOR hidden service name generator, it allows one to produce
  a (partially) customized vanity .onion address using a brute-force method.
  
  https://github.com/ReclaimYourPrivacy/eschalot

Added:
  head/security/eschalot/
  head/security/eschalot/Makefile   (contents, props changed)
  head/security/eschalot/distinfo   (contents, props changed)
  head/security/eschalot/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile   (contents, props changed)

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Jun 22 14:50:07 2016	(r417309)
+++ head/security/Makefile	Wed Jun 22 15:02:01 2016	(r417310)
@@ -121,6 +121,7 @@
     SUBDIR += elixir-jose
     SUBDIR += erlang-jose
     SUBDIR += erlang-p1tls
+    SUBDIR += eschalot
     SUBDIR += esteidfirefoxplugin
     SUBDIR += expiretable
     SUBDIR += f-prot

Added: head/security/eschalot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/eschalot/Makefile	Wed Jun 22 15:02:01 2016	(r417310)
@@ -0,0 +1,29 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	eschalot
+PORTVERSION=	1.2.0
+CATEGORIES=	security
+
+MAINTAINER=	yuri@rawbw.com
+COMMENT=	Vanity onion address generator for Tor
+
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ReclaimYourPrivacy
+GH_TAGNAME=	e9e085e
+
+USES=		gmake
+USE_OPENSSL=	yes
+MAKE_ENV=	INSTALL="${INSTALL_PROGRAM}"
+MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"
+TEST_TARGET=	test
+
+PLIST_FILES=	bin/eschalot bin/worgen
+
+post-patch:
+	@${REINPLACE_CMD} -e '/CFLAGS.*-O2/d' ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>

Added: head/security/eschalot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/eschalot/distinfo	Wed Jun 22 15:02:01 2016	(r417310)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466278972
+SHA256 (ReclaimYourPrivacy-eschalot-1.2.0-e9e085e_GH0.tar.gz) = e811f45dd1d69cb34bf0736900c875e3dac6be3231c12440ae05638cac9ba24f
+SIZE (ReclaimYourPrivacy-eschalot-1.2.0-e9e085e_GH0.tar.gz) = 241996

Added: head/security/eschalot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/eschalot/pkg-descr	Wed Jun 22 15:02:01 2016	(r417310)
@@ -0,0 +1,4 @@
+Echalot is a TOR hidden service name generator, it allows one to produce
+a (partially) customized vanity .onion address using a brute-force method.
+
+WWW: https://github.com/ReclaimYourPrivacy/eschalot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606221502.u5MF21bE053316>