pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-aioquic
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 6 08:42:07 UTC 2024
Modified Files:
pkgsrc/www/py-aioquic: Makefile distinfo
Log Message:
py-aioquic: updated to 1.2.0
1.2.0
Add support for compatible version handling as defined in RFC 9368.
Add support for QUIC Version 2, as defined in RFC 9369.
Drop support for draft QUIC versions which were obsoleted by RFC 9000.
Improve datagram padding to allow better packet coalescing and reduce the number of roundtrips during connection establishement.
Fix server anti-amplification checks during address validation to take into account invalid packets, such as datagram-level padding.
Allow asyncio clients to make efficient use of 0-RTT by passing wait_connected=False to connect().
Add command-line arguments to the http3_client example for client certificates and negotiating QUIC Version 2.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-aioquic/Makefile \
pkgsrc/www/py-aioquic/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-aioquic/Makefile
diff -u pkgsrc/www/py-aioquic/Makefile:1.3 pkgsrc/www/py-aioquic/Makefile:1.4
--- pkgsrc/www/py-aioquic/Makefile:1.3 Thu Jun 27 11:34:41 2024
+++ pkgsrc/www/py-aioquic/Makefile Tue Aug 6 08:42:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/06/27 11:34:41 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/06 08:42:07 adam Exp $
-DISTNAME= aioquic-1.1.0
+DISTNAME= aioquic-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aioquic/}
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=22:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=24:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-cryptography>=42.0.0:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-pylsqpack>=0.3.3:../../www/py-pylsqpack
Index: pkgsrc/www/py-aioquic/distinfo
diff -u pkgsrc/www/py-aioquic/distinfo:1.3 pkgsrc/www/py-aioquic/distinfo:1.4
--- pkgsrc/www/py-aioquic/distinfo:1.3 Thu Jun 27 11:34:41 2024
+++ pkgsrc/www/py-aioquic/distinfo Tue Aug 6 08:42:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/06/27 11:34:41 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/08/06 08:42:07 adam Exp $
-BLAKE2s (aioquic-1.1.0.tar.gz) = ef2cba859ffb8510385748cb45f202ea7b9a3f9b8271fcf96cb3cb1de32ead16
-SHA512 (aioquic-1.1.0.tar.gz) = cd0cbe1ccc5ead339f286ea81e569789f8c85d8d84f2c500a221210ad3d87a14f7917568dedf9fdb7f0553df2af13f290f3f2860bead5b273282d3cf685e8fd9
-Size (aioquic-1.1.0.tar.gz) = 177245 bytes
+BLAKE2s (aioquic-1.2.0.tar.gz) = 3c5f5efacec6b123f5935fbb1caa26c29791fbc64ae0e232745be9b40219884c
+SHA512 (aioquic-1.2.0.tar.gz) = 6833a19e52ac702a3ae12fdfa3dcd3011125e38d9c16ae88881533f6c607d61c6eac43215eae80c75513d616432a98d124fc92545d63697159658e611af50ee9
+Size (aioquic-1.2.0.tar.gz) = 179891 bytes
Home |
Main Index |
Thread Index |
Old Index