Updated py-certbot to 0.11.1.
No concise changelog found. ~30 bugs/issues fixed.
This commit is contained in:
parent
ce452859fb
commit
5195101c51
3 changed files with 14 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile.common,v 1.7 2017/01/25 12:34:07 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.8 2017/02/07 14:03:58 wiz Exp $
|
||||
#
|
||||
# used by security/py-acme/Makefile
|
||||
# used by security/py-certbot/Makefile
|
||||
|
||||
DISTNAME= certbot-0.10.1
|
||||
DISTNAME= certbot-0.11.1
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
|
||||
|
||||
HOMEPAGE= https://letsencrypt.org/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2017/01/12 16:02:44 fhajny Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2017/02/07 14:03:58 wiz Exp $
|
||||
bin/certbot
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -57,6 +57,9 @@ ${PYSITELIB}/certbot/display/ops.pyo
|
|||
${PYSITELIB}/certbot/display/util.py
|
||||
${PYSITELIB}/certbot/display/util.pyc
|
||||
${PYSITELIB}/certbot/display/util.pyo
|
||||
${PYSITELIB}/certbot/eff.py
|
||||
${PYSITELIB}/certbot/eff.pyc
|
||||
${PYSITELIB}/certbot/eff.pyo
|
||||
${PYSITELIB}/certbot/error_handler.py
|
||||
${PYSITELIB}/certbot/error_handler.pyc
|
||||
${PYSITELIB}/certbot/error_handler.pyo
|
||||
|
@ -186,6 +189,9 @@ ${PYSITELIB}/certbot/tests/display/ops_test.pyo
|
|||
${PYSITELIB}/certbot/tests/display/util_test.py
|
||||
${PYSITELIB}/certbot/tests/display/util_test.pyc
|
||||
${PYSITELIB}/certbot/tests/display/util_test.pyo
|
||||
${PYSITELIB}/certbot/tests/eff_test.py
|
||||
${PYSITELIB}/certbot/tests/eff_test.pyc
|
||||
${PYSITELIB}/certbot/tests/eff_test.pyo
|
||||
${PYSITELIB}/certbot/tests/error_handler_test.py
|
||||
${PYSITELIB}/certbot/tests/error_handler_test.pyc
|
||||
${PYSITELIB}/certbot/tests/error_handler_test.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2017/01/25 12:34:07 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2017/02/07 14:03:58 wiz Exp $
|
||||
|
||||
SHA1 (certbot-0.10.1.tar.gz) = 84d74eaf35f83e36c861424017a75d7b1b912a1a
|
||||
RMD160 (certbot-0.10.1.tar.gz) = 83cd52909396dbf8c51a87583bde2e0dd990c17d
|
||||
SHA512 (certbot-0.10.1.tar.gz) = 4e45280b9cb6db3f8dcecfbf0cf64c990ea58d8607ed1aea9853c7248f8830301cc8685126eeb0d0c2ef0e23298c9070b291110d733e72867967bc9506900702
|
||||
Size (certbot-0.10.1.tar.gz) = 823669 bytes
|
||||
SHA1 (certbot-0.11.1.tar.gz) = 2b056fd5ab44f8aa9902f7927e203b8d7cbc8232
|
||||
RMD160 (certbot-0.11.1.tar.gz) = b75e1b79ea0c934d25e0de1fbebda802076bca99
|
||||
SHA512 (certbot-0.11.1.tar.gz) = 77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a
|
||||
Size (certbot-0.11.1.tar.gz) = 817693 bytes
|
||||
|
|
Loading…
Reference in a new issue