summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-06-11 02:28:38 +0200
committer Willy Sudiarto Raharjo2017-06-11 02:28:38 +0200
commitda4e215b85ba36f7b1b398ed1cced1f9213860e6 (patch)
tree009e025904ec1fd61bbdab9e4c73a09c481a68c4 /system/letsencrypt
parent36ad1ae33ebaa8daef1fd079d446f51b701782f3 (diff)
downloadslackbuilds-da4e215b85ba36f7b1b398ed1cced1f9213860e6.tar.gz
system/letsencrypt: Updated for version 0.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild7
-rw-r--r--system/letsencrypt/letsencrypt.info6
2 files changed, 9 insertions, 4 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index d9500487f1..6ce70aa9ea 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-0.14.2}
+VERSION=${VERSION:-0.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -98,6 +98,11 @@ cd ..
#cd ../certbot-nginx
#python setup.py install --root=$PKG
+# We include default options for Apache
+mkdir -p $PKG/etc/letsencrypt/
+cp $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages/certbot_apache/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 \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index e2cf36f10e..d0700389b5 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="0.14.2"
+VERSION="0.15.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v0.14.2/certbot-0.14.2.tar.gz"
-MD5SUM="4470462d60bdcc38eb277504363a7279"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v0.15.0/certbot-0.15.0.tar.gz"
+MD5SUM="aab8cf6f0b6f843e559e41e9eec3e902"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"