From 3286969d504fead355fe4d3fdd5e996734c5d676 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 29 May 2017 11:22:51 +0000 Subject: [PATCH] Updated py-service_identity to 17.0.0. 17.0.0 (2017-05-23) ------------------- Deprecations: ^^^^^^^^^^^^^ - Since Chrome 58 and Firefox 48 both don't accept certificates that contain only a Common Name, its usage is hereby deprecated in ``service_identity`` too. We have been raising a warning since 16.0.0 and the support will be removed in mid-2018 for good. Changes: ^^^^^^^^ - When ``service_identity.SubjectAltNameWarning`` is raised, the Common Name of the certificate is now included in the warning message. `#17 `_ - Added ``cryptography.x509`` backend for verifying certificates. `#18 `_ - Wildcards (``*``) are now only allowed if they are the leftmost label in a certificate. This is common practice by all major browsers. `#19 `_ --- security/py-service_identity/Makefile | 5 ++--- security/py-service_identity/PLIST | 5 ++++- security/py-service_identity/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile index 705f3f7bca2f3..9a30094ae939a 100644 --- a/security/py-service_identity/Makefile +++ b/security/py-service_identity/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/05/29 11:22:51 wiz Exp $ -DISTNAME= service_identity-16.0.0 +DISTNAME= service_identity-17.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/} diff --git a/security/py-service_identity/PLIST b/security/py-service_identity/PLIST index e8aff24556567..fcf03439e2fa9 100644 --- a/security/py-service_identity/PLIST +++ b/security/py-service_identity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/21 10:47:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/05/29 11:22:51 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -14,6 +14,9 @@ ${PYSITELIB}/service_identity/_common.pyo ${PYSITELIB}/service_identity/_compat.py ${PYSITELIB}/service_identity/_compat.pyc ${PYSITELIB}/service_identity/_compat.pyo +${PYSITELIB}/service_identity/cryptography.py +${PYSITELIB}/service_identity/cryptography.pyc +${PYSITELIB}/service_identity/cryptography.pyo ${PYSITELIB}/service_identity/exceptions.py ${PYSITELIB}/service_identity/exceptions.pyc ${PYSITELIB}/service_identity/exceptions.pyo diff --git a/security/py-service_identity/distinfo b/security/py-service_identity/distinfo index dc978b29a7f20..7bf5b6c9daeee 100644 --- a/security/py-service_identity/distinfo +++ b/security/py-service_identity/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/02/21 10:47:20 wiz Exp $ +$NetBSD: distinfo,v 1.4 2017/05/29 11:22:51 wiz Exp $ -SHA1 (service_identity-16.0.0.tar.gz) = 42617f5abbd917c663aea58c4628b82e80d245ce -RMD160 (service_identity-16.0.0.tar.gz) = 02d592f36c659bab4427838001f1cad2c84ac3f6 -SHA512 (service_identity-16.0.0.tar.gz) = 0ffa28b3dece2415a058ec159e4f85f3e86c0de520ed5d6933ec49edca91ccc79a57893ace40d5441455791433828ab55a939e90335dfdee8582627e33a896ae -Size (service_identity-16.0.0.tar.gz) = 30270 bytes +SHA1 (service_identity-17.0.0.tar.gz) = 63408ac8b2cfd70f3b31fdcfefc1414b5b965cbc +RMD160 (service_identity-17.0.0.tar.gz) = 8e2d4645170c5d47251c182cc77351004c3635de +SHA512 (service_identity-17.0.0.tar.gz) = 4ba35166b520bbeb391c047b5fcca1dbf137a65e0624c92a6b6c2229f9521627be95195a8e502cbcc5a887d904598b1f0e63b47f6a38ee9f78afe13278d692ec +Size (service_identity-17.0.0.tar.gz) = 23502 bytes