Bug 239968 - [NEW PORT] security/acmed, an ACME client written in Rust
Summary: [NEW PORT] security/acmed, an ACME client written in Rust
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-19 13:49 UTC by Val Packett
Modified: 2019-08-21 05:50 UTC (History)
1 user (show)

See Also:


Attachments
acmed.patch (22.30 KB, patch)
2019-08-19 13:49 UTC, Val Packett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2019-08-19 13:49:26 UTC
Created attachment 206699 [details]
acmed.patch

Because we need more ACME clients. This one is in Rust, supports v2, has a server included for the ALPN challenge, etc.
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2019-08-21 01:52:37 UTC
testbuild@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-21 03:49:46 UTC
A commit references this bug:

Author: meta
Date: Wed Aug 21 03:48:45 UTC 2019
New revision: 509488
URL: https://svnweb.freebsd.org/changeset/ports/509488

Log:
  New port: security/acmed: ACME client written in Rust

  ACMEd is one of the many clients for the Automatic Certificate Management
  Environment (ACME), an internet standard (RFC 8555) which allows to
  automate X.509 certificates signing by a Certification Authority (CA).

  PR:		239968
  Submitted by:	Greg V <greg@unrelenting.technology>

Changes:
  head/security/Makefile
  head/security/acmed/
  head/security/acmed/Makefile
  head/security/acmed/distinfo
  head/security/acmed/pkg-descr
  head/security/acmed/pkg-plist
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2019-08-21 03:59:07 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-08-21 05:36:52 UTC
A commit references this bug:

Author: meta
Date: Wed Aug 21 05:36:49 UTC 2019
New revision: 509489
URL: https://svnweb.freebsd.org/changeset/ports/509489

Log:
  security/acmed: use @sample

  not to overwrite config files on every upgrade or reinstall.

  PR:		239968
  Reported by:	adamw

Changes:
  head/security/acmed/Makefile
  head/security/acmed/pkg-plist
Comment 5 Koichiro Iwao freebsd_committer freebsd_triage 2019-08-21 05:50:24 UTC
I made a tiny modification not to overwrite config files on every upgrade or reinstall.