pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-tornado



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  9 14:58:14 UTC 2026

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

Log Message:
py-tornado: updated to 6.5.7

What's new in Tornado 6.5.7

Security fixes

- ``CurlAsyncHTTPClient`` now fully resets the curl object before reusing it. This prevents
  incorrectly reusing options from a previous request, specifically including client SSL and
  credentials used for accessing proxies. Thanks to `Koh Jun Sheng <https://github.com/seankohjs>`_
  for reporting this issue.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-tornado/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-tornado/Makefile
diff -u pkgsrc/www/py-tornado/Makefile:1.48 pkgsrc/www/py-tornado/Makefile:1.49
--- pkgsrc/www/py-tornado/Makefile:1.48 Thu May 28 11:51:53 2026
+++ pkgsrc/www/py-tornado/Makefile      Tue Jun  9 14:58:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2026/05/28 11:51:53 adam Exp $
+# $NetBSD: Makefile,v 1.49 2026/06/09 14:58:14 adam Exp $
 
-DISTNAME=      tornado-6.5.6
+DISTNAME=      tornado-6.5.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tornado/}

Index: pkgsrc/www/py-tornado/distinfo
diff -u pkgsrc/www/py-tornado/distinfo:1.36 pkgsrc/www/py-tornado/distinfo:1.37
--- pkgsrc/www/py-tornado/distinfo:1.36 Thu May 28 11:51:53 2026
+++ pkgsrc/www/py-tornado/distinfo      Tue Jun  9 14:58:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2026/05/28 11:51:53 adam Exp $
+$NetBSD: distinfo,v 1.37 2026/06/09 14:58:14 adam Exp $
 
-BLAKE2s (tornado-6.5.6.tar.gz) = 90451f63dd9805a810c9c861b33ce43000d73fca5973a84a4cf51c6ad49fa913
-SHA512 (tornado-6.5.6.tar.gz) = 7618d73a0bab94f91624ad9279368e0f4ec87de6139cfc9c0efff491eeced4d57310422754c629e5ea58a3c86902f8916ebe0f0989d509c56333680ac6a2bb03
-Size (tornado-6.5.6.tar.gz) = 518139 bytes
+BLAKE2s (tornado-6.5.7.tar.gz) = 424560d8cd049d175a2b019e191f05481b2ba36fc4dca3e21e84ba17a9f258ae
+SHA512 (tornado-6.5.7.tar.gz) = bd9790da5dc84580710cc74cda0f8f691ff0af845e9e4b47c431333aae5107d808f8a3a82155d4cddefb86f4c516f3a2bef15edcb19d743b936d20d101db7cf1
+Size (tornado-6.5.7.tar.gz) = 519252 bytes



Home | Main Index | Thread Index | Old Index