pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-service_identity Updated py-service_identi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c1f617e34dc
branches:  trunk
changeset: 362937:2c1f617e34dc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 11:22:51 2017 +0000

description:
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 <https://github.com/pyca/service_identity/pull/17>`_
- Added ``cryptography.x509`` backend for verifying certificates.
  `#18 <https://github.com/pyca/service_identity/pull/18>`_
- Wildcards (``*``) are now only allowed if they are the leftmost label in a certificate.
  This is common practice by all major browsers.
  `#19 <https://github.com/pyca/service_identity/pull/19>`_

diffstat:

 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(-)

diffs (48 lines):

diff -r 0ef094ba5e0d -r 2c1f617e34dc security/py-service_identity/Makefile
--- a/security/py-service_identity/Makefile     Mon May 29 11:21:03 2017 +0000
+++ b/security/py-service_identity/Makefile     Mon May 29 11:22:51 2017 +0000
@@ -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 -r 0ef094ba5e0d -r 2c1f617e34dc security/py-service_identity/PLIST
--- a/security/py-service_identity/PLIST        Mon May 29 11:21:03 2017 +0000
+++ b/security/py-service_identity/PLIST        Mon May 29 11:22:51 2017 +0000
@@ -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/_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 -r 0ef094ba5e0d -r 2c1f617e34dc security/py-service_identity/distinfo
--- a/security/py-service_identity/distinfo     Mon May 29 11:21:03 2017 +0000
+++ b/security/py-service_identity/distinfo     Mon May 29 11:22:51 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index