pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-service_identity
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 29 11:22:51 UTC 2017
Modified Files:
pkgsrc/security/py-service_identity: Makefile PLIST distinfo
Log Message:
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>`_
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-service_identity/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-service_identity/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-service_identity/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-service_identity/Makefile
diff -u pkgsrc/security/py-service_identity/Makefile:1.5 pkgsrc/security/py-service_identity/Makefile:1.6
--- pkgsrc/security/py-service_identity/Makefile:1.5 Sat Jul 9 13:04:05 2016
+++ pkgsrc/security/py-service_identity/Makefile Mon May 29 11:22:51 2017
@@ -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/}
Index: pkgsrc/security/py-service_identity/PLIST
diff -u pkgsrc/security/py-service_identity/PLIST:1.2 pkgsrc/security/py-service_identity/PLIST:1.3
--- pkgsrc/security/py-service_identity/PLIST:1.2 Sun Feb 21 10:47:20 2016
+++ pkgsrc/security/py-service_identity/PLIST Mon May 29 11:22:51 2017
@@ -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.py
${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
Index: pkgsrc/security/py-service_identity/distinfo
diff -u pkgsrc/security/py-service_identity/distinfo:1.3 pkgsrc/security/py-service_identity/distinfo:1.4
--- pkgsrc/security/py-service_identity/distinfo:1.3 Sun Feb 21 10:47:20 2016
+++ pkgsrc/security/py-service_identity/distinfo Mon May 29 11:22:51 2017
@@ -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