mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/letsencrypt: Updated for version 0.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
36ad1ae33e
commit
da4e215b85
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue