pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-idna



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  1 13:43:48 UTC 2026

Modified Files:
        pkgsrc/www/py-idna: Makefile distinfo

Log Message:
py-idna: update to 3.17.

## 3.17 (2026-05-28)

- Substantial 75% reduction in memory usage through new data
  structures and some optimization in processing speed.
- Added a general 1024-character input length cap to the public
  validation, conversion, and codec entry points. This is well above
  any legitimate domain or label and guards against pathological
  inputs.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-idna/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-idna/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-idna/Makefile
diff -u pkgsrc/www/py-idna/Makefile:1.27 pkgsrc/www/py-idna/Makefile:1.28
--- pkgsrc/www/py-idna/Makefile:1.27    Sun May 24 18:39:57 2026
+++ pkgsrc/www/py-idna/Makefile Mon Jun  1 13:43:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/05/24 18:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2026/06/01 13:43:48 wiz Exp $
 
-DISTNAME=      idna-3.16
+DISTNAME=      idna-3.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}

Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.25 pkgsrc/www/py-idna/distinfo:1.26
--- pkgsrc/www/py-idna/distinfo:1.25    Sun May 24 18:39:57 2026
+++ pkgsrc/www/py-idna/distinfo Mon Jun  1 13:43:48 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2026/05/24 18:39:57 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/06/01 13:43:48 wiz Exp $
 
-BLAKE2s (idna-3.16.tar.gz) = b6e28b8ae26b58c60d52d3573c74d560b29b209e010055477c18a0a01779ac50
-SHA512 (idna-3.16.tar.gz) = abeff925d95de523a393b460b5865bed8871c670149f8229adb06d49c08459ff2c2f317c49f614b03218fa11b4ec1f1b6fa2d407a634711506b8f166d4aa6020
-Size (idna-3.16.tar.gz) = 203770 bytes
+BLAKE2s (idna-3.17.tar.gz) = 87218e158fdc7bf7283ab31358de806500775d65c22da981eb846912601d3f8d
+SHA512 (idna-3.17.tar.gz) = ac5e4566f7d594ea518d0871c77d00531dca2805cfb69d65b70c37e81d2ae2792ef69b714ce0f174aa5cfd5c21d66951bf04ecead595453780c9aba33336e936
+Size (idna-3.17.tar.gz) = 196048 bytes



Home | Main Index | Thread Index | Old Index