summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt/letsencrypt.SlackBuild
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/letsencrypt.SlackBuild
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/letsencrypt.SlackBuild')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild7
1 files changed, 6 insertions, 1 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