summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt/letsencrypt.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2018-09-13 20:22:49 +0200
committer David Spencer2018-09-15 20:17:30 +0200
commitbc8ad1c3adf9b491d93698563e72e2d9f639f2f1 (patch)
tree9653d767e7f9373782091d424bfccf234984e470 /system/letsencrypt/letsencrypt.SlackBuild
parent9ca9b96fdd694028ea193a1b2de3089922ef1882 (diff)
downloadslackbuilds-bc8ad1c3adf9b491d93698563e72e2d9f639f2f1.tar.gz
system/letsencrypt: Updated for version 0.27.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/letsencrypt.SlackBuild')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index 81d27c8467..0f9630471f 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-0.26.1}
+VERSION=${VERSION:-0.27.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,7 +73,6 @@ find -L . \
sed -i "/'argparse',/d" setup.py
sed -i "/'argparse',/d" acme/setup.py
sed -i 's/apache2ctl/apachectl/' certbot-apache/certbot_apache/constants.py
-patch -p1 < $CWD/configurator.patch
for i in $(grep -ri /apache2 * | cut -d: -f1 | sort -u)
do