security/dehydrated: Update to 0.7.1

- Update WWW as now upstream has a new site
- Update pkg-descr with new upstream description

Changes:	https://github.com/dehydrated-io/dehydrated/releases/tag/v0.7.1
PR:		256739 266713
This commit is contained in:
Koichiro Iwao 2022-11-02 10:30:58 +09:00
parent 278ebd3baa
commit 28355fb7b8
3 changed files with 14 additions and 17 deletions

View File

@ -1,11 +1,11 @@
PORTNAME= dehydrated
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
DISTVERSION= 0.7.1
CATEGORIES= security
MAINTAINER= meta@FreeBSD.org
COMMENT= Pure BASH/ZSH Lets Encrypt client
WWW= https://github.com/dehydrated-io/dehydrated
WWW= https://dehydrated.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -16,28 +16,25 @@ USES= shebangfix
USE_GITHUB= yes
GH_ACCOUNT= dehydrated-io
NO_BUILD= yes
NO_ARCH= yes
SHEBANG_FILES= docs/examples/hook.sh dehydrated
PERIODIC_DIRS= etc/periodic/weekly
PERIODIC_FILES= 000.dehydrated
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= 000.dehydrated pkg-message
SUB_LIST= PORTNAME=${PORTNAME}
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= SHELL
OPTIONS_SINGLE_SHELL= BASH ZSH
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= BASH
OPTIONS_SINGLE= SHELL
OPTIONS_SINGLE_SHELL= BASH ZSH
BASH_DESC= Use the Bourne Again shell (BASH)
ZSH_DESC= Use the Z shell (ZSH)
BASH_RUN_DEPENDS= bash:shells/bash
ZSH_RUN_DEPENDS= zsh:shells/zsh
PORTDOCS= *
PERIODIC_DIRS= etc/periodic/weekly
PERIODIC_FILES= 000.dehydrated
post-patch:
. for f in docs/examples/config dehydrated

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1616722271
SHA256 (dehydrated-io-dehydrated-v0.7.0_GH0.tar.gz) = 1c5f12c2e57e64b1762803f82f0f7e767a72e65a6ce68e4d1ec197e61b9dc4f9
SIZE (dehydrated-io-dehydrated-v0.7.0_GH0.tar.gz) = 86574
TIMESTAMP = 1667286239
SHA256 (dehydrated-io-dehydrated-v0.7.1_GH0.tar.gz) = 3d993237af5abd4ee83100458867454ed119e41fac72b3d2bce9efc60d4dff32
SIZE (dehydrated-io-dehydrated-v0.7.1_GH0.tar.gz) = 120575

View File

@ -1,2 +1,2 @@
dehydrated is a pure BASH implementation of the ACME
protocol used by Lets Encrypt.
Dehydrated is a client for signing certificates with an ACME-server
(e.g. Let's Encrypt or ZeroSSL) implemented as a relatively simple bash-script.