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:           Sat Aug 12 12:59:54 UTC 2023

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

Log Message:
py-tornado: updated to 6.3.3

What's new in Tornado 6.3.3

Security improvements

- The ``Content-Length`` header and ``chunked`` ``Transfer-Encoding`` sizes are now parsed
  more strictly (according to the relevant RFCs) to avoid potential request-smuggling
  vulnerabilities when deployed behind certain proxies.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.25 -r1.26 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.33 pkgsrc/www/py-tornado/Makefile:1.34
--- pkgsrc/www/py-tornado/Makefile:1.33 Tue May 16 10:20:23 2023
+++ pkgsrc/www/py-tornado/Makefile      Sat Aug 12 12:59:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/05/16 10:20:23 adam Exp $
+# $NetBSD: Makefile,v 1.34 2023/08/12 12:59:54 adam Exp $
 
-DISTNAME=      tornado-6.3.2
+DISTNAME=      tornado-6.3.3
 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.25 pkgsrc/www/py-tornado/distinfo:1.26
--- pkgsrc/www/py-tornado/distinfo:1.25 Tue May 16 10:20:23 2023
+++ pkgsrc/www/py-tornado/distinfo      Sat Aug 12 12:59:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/05/16 10:20:23 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/08/12 12:59:54 adam Exp $
 
-BLAKE2s (tornado-6.3.2.tar.gz) = e6006b40d69a55ee055a8d2ad6b87b54916519ec33dead4e64ccf152e34a50ec
-SHA512 (tornado-6.3.2.tar.gz) = cd4be43672dcf0814536ad1b2b1dde045f25494a9f70facf0dbae5d3a71b112d0dbca235916948982922975d0d4c58efff880c0b432db382f58f25d65ef18c92
-Size (tornado-6.3.2.tar.gz) = 508776 bytes
+BLAKE2s (tornado-6.3.3.tar.gz) = cced5ba8789f1d0102dbb16a6c149096c444664956f7385459ec93716b3b4aec
+SHA512 (tornado-6.3.3.tar.gz) = 3d4b0f933f09b8f8d5de5f93662de73d97a0ed98f5b56e0810d803d537092c74e89315dc9aaa0af85f91e18eca64cf429f6f73bce29523ce56738398fa24a597
+Size (tornado-6.3.3.tar.gz) = 509872 bytes



Home | Main Index | Thread Index | Old Index