pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-acme-tiny



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jul 22 01:36:14 UTC 2019

Modified Files:
        pkgsrc/security/py-acme-tiny: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-acme-tiny/Makefile \
    pkgsrc/security/py-acme-tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-acme-tiny/Makefile
diff -u pkgsrc/security/py-acme-tiny/Makefile:1.3 pkgsrc/security/py-acme-tiny/Makefile:1.4
--- pkgsrc/security/py-acme-tiny/Makefile:1.3   Sat Sep  8 18:52:18 2018
+++ pkgsrc/security/py-acme-tiny/Makefile       Mon Jul 22 01:36:14 2019
@@ -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/}
Index: pkgsrc/security/py-acme-tiny/distinfo
diff -u pkgsrc/security/py-acme-tiny/distinfo:1.3 pkgsrc/security/py-acme-tiny/distinfo:1.4
--- pkgsrc/security/py-acme-tiny/distinfo:1.3   Sat Sep  8 18:52:18 2018
+++ pkgsrc/security/py-acme-tiny/distinfo       Mon Jul 22 01:36:14 2019
@@ -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