Updated dehydrated to version 0.4.0.

Upstream changes :
- now asks you to read and accept the CAs terms of service
  before creating an account
- Skip challenges for already validated domains
- Removed need for some special commands (BusyBox compatibility)
- Exported a few more variables for use in hook-scripts
- fullchain.pem now actually contains the full chain instead of
  just the certificate with an intermediate cert

- Added private-key rollover functionality
- Added --lock-suffix option for allowing parallel execution
- Added invalid_challenge hook
- Added request_failure hook
- Added exit_hook hook
- Added standalone register command

Pkgsrc changes :
- homepage updated
This commit is contained in:
Nils Ratusznik 2017-02-06 19:48:04 +01:00
parent db4d8c9548
commit 2b917751dc
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# $NetBSD$
DISTNAME= dehydrated-0.3.1
DISTNAME= dehydrated-0.4.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=lukas2511/}
MAINTAINER= nils@NetBSD.org
HOMEPAGE= https://github.com/lukas2511/
HOMEPAGE= https://github.com/lukas2511/dehydrated
COMMENT= Letsencrypt/acme client implemented as a shell-script
LICENSE= mit

View file

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (dehydrated-0.3.1.tar.gz) = 405ac61cfc74a22b710d3b8bde398bd697b714c6
RMD160 (dehydrated-0.3.1.tar.gz) = a3f8c5139f8b6e2309d772864fcd00bac932b021
SHA512 (dehydrated-0.3.1.tar.gz) = 34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9
Size (dehydrated-0.3.1.tar.gz) = 71375 bytes
SHA1 (dehydrated-0.4.0.tar.gz) = 58ef0848645641a70492ff0b39ddfac7b9976194
RMD160 (dehydrated-0.4.0.tar.gz) = 19032b84f379d8ef2ec9266aa51af71846cd45c2
SHA512 (dehydrated-0.4.0.tar.gz) = 3c8c0f2fab57a432b69451f8372c02666dd953985679d12a2af9f6b917335b5b10a1196699106e317660039178ce1139a4d5455d4825a152b6911596fba16738
Size (dehydrated-0.4.0.tar.gz) = 74005 bytes