mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/dehydrated: Updated for version 0.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
72dfbb0a50
commit
716d4d7af9
5 changed files with 11 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
This is a client for signing ssl-certificates with an ACME-server.
|
||||
-Signing of a list of domains
|
||||
-Signing of a CSR
|
||||
-Renewal if a certificate is about to expire or SAN(subdomains) changed
|
||||
-Signing of a list of domains, including wildcard domains
|
||||
-Signing of a CSR, standalone or completely automated using hooks
|
||||
-Renewal if a cert is about to expire or included domains changed
|
||||
-Certificate revocation
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dehydrated
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
@ -61,7 +61,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
# cron
|
||||
mkdir -p $PKG/etc/cron.d/
|
||||
echo '0 0 * * * /usr/bin/dehydrated -c 1>/dev/null' > $PKG/etc/cron.d/$PRGNAM.new
|
||||
echo '0 0 * * * /usr/bin/dehydrated -c >/dev/null' > $PKG/etc/cron.d/$PRGNAM.new
|
||||
|
||||
# docs
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dehydrated"
|
||||
VERSION="0.6.1"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="https://github.com/lukas2511/dehydrated"
|
||||
DOWNLOAD="https://github.com/lukas2511/dehydrated/archive/v0.6.1/dehydrated-0.6.1.tar.gz"
|
||||
MD5SUM="97425cf8aaa1a9a1a86036a1b7611a8c"
|
||||
DOWNLOAD="https://github.com/lukas2511/dehydrated/archive/v0.6.2/dehydrated-0.6.2.tar.gz"
|
||||
MD5SUM="d4db13d5965054b0a231bf95285c6cf0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -23,5 +23,4 @@ preserve_perms() {
|
|||
}
|
||||
|
||||
preserve_perms etc/dehydrated/config.new
|
||||
preserve_perms etc/logrotate.d/dehydrated.new
|
||||
preserve_perms etc/cron.d/dehydrated.new
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
dehydrated: dehydrated (letsencrypt/acme client implemented as a shell-script)
|
||||
dehydrated:
|
||||
dehydrated: This is a client for signing ssl-certificates with an ACME-server.
|
||||
dehydrated: -Signing of a list of domains
|
||||
dehydrated: -Signing of a CSR
|
||||
dehydrated: -Renewal on expiration or SAN(subdomains) changed
|
||||
dehydrated: -Signing of a list of domains, including wildcard domains
|
||||
dehydrated: -Signing of a CSR, standalone or completely automated using hooks
|
||||
dehydrated: -Renewal if a cert is about to expire or included domains changed
|
||||
dehydrated: -Certificate revocation
|
||||
dehydrated:
|
||||
dehydrated: https://github.com/lukas2511/dehydrated/
|
||||
|
|
Loading…
Reference in a new issue