summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-16 00:22:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-16 00:22:48 +0700
commit37acb16d02ae6b8c51c1df47f2c6061cc3d03884 (patch)
tree394687587a44a676c681d2bbc22fcb2902ab9b5d
parent03233202144b9c9aa9953f8f22ecc9090067ddd8 (diff)
downloadslackbuilds-37acb16d02ae6b8c51c1df47f2c6061cc3d03884.tar.gz
slackbuilds-37acb16d02ae6b8c51c1df47f2c6061cc3d03884.tar.xz
system/letsencrypt: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild4
-rw-r--r--system/letsencrypt/letsencrypt.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index 7d30298307..ae0599a4a7 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,7 @@ cd ..
# We include default options for Apache
mkdir -p $PKG/etc/letsencrypt/
-cp $PKG/usr/lib${LIBDIRSUFFIX}/python$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')/site-packages/certbot_apache/_internal/options-ssl-apache.conf \
+cp $PKG/usr/lib${LIBDIRSUFFIX}/python$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')/site-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf \
$PKG/etc/letsencrypt/options-ssl-apache.conf
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 78fadf936f..f61627931d 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="1.3.0"
+VERSION="1.4.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v1.3.0/certbot-1.3.0.tar.gz"
-MD5SUM="deeaf6b77ff6bb4318acd1da4fc9974a"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v1.4.0/certbot-1.4.0.tar.gz"
+MD5SUM="142c73ebd9c682445d75e37a83d13939"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-distro python3-certifi python3-packaging"