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: Wed Jun 3 09:30:20 UTC 2026
Modified Files:
pkgsrc/security/py-service_identity: Makefile distinfo
Log Message:
py-service_identity: updated to 26.1.0
26.1.0
Added
- Python 3.14 and 3.15 are now officially supported.
Changed
- *service-identity* now uses *cryptography*'s Rust-based ASN.1 decoder and doesn't depend on *pyasn1* and *pyasn1-modules* anymore.
As a result, the oldest supported pyOpenSSL backend combination is now *pyOpenSSL* 26.1.0 with *cryptography* 47.0.0.
Fixed
- Verifying a single-label hostname (e.g. `localhost`) against a wildcard certificate pattern now raises `VerificationError` cleanly instead of crashing with an opaque `ValueError`.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-service_identity/Makefile
cvs rdiff -u -r1.11 -r1.12 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.17 pkgsrc/security/py-service_identity/Makefile:1.18
--- pkgsrc/security/py-service_identity/Makefile:1.17 Mon Nov 25 12:39:47 2024
+++ pkgsrc/security/py-service_identity/Makefile Wed Jun 3 09:30:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/25 12:39:47 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/06/03 09:30:20 adam Exp $
-DISTNAME= service_identity-24.2.0
+DISTNAME= service_identity-26.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/}
@@ -10,16 +10,13 @@ HOMEPAGE= https://pypi.python.org/pypi/s
COMMENT= Service identity verification for pyOpenSSL
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
-DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.1.0:../../devel/py-attrs
-# optional, but let's depend on it
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=47:../../security/py-cryptography
+# idna
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-PYTHON_VERSIONED_DEPENDENCIES+= cryptography
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-service_identity/distinfo
diff -u pkgsrc/security/py-service_identity/distinfo:1.11 pkgsrc/security/py-service_identity/distinfo:1.12
--- pkgsrc/security/py-service_identity/distinfo:1.11 Mon Nov 25 12:39:47 2024
+++ pkgsrc/security/py-service_identity/distinfo Wed Jun 3 09:30:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/11/25 12:39:47 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/06/03 09:30:20 adam Exp $
-BLAKE2s (service_identity-24.2.0.tar.gz) = d2fe30949f4c6e11bfc8afb10fd90be0f73c6ab89e0d9c7fa2175f85a8f47f5f
-SHA512 (service_identity-24.2.0.tar.gz) = 8dc475b965e5e33f2c9b5587b7b91351c8b424e2ebb89ab8cf7fe159798d26912b16bcff9bc6151606e319c32a7e53a3852fafd7c7bccdbf1d6ac93c2f9dda03
-Size (service_identity-24.2.0.tar.gz) = 39245 bytes
+BLAKE2s (service_identity-26.1.0.tar.gz) = bd88f0e56ae8c6a278ed7aa42f9df072a83d3e22245bdde2c519514d65b0b04a
+SHA512 (service_identity-26.1.0.tar.gz) = cc86fd09a6c3960c2de80fcdcce1212938518897699e96bc78e8366186e2d0585bc608e6e1b0b33ce36ee4df2206ad2a6c38fb42b1c04c8ef2b1090c43302041
+Size (service_identity-26.1.0.tar.gz) = 42898 bytes
Home |
Main Index |
Thread Index |
Old Index