Sat Dec 22 09:41:05 2018 UTC ()
py-service_identity: updated to 18.1.0

18.1.0
- pyOpenSSL is optional now if you use service_identity.cryptography.* only.
- Added support for iPAddress subjectAltName\ s.
  You can now verify whether a connection or a certificate is valid for an IP address using service_identity.pyopenssl.verify_ip_address() and service_identity.cryptography.verify_certificate_ip_address().


(adam)
diff -r1.6 -r1.7 pkgsrc/security/py-service_identity/Makefile
diff -r1.4 -r1.5 pkgsrc/security/py-service_identity/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/security/py-service_identity/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-service_identity/Makefile 2017/05/29 11:22:51 1.6
+++ pkgsrc/security/py-service_identity/Makefile 2018/12/22 09:41:05 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2017/05/29 11:22:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2018/12/22 09:41:05 adam Exp $
2 2
3DISTNAME= service_identity-17.0.0 3DISTNAME= service_identity-18.1.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/service_identity 9HOMEPAGE= https://pypi.python.org/pypi/service_identity
10COMMENT= Service identity verification for pyOpenSSL 10COMMENT= Service identity verification for pyOpenSSL
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL 13DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL
14DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules 14DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
15DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs 15DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
16DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic 16DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic

cvs diff -r1.4 -r1.5 pkgsrc/security/py-service_identity/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-service_identity/distinfo 2017/05/29 11:22:51 1.4
+++ pkgsrc/security/py-service_identity/distinfo 2018/12/22 09:41:05 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/05/29 11:22:51 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2018/12/22 09:41:05 adam Exp $
2 2
3SHA1 (service_identity-17.0.0.tar.gz) = 63408ac8b2cfd70f3b31fdcfefc1414b5b965cbc 3SHA1 (service_identity-18.1.0.tar.gz) = 0134269b0229c470da5af6045877698061bc9b88
4RMD160 (service_identity-17.0.0.tar.gz) = 8e2d4645170c5d47251c182cc77351004c3635de 4RMD160 (service_identity-18.1.0.tar.gz) = 98fa0a949087bb2be14480d84779d4d723f82374
5SHA512 (service_identity-17.0.0.tar.gz) = 4ba35166b520bbeb391c047b5fcca1dbf137a65e0624c92a6b6c2229f9521627be95195a8e502cbcc5a887d904598b1f0e63b47f6a38ee9f78afe13278d692ec 5SHA512 (service_identity-18.1.0.tar.gz) = c1556e385035a8d43fd0e3960c0396b9d2536c5e3c7450b3669c8c9b8ff60b6a9d2f0282dc30c1fb46034b4abcb0ff6d74ed79f6bcc33f59035988ccaf3324d2
6Size (service_identity-17.0.0.tar.gz) = 23502 bytes 6Size (service_identity-18.1.0.tar.gz) = 21653 bytes