Port details |
- ct-submit Submission utility for transparency logs
- 1.1.2_9 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: jim@ohlste.in
 - Port Added: 2017-05-01 14:45:06
- Last Update: 2023-01-14 11:31:17
- Commit Hash: 3b383d8
- Also Listed In: www
- License: ISCL
- Description:
- Simple utility for submitting to transparency logs
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ct-submit>0:security/ct-submit
- To install the port:
- cd /usr/ports/security/ct-submit/ && make install clean
- To add the package, run one of these commands:
- pkg install security/ct-submit
- pkg install ct-submit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ct-submit
- Flavors: there is no flavor information for this port.
- distinfo:
- 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
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go119 : lang/go119
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_ct-submit
- USES:
- go
- pkg-message:
- For install:
- 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
WWW: https://github.com/grahamedgecombe/ct-submit/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.2_9 14 Jan 2023 11:31:17
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTVERSION after lang/go{118,119} update |
1.1.2_8 11 Dec 2022 11:17:27
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
1.1.2_7 06 Oct 2022 19:24:26
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
1.1.2_6 08 Sep 2022 16:33:18
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
1.1.2_5 03 Aug 2022 21:35:13
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
1.1.2_4 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.2_4 14 Jul 2022 12:46:05
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{117,118} update |
1.1.2_3 07 Jun 2022 21:56:10
    |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
1.1.2_2 30 Mar 2022 07:01:44
    |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
1.1.2_1 01 Sep 2021 11:46:24
    |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
1.1.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.2_1 16 Nov 2019 12:52:40
  |
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
1.1.2 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
1.1.2 01 Aug 2019 06:25:44
  |
tobik  |
Mk/Uses/go.mk: Drop PLIST_SUB for GO_PKGNAME
GO_PKGNAME defaults to ${PORTNAME}. As a result it is often too
general and can produce bad results with make makeplist. For
example, in mail/aerc it produces bogus entries like
man/man5/%%GO_PKGNAME%%-sendmail.5.gz
since GO_PKGNAME=aerc there.
Having it in PLIST_SUB was only useful for Go libraries which we
no longer support. Only 2 ports use it currently but do not really
need to and are easily fixed.
Approved by: dg@syrec.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D21114 |
1.1.2 01 May 2017 14:45:00
  |
matthew  |
Simple utility for submitting to transparency logs
PR: 216766
Submitted by: Jim Ohlstein <jim@ohlste.in> |