From owner-svn-ports-all@freebsd.org Sun Oct 11 14:20:34 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB1B83F557D; Sun, 11 Oct 2020 14:20:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8P9G5pqXz4HDL; Sun, 11 Oct 2020 14:20:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9086B1CD40; Sun, 11 Oct 2020 14:20:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09BEKYXU012883; Sun, 11 Oct 2020 14:20:34 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09BEKUGT012859; Sun, 11 Oct 2020 14:20:30 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202010111420.09BEKUGT012859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 11 Oct 2020 14:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552066 - in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dns... X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dnsmadeeasy py-certbot-dns-g... X-SVN-Commit-Revision: 552066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2020 14:20:34 -0000 Author: dbaio Date: Sun Oct 11 14:20:29 2020 New Revision: 552066 URL: https://svnweb.freebsd.org/changeset/ports/552066 Log: security/py-[acme|certbot]: Update to 1.9.0 Changelog: https://github.com/certbot/certbot/blob/v1.9.0/certbot/CHANGELOG.md PR: 250172 Submitted by: Yasuhiro KIMURA Approved by: python (with hat) Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-acme/version.mk head/security/py-certbot-apache/distinfo head/security/py-certbot-dns-cloudflare/distinfo head/security/py-certbot-dns-cloudxns/distinfo head/security/py-certbot-dns-digitalocean/distinfo head/security/py-certbot-dns-dnsimple/distinfo head/security/py-certbot-dns-dnsmadeeasy/distinfo head/security/py-certbot-dns-gehirn/distinfo head/security/py-certbot-dns-google/distinfo head/security/py-certbot-dns-linode/distinfo head/security/py-certbot-dns-luadns/distinfo head/security/py-certbot-dns-nsone/distinfo head/security/py-certbot-dns-ovh/distinfo head/security/py-certbot-dns-rfc2136/distinfo head/security/py-certbot-dns-route53/distinfo head/security/py-certbot-dns-sakuracloud/distinfo head/security/py-certbot-nginx/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-acme/Makefile Sun Oct 11 14:20:29 2020 (r552066) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2. ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils @@ -31,7 +31,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include "version.mk" .include Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-acme/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963076 -SHA256 (acme-1.8.0.tar.gz) = ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d -SIZE (acme-1.8.0.tar.gz) = 91408 +TIMESTAMP = 1602423460 +SHA256 (acme-1.9.0.tar.gz) = 38a1630c98e144136c62eec4d2c545a1bdb1a3cd4eca82214be6b83a1f5a161f +SIZE (acme-1.9.0.tar.gz) = 91132 Modified: head/security/py-acme/version.mk ============================================================================== --- head/security/py-acme/version.mk Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-acme/version.mk Sun Oct 11 14:20:29 2020 (r552066) @@ -1 +1 @@ -ACME_VERSION= 1.8.0 +ACME_VERSION= 1.9.0 Modified: head/security/py-certbot-apache/distinfo ============================================================================== --- head/security/py-certbot-apache/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-apache/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963189 -SHA256 (certbot-apache-1.8.0.tar.gz) = a93c3a7ad929fe0ba5e0868e29ee2d0fe10aea2d4c638a902c4613a5c12c59b6 -SIZE (certbot-apache-1.8.0.tar.gz) = 221998 +TIMESTAMP = 1602423475 +SHA256 (certbot-apache-1.9.0.tar.gz) = f47fb3f4a9bd927f4812121a0beefe56b163475a28f4db34c64dc838688d9e9e +SIZE (certbot-apache-1.9.0.tar.gz) = 221424 Modified: head/security/py-certbot-dns-cloudflare/distinfo ============================================================================== --- head/security/py-certbot-dns-cloudflare/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-cloudflare/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963190 -SHA256 (certbot-dns-cloudflare-1.8.0.tar.gz) = 69a4944649e008ce5e8fef0b9dc6775743d03f8a49ee0d9ac216b3d50de5ad61 -SIZE (certbot-dns-cloudflare-1.8.0.tar.gz) = 15697 +TIMESTAMP = 1602423476 +SHA256 (certbot-dns-cloudflare-1.9.0.tar.gz) = 72dfe078eef4a95f0f5ea74b2d31820ba22fcad65487bd0873d15ad5d9d81a98 +SIZE (certbot-dns-cloudflare-1.9.0.tar.gz) = 15454 Modified: head/security/py-certbot-dns-cloudxns/distinfo ============================================================================== --- head/security/py-certbot-dns-cloudxns/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-cloudxns/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963190 -SHA256 (certbot-dns-cloudxns-1.8.0.tar.gz) = 9777a8dafc2ac49055f2e4a61fc5013e40929a4a10e5dd3e6040df16d05d1709 -SIZE (certbot-dns-cloudxns-1.8.0.tar.gz) = 12863 +TIMESTAMP = 1602423476 +SHA256 (certbot-dns-cloudxns-1.9.0.tar.gz) = c8a59ddd89defd8137f9308975c231d033fa75715892ec79529827dd85e4cc10 +SIZE (certbot-dns-cloudxns-1.9.0.tar.gz) = 12642 Modified: head/security/py-certbot-dns-digitalocean/distinfo ============================================================================== --- head/security/py-certbot-dns-digitalocean/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-digitalocean/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963191 -SHA256 (certbot-dns-digitalocean-1.8.0.tar.gz) = bb09d3a69c17f6f04cc2057f8b5ad86fecd1d9a2a662a139cb53a1c779196099 -SIZE (certbot-dns-digitalocean-1.8.0.tar.gz) = 14150 +TIMESTAMP = 1602423477 +SHA256 (certbot-dns-digitalocean-1.9.0.tar.gz) = 716d344eddef3b431228256d9b66273343a7494bb15b839df129b310c702568f +SIZE (certbot-dns-digitalocean-1.9.0.tar.gz) = 13912 Modified: head/security/py-certbot-dns-dnsimple/distinfo ============================================================================== --- head/security/py-certbot-dns-dnsimple/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-dnsimple/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963191 -SHA256 (certbot-dns-dnsimple-1.8.0.tar.gz) = d1080d65a20197b3d948ffa634d490df9dab470e04702509dbf7dd73fe1ce4ea -SIZE (certbot-dns-dnsimple-1.8.0.tar.gz) = 12953 +TIMESTAMP = 1602423478 +SHA256 (certbot-dns-dnsimple-1.9.0.tar.gz) = f714a5bb3a4006687625840d822b21558ff2133a143154b7e61d026caa51148b +SIZE (certbot-dns-dnsimple-1.9.0.tar.gz) = 12705 Modified: head/security/py-certbot-dns-dnsmadeeasy/distinfo ============================================================================== --- head/security/py-certbot-dns-dnsmadeeasy/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-dnsmadeeasy/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963192 -SHA256 (certbot-dns-dnsmadeeasy-1.8.0.tar.gz) = 817dc92d722c590af1c679cc74c52bdd736e89a81dd8174d5aa1f2dbfda54f86 -SIZE (certbot-dns-dnsmadeeasy-1.8.0.tar.gz) = 12983 +TIMESTAMP = 1602423478 +SHA256 (certbot-dns-dnsmadeeasy-1.9.0.tar.gz) = c54cb15c6512e65a487ae441d05ed7ab7e3afc5aa689cc01617a244b1bf7352b +SIZE (certbot-dns-dnsmadeeasy-1.9.0.tar.gz) = 12747 Modified: head/security/py-certbot-dns-gehirn/distinfo ============================================================================== --- head/security/py-certbot-dns-gehirn/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-gehirn/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963192 -SHA256 (certbot-dns-gehirn-1.8.0.tar.gz) = 35753b296d2dfcb1382922f34f6964ce7254ee79f6a8f3b70eaaffa880779337 -SIZE (certbot-dns-gehirn-1.8.0.tar.gz) = 12808 +TIMESTAMP = 1602423479 +SHA256 (certbot-dns-gehirn-1.9.0.tar.gz) = 34c5465fc40a94965dfb4311f8182897cda8bfb28cf840a38363bcba3a5f6e63 +SIZE (certbot-dns-gehirn-1.9.0.tar.gz) = 12587 Modified: head/security/py-certbot-dns-google/distinfo ============================================================================== --- head/security/py-certbot-dns-google/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-google/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963193 -SHA256 (certbot-dns-google-1.8.0.tar.gz) = 44a2ad61861b278ecde8bdb26ff66617c795f441d2d56f8d7039fbb612382d5d -SIZE (certbot-dns-google-1.8.0.tar.gz) = 23432 +TIMESTAMP = 1602423480 +SHA256 (certbot-dns-google-1.9.0.tar.gz) = 402264a1550547454d25ae23d908b6af16744105997d1209b518d374bbc232f8 +SIZE (certbot-dns-google-1.9.0.tar.gz) = 23169 Modified: head/security/py-certbot-dns-linode/distinfo ============================================================================== --- head/security/py-certbot-dns-linode/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-linode/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963194 -SHA256 (certbot-dns-linode-1.8.0.tar.gz) = 4bef8efa44bbe5e01d11b2a379bf2ff80f6a03c0a1edc4f0d56b2d88a8d0853c -SIZE (certbot-dns-linode-1.8.0.tar.gz) = 13309 +TIMESTAMP = 1602423480 +SHA256 (certbot-dns-linode-1.9.0.tar.gz) = 94d87f09397ec859dfdd2b96c1d1c318cbc1ac218e0e23c1bea16133d2500ff5 +SIZE (certbot-dns-linode-1.9.0.tar.gz) = 13065 Modified: head/security/py-certbot-dns-luadns/distinfo ============================================================================== --- head/security/py-certbot-dns-luadns/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-luadns/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963194 -SHA256 (certbot-dns-luadns-1.8.0.tar.gz) = 83f05ed8137d4fda4d757b790368095ff2ae11940c0a7c10f4e23625fa55b0cf -SIZE (certbot-dns-luadns-1.8.0.tar.gz) = 12811 +TIMESTAMP = 1602423481 +SHA256 (certbot-dns-luadns-1.9.0.tar.gz) = 1a6c6d0148ea707dd1ced4d44cd67b6b467a730e6701ee680138d2ed0e757926 +SIZE (certbot-dns-luadns-1.9.0.tar.gz) = 12567 Modified: head/security/py-certbot-dns-nsone/distinfo ============================================================================== --- head/security/py-certbot-dns-nsone/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-nsone/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963195 -SHA256 (certbot-dns-nsone-1.8.0.tar.gz) = 9a82c62a28e28801e296b3203effaa7d23fea8abc71d5823c5e791f2a4205f7a -SIZE (certbot-dns-nsone-1.8.0.tar.gz) = 12826 +TIMESTAMP = 1602423482 +SHA256 (certbot-dns-nsone-1.9.0.tar.gz) = 1c31ec7933e9e977efff0bc648249bd9406ac2ead9ff46a9785ee7d5978aed6a +SIZE (certbot-dns-nsone-1.9.0.tar.gz) = 12599 Modified: head/security/py-certbot-dns-ovh/distinfo ============================================================================== --- head/security/py-certbot-dns-ovh/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-ovh/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963196 -SHA256 (certbot-dns-ovh-1.8.0.tar.gz) = 694d828984a4438e9a03d682be85ed77d44b9211c117587a4844d1a3a7feb4a7 -SIZE (certbot-dns-ovh-1.8.0.tar.gz) = 13163 +TIMESTAMP = 1602423482 +SHA256 (certbot-dns-ovh-1.9.0.tar.gz) = 11edf10c393cf40d174e9c9b8f21ae3428bd138599ae34091b6ef9fc25a4a31d +SIZE (certbot-dns-ovh-1.9.0.tar.gz) = 12915 Modified: head/security/py-certbot-dns-rfc2136/distinfo ============================================================================== --- head/security/py-certbot-dns-rfc2136/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-rfc2136/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963196 -SHA256 (certbot-dns-rfc2136-1.8.0.tar.gz) = 5ede1d76461f20adafbb0b463e5b5f1d8ff63e0296893812183fcdc5d24a6689 -SIZE (certbot-dns-rfc2136-1.8.0.tar.gz) = 15309 +TIMESTAMP = 1602423483 +SHA256 (certbot-dns-rfc2136-1.9.0.tar.gz) = 0c46ea8fa5af5583be8b399d1425745308556b2b191aaa2dda4229c80dd51303 +SIZE (certbot-dns-rfc2136-1.9.0.tar.gz) = 15091 Modified: head/security/py-certbot-dns-route53/distinfo ============================================================================== --- head/security/py-certbot-dns-route53/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-route53/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963197 -SHA256 (certbot-dns-route53-1.8.0.tar.gz) = fbfd677ea7a8daa6ddfb43425afa718fe4e1a188ca6c8cd8f23127c1928dc9a1 -SIZE (certbot-dns-route53-1.8.0.tar.gz) = 15792 +TIMESTAMP = 1602423484 +SHA256 (certbot-dns-route53-1.9.0.tar.gz) = 7c739ac863354bca3405d45850922557b37571c4cd0b7224a98e56e96d9250c6 +SIZE (certbot-dns-route53-1.9.0.tar.gz) = 15532 Modified: head/security/py-certbot-dns-sakuracloud/distinfo ============================================================================== --- head/security/py-certbot-dns-sakuracloud/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-dns-sakuracloud/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963197 -SHA256 (certbot-dns-sakuracloud-1.8.0.tar.gz) = 728306e5f314a0128856718e02d533b1f2e53811b48ad4194432528556463703 -SIZE (certbot-dns-sakuracloud-1.8.0.tar.gz) = 12822 +TIMESTAMP = 1602423485 +SHA256 (certbot-dns-sakuracloud-1.9.0.tar.gz) = 083bbb710247d1b5555b94813740d2e093f9af06d32ea7dd2a22f285b2c2b8cd +SIZE (certbot-dns-sakuracloud-1.9.0.tar.gz) = 12588 Modified: head/security/py-certbot-nginx/distinfo ============================================================================== --- head/security/py-certbot-nginx/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot-nginx/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963198 -SHA256 (certbot-nginx-1.8.0.tar.gz) = fdb96c74fe42d90bbaf11a00314444ac5544ba87292a1b8b1d707f7561a3eacc -SIZE (certbot-nginx-1.8.0.tar.gz) = 76168 +TIMESTAMP = 1602423486 +SHA256 (certbot-nginx-1.9.0.tar.gz) = ab26a4f49d53b0e8bf0f903e58e2a840cda233fe1cbbc54c36ff17f973e57d65 +SIZE (certbot-nginx-1.9.0.tar.gz) = 76086 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot/Makefile Sun Oct 11 14:20:29 2020 (r552066) @@ -28,6 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSI ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils @@ -70,7 +71,7 @@ post-install-MANPAGES-on: ${STAGEDIR}${PREFIX}/share/man/man7 do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include "${.CURDIR}/../py-acme/version.mk" .include Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Sun Oct 11 13:41:45 2020 (r552065) +++ head/security/py-certbot/distinfo Sun Oct 11 14:20:29 2020 (r552066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599963188 -SHA256 (certbot-1.8.0.tar.gz) = 4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4 -SIZE (certbot-1.8.0.tar.gz) = 380607 +TIMESTAMP = 1602423474 +SHA256 (certbot-1.9.0.tar.gz) = 2ff9bf7d9af381c7efee22dec2dd6938d9d8fddcc9e11682b86e734164a30b57 +SIZE (certbot-1.9.0.tar.gz) = 382379