pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-acme-tiny Update to 4.1.0. From the git log:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91fa4d97a6bd
branches:  trunk
changeset: 336748:91fa4d97a6bd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jul 22 01:36:14 2019 +0000

description:
Update to 4.1.0. From the git log:

- apparently the Let's Encrypt test server is rejecting example.com emails
- added official python 3.7 support in setup.py
- fixed #226, start using POST-as-GET for GET requests
- fixed additional POST-as-GET
- addresses #205, a situation where polling may hang indefinitely
- Also accept critical SAN extensions.
- fixed #222, we shouldn't delete the challenge files on errors, but we
  should clean them up on success

diffstat:

 security/py-acme-tiny/Makefile |   4 ++--
 security/py-acme-tiny/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3aad5a14b644 -r 91fa4d97a6bd security/py-acme-tiny/Makefile
--- a/security/py-acme-tiny/Makefile    Sun Jul 21 23:09:56 2019 +0000
+++ b/security/py-acme-tiny/Makefile    Mon Jul 22 01:36:14 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/09/08 18:52:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/22 01:36:14 schmonz Exp $
 
-DISTNAME=      acme-tiny-4.0.4
+DISTNAME=      acme-tiny-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=diafygi/}
diff -r 3aad5a14b644 -r 91fa4d97a6bd security/py-acme-tiny/distinfo
--- a/security/py-acme-tiny/distinfo    Sun Jul 21 23:09:56 2019 +0000
+++ b/security/py-acme-tiny/distinfo    Mon Jul 22 01:36:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/09/08 18:52:18 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2019/07/22 01:36:14 schmonz Exp $
 
-SHA1 (acme-tiny-4.0.4.tar.gz) = 7927fad282834cc9fc1a9b835ace93006125d4fb
-RMD160 (acme-tiny-4.0.4.tar.gz) = 927fa9509d6200dddbab29b2e58cf309e8434369
-SHA512 (acme-tiny-4.0.4.tar.gz) = e66befe8262b3396e5e55ea01fc47c668c527868832d2ccdc2786156ec52e698fd20cb6fa4fe861d97947d64f4b6c751be9c79bf546eaac34978c53b9e6f85e4
-Size (acme-tiny-4.0.4.tar.gz) = 12667 bytes
+SHA1 (acme-tiny-4.1.0.tar.gz) = e814cfc62aa7a3f32d3796127405a560ed64084c
+RMD160 (acme-tiny-4.1.0.tar.gz) = f4b2fe55d4c989a4b284a0fe388a772f1517e4ee
+SHA512 (acme-tiny-4.1.0.tar.gz) = 31d69a5031c019acbc23b3f06041eae8e261766396d4a7420fd70a71cfa16de953bea4c0c2ad0c6a6e793ed61ab5331f40145352ffce69f4f062f35dd0db7519
+Size (acme-tiny-4.1.0.tar.gz) = 12776 bytes



Home | Main Index | Thread Index | Old Index