pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  8 15:53:29 UTC 2020

Modified Files:
        pkgsrc/security/py-acme: distinfo
        pkgsrc/security/py-certbot: Makefile.common distinfo

Log Message:
py-acme py-certbot: updated to 1.5.0

Certbot 1.5.0

Added
Require explicit confirmation of snap plugin permissions before connecting.

Changed
Improved error message in apache installer when mod_ssl is not available.

Fixed
Add support for OCSP responses which use a public key hash ResponderID, fixing
interoperability with Sectigo CAs.
Fix TLS-ALPN test that fails when run with newer versions of OpenSSL.
More details about these changes can be found on our GitHub repo.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-acme/distinfo
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-certbot/Makefile.common
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/py-certbot/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/distinfo
diff -u pkgsrc/security/py-acme/distinfo:1.16 pkgsrc/security/py-acme/distinfo:1.17
--- pkgsrc/security/py-acme/distinfo:1.16       Thu May  7 10:53:44 2020
+++ pkgsrc/security/py-acme/distinfo    Mon Jun  8 15:53:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/05/07 10:53:44 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/06/08 15:53:29 adam Exp $
 
-SHA1 (acme-1.4.0.tar.gz) = 6270d57aee4ea996ca876264c53d9a3a21f9e241
-RMD160 (acme-1.4.0.tar.gz) = 6a869b53b74d668714511b49535913c3afb226ac
-SHA512 (acme-1.4.0.tar.gz) = 32398bf5657e997b46699ef0e4bbf2ee81c024556f418251ab44fbf5c8ce39556ebbe8e80045bedee8f5ff5a2084c127338eb69ae842e09bad3ae94f2f16f622
-Size (acme-1.4.0.tar.gz) = 86350 bytes
+SHA1 (acme-1.5.0.tar.gz) = 5ffcf40724065215b10b6f2d3e5c1a9524c7a42f
+RMD160 (acme-1.5.0.tar.gz) = 9380d82d5e0dbdbd27286fdff7ff950ee8f19537
+SHA512 (acme-1.5.0.tar.gz) = 4fcaf400a47066536492751cbd99fb7ac207d2c49b0b6cc747a791cfd618bc4123c18fcce1c9088a3d678600f588c6cd520f9af3186c3803b36a43fa38c333f4
+Size (acme-1.5.0.tar.gz) = 87605 bytes

Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.43 pkgsrc/security/py-certbot/Makefile.common:1.44
--- pkgsrc/security/py-certbot/Makefile.common:1.43     Thu May  7 10:53:44 2020
+++ pkgsrc/security/py-certbot/Makefile.common  Mon Jun  8 15:53:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2020/05/07 10:53:44 adam Exp $
+# $NetBSD: Makefile.common,v 1.44 2020/06/08 15:53:29 adam Exp $
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 # used by security/py-certbot-apache/Makefile
@@ -16,7 +16,7 @@
 # used by security/py-certbot-dns-sakuracloud/Makefile
 # used by security/py-certbot-nginx/Makefile
 
-CERTBOT_VERSION=       1.4.0
+CERTBOT_VERSION=       1.5.0
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES?=   security python

Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.44 pkgsrc/security/py-certbot/distinfo:1.45
--- pkgsrc/security/py-certbot/distinfo:1.44    Thu May  7 10:53:44 2020
+++ pkgsrc/security/py-certbot/distinfo Mon Jun  8 15:53:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2020/05/07 10:53:44 adam Exp $
+$NetBSD: distinfo,v 1.45 2020/06/08 15:53:29 adam Exp $
 
-SHA1 (certbot-1.4.0.tar.gz) = 9587d0aadda28c429ce18f961cd2285b143361ee
-RMD160 (certbot-1.4.0.tar.gz) = a1b20217f71768ee505a5e5a77399260f2a827db
-SHA512 (certbot-1.4.0.tar.gz) = e8aa3c412bec0b10d6e8f119b8f23c17db0e761c1b476503a141c734f379a4e5322a37a8d16af837e9538932423c0161ea06f66928634c2c2c7dc556423e4f42
-Size (certbot-1.4.0.tar.gz) = 370661 bytes
+SHA1 (certbot-1.5.0.tar.gz) = 06689bfe2909bbcb8334949bae7aa7fcb0de75b5
+RMD160 (certbot-1.5.0.tar.gz) = 868e47d1d3ea9b6b7b15d2a2661073df69fc3248
+SHA512 (certbot-1.5.0.tar.gz) = 00cdb734771c7a274f75359928d1ce3fff03c4e9b6dfcce06f6b4ace5c3fd2980a1823c601f90147ab08018ecf5ee7d2a064bd1127ee0f300c5c1db894723c06
+Size (certbot-1.5.0.tar.gz) = 364819 bytes



Home | Main Index | Thread Index | Old Index