system/letsencrypt: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0323320214
commit
37acb16d02
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue