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:   adam
Date:           Sat Dec 22 09:41:05 UTC 2018

Modified Files:
        pkgsrc/security/py-service_identity: Makefile distinfo

Log Message:
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().


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-service_identity/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/security/py-service_identity/Makefile:1.7
--- pkgsrc/security/py-service_identity/Makefile:1.6    Mon May 29 11:22:51 2017
+++ pkgsrc/security/py-service_identity/Makefile        Sat Dec 22 09:41:05 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/05/29 11:22:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/12/22 09:41:05 adam Exp $
 
-DISTNAME=      service_identity-17.0.0
+DISTNAME=      service_identity-18.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/service_identity/}

Index: pkgsrc/security/py-service_identity/distinfo
diff -u pkgsrc/security/py-service_identity/distinfo:1.4 pkgsrc/security/py-service_identity/distinfo:1.5
--- pkgsrc/security/py-service_identity/distinfo:1.4    Mon May 29 11:22:51 2017
+++ pkgsrc/security/py-service_identity/distinfo        Sat Dec 22 09:41:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/05/29 11:22:51 wiz Exp $
+$NetBSD: distinfo,v 1.5 2018/12/22 09:41:05 adam Exp $
 
-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
+SHA1 (service_identity-18.1.0.tar.gz) = 0134269b0229c470da5af6045877698061bc9b88
+RMD160 (service_identity-18.1.0.tar.gz) = 98fa0a949087bb2be14480d84779d4d723f82374
+SHA512 (service_identity-18.1.0.tar.gz) = c1556e385035a8d43fd0e3960c0396b9d2536c5e3c7450b3669c8c9b8ff60b6a9d2f0282dc30c1fb46034b4abcb0ff6d74ed79f6bcc33f59035988ccaf3324d2
+Size (service_identity-18.1.0.tar.gz) = 21653 bytes



Home | Main Index | Thread Index | Old Index