Bug 226563 - [maintainer-update] security/dehydrated: update to v0.6.0
Summary: [maintainer-update] security/dehydrated: update to v0.6.0
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-12 21:32 UTC by Sascha Holzleiter
Modified: 2018-03-13 20:42 UTC (History)
0 users

See Also:


Attachments
dehydrated v0.6.0 patch (897 bytes, patch)
2018-03-12 21:32 UTC, Sascha Holzleiter
sascha: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Holzleiter 2018-03-12 21:32:59 UTC
Created attachment 191455 [details]
dehydrated v0.6.0 patch

poudriere testport (amd64) -> OK


Changelog: 

## Changed
- Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
- Removed LICENSE parameter from config (terms of service is now acquired directly from the CA directory)

## Added
- Support for ACME v02 (including wildcard certificates!)
- New hook: generate_csr (see example hook script for more information)
- Calling random hook on startup to make it clear to hook script authors that unknown hooks should just be ignored...
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-13 20:32:39 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Mar 13 20:32:04 UTC 2018
New revision: 464426
URL: https://svnweb.freebsd.org/changeset/ports/464426

Log:
  Update to 0.6.0

  Changes:	https://github.com/lukas2511/dehydrated/releases
  PR:		226563
  Submitted by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)

Changes:
  head/security/dehydrated/Makefile
  head/security/dehydrated/distinfo
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-03-13 20:42:30 UTC
Committed. Thanks!