pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated dehydrated to version 0.4.0.



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Mon Feb 6 19:48:04 2017 +0100
Changeset:	2b917751dcb6c6ff6345ed8c35b6ccc0f15691b0

Modified Files:
	dehydrated/Makefile
	dehydrated/distinfo

Log Message:
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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b917751dcb6c6ff6345ed8c35b6ccc0f15691b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dehydrated/Makefile | 4 ++--
 dehydrated/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/dehydrated/Makefile b/dehydrated/Makefile
index 8e2a8de367..18f8ca838b 100644
--- a/dehydrated/Makefile
+++ b/dehydrated/Makefile
@@ -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@localhost
-HOMEPAGE=	https://github.com/lukas2511/
+HOMEPAGE=	https://github.com/lukas2511/dehydrated
 COMMENT=	Letsencrypt/acme client implemented as a shell-script
 LICENSE=	mit
 
diff --git a/dehydrated/distinfo b/dehydrated/distinfo
index a08f19c0b5..f965f2a1e4 100644
--- a/dehydrated/distinfo
+++ b/dehydrated/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index