Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 14:45:00 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439899 - in head/security: . ct-submit
Message-ID:  <201705011445.v41Ej0u8008494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Mon May  1 14:45:00 2017
New Revision: 439899
URL: https://svnweb.freebsd.org/changeset/ports/439899

Log:
  Simple utility for submitting to transparency logs
  
  PR:		216766
  Submitted by:	Jim Ohlstein <jim@ohlste.in>

Added:
  head/security/ct-submit/
  head/security/ct-submit/Makefile   (contents, props changed)
  head/security/ct-submit/distinfo   (contents, props changed)
  head/security/ct-submit/pkg-descr   (contents, props changed)
  head/security/ct-submit/pkg-message   (contents, props changed)
  head/security/ct-submit/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon May  1 14:32:54 2017	(r439898)
+++ head/security/Makefile	Mon May  1 14:45:00 2017	(r439899)
@@ -97,6 +97,7 @@
     SUBDIR += create-cert
     SUBDIR += cryptlib
     SUBDIR += cryptopp
+    SUBDIR += ct-submit
     SUBDIR += cvm
     SUBDIR += cyberchef
     SUBDIR += cyrus-sasl2

Added: head/security/ct-submit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ct-submit/Makefile	Mon May  1 14:45:00 2017	(r439899)
@@ -0,0 +1,21 @@
+# Created by: Jim Ohlstein <jim@ohlste.in>
+# $FreeBSD$
+
+PORTNAME=	ct-submit
+PORTVERSION=	1.1.2
+CATEGORIES=	security www
+
+MAINTAINER=	jim@ohlste.in
+COMMENT=	Submission utility for transparency logs
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=	go
+
+USE_GITHUB=	yes
+GH_ACCOUNT= grahamedgecombe
+GH_PROJECT= ct-submit
+GH_TAGNAME= 7bb2541
+
+.include <bsd.port.mk>

Added: head/security/ct-submit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ct-submit/distinfo	Mon May  1 14:45:00 2017	(r439899)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486130159
+SHA256 (grahamedgecombe-ct-submit-1.1.2-7bb2541_GH0.tar.gz) = 8e0b86b7f47895265837429a60839a0d793b8cbfd6a9d1bc09b28e54c1e2c1e3
+SIZE (grahamedgecombe-ct-submit-1.1.2-7bb2541_GH0.tar.gz) = 3101

Added: head/security/ct-submit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ct-submit/pkg-descr	Mon May  1 14:45:00 2017	(r439899)
@@ -0,0 +1 @@
+Simple utility for submitting to transparency logs

Added: head/security/ct-submit/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ct-submit/pkg-message	Mon May  1 14:45:00 2017	(r439899)
@@ -0,0 +1,11 @@
+/**************************************************************************/
+/*                                                                        */
+/* To submit to a transparency log use the following command:             */
+/*                                                                        */
+/* ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct */
+/*                                                                        */
+/* For a list of known logs, see:                                         */
+/*                                                                        */
+/* https://www.certificate-transparency.org/known-logs                    */
+/*                                                                        */
+/**************************************************************************/

Added: head/security/ct-submit/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ct-submit/pkg-plist	Mon May  1 14:45:00 2017	(r439899)
@@ -0,0 +1 @@
+bin/%%GO_PKGNAME%%



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