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:           Fri Nov 22 08:25:28 UTC 2024

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

Log Message:
py-tornado: updated to 6.4.2

What's new in Tornado 6.4.2

Security Improvements

- Parsing of the cookie header is now much more efficient. The older algorithm sometimes had
  quadratic performance which allowed for a denial-of-service attack in which the server would spend
  excessive CPU time parsing cookies and block the event loop. This change fixes CVE-2024-7592.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.28 -r1.29 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.37 pkgsrc/www/py-tornado/Makefile:1.38
--- pkgsrc/www/py-tornado/Makefile:1.37 Mon Nov 11 07:29:28 2024
+++ pkgsrc/www/py-tornado/Makefile      Fri Nov 22 08:25:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/11/11 07:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/11/22 08:25:28 adam Exp $
 
-DISTNAME=      tornado-6.4.1
+DISTNAME=      tornado-6.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tornado/}
@@ -12,7 +12,5 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-tornado/distinfo
diff -u pkgsrc/www/py-tornado/distinfo:1.28 pkgsrc/www/py-tornado/distinfo:1.29
--- pkgsrc/www/py-tornado/distinfo:1.28 Fri Jun  7 05:33:07 2024
+++ pkgsrc/www/py-tornado/distinfo      Fri Nov 22 08:25:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/06/07 05:33:07 adam Exp $
+$NetBSD: distinfo,v 1.29 2024/11/22 08:25:28 adam Exp $
 
-BLAKE2s (tornado-6.4.1.tar.gz) = 52e5f3b2213ce5cc8c1bb78f961d91f2f560d822c3830bea661f3e376882e9c8
-SHA512 (tornado-6.4.1.tar.gz) = 294b4fff8a6d1b9592d355f7faf78f1a94a2aaea1b54414b7e81884b8d4069713a28f6105ae36f27be78abf4c47a1fceab3801bc92b5429374f7a534f104c437
-Size (tornado-6.4.1.tar.gz) = 500623 bytes
+BLAKE2s (tornado-6.4.2.tar.gz) = b1fadb3673f9ea2e4638f9482707f13a4e86e9715e3cefe5f2318e1d420a9264
+SHA512 (tornado-6.4.2.tar.gz) = 4f4556f0f7db8e13a101254693f92841374114912960d9874948548452cc9b38933292c0e37971fb151a4d9dbcf5ed7563c1505e090a1aef306f1c46f351534d
+Size (tornado-6.4.2.tar.gz) = 501135 bytes



Home | Main Index | Thread Index | Old Index