pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-h11
Module Name: pkgsrc
Committed By: adam
Date: Fri May 31 17:37:17 UTC 2019
Modified Files:
pkgsrc/www/py-h11: Makefile distinfo
Log Message:
py-h11: updated to 0.9.0
v0.9.0:
Bug fixes:
* Allow a broader range of characters in header values. This violates
the RFC, but is apparently required for compatibility with
real-world code, like Google Analytics cookies
* Validate incoming and outgoing request paths for invalid
characters. This prevents a variety of potential security issues
that have affected other HTTP clients.
* Force status codes to be integers, thereby allowing stdlib
HTTPStatus IntEnums to be used when constructing responses
Other changes:
* Make all sentinel values inspectable by IDEs, and split
SEND_BODY_DONE into SEND_BODY, and DONE
* Drop support for Python 3.3.
* LocalProtocolError raised in start_next_cycle now shows states for
more informative errors
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-h11/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-h11/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-h11/Makefile
diff -u pkgsrc/www/py-h11/Makefile:1.4 pkgsrc/www/py-h11/Makefile:1.5
--- pkgsrc/www/py-h11/Makefile:1.4 Mon May 14 08:05:12 2018
+++ pkgsrc/www/py-h11/Makefile Fri May 31 17:37:17 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/05/14 08:05:12 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/31 17:37:17 adam Exp $
-DISTNAME= h11-0.8.1
+DISTNAME= h11-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
Index: pkgsrc/www/py-h11/distinfo
diff -u pkgsrc/www/py-h11/distinfo:1.3 pkgsrc/www/py-h11/distinfo:1.4
--- pkgsrc/www/py-h11/distinfo:1.3 Mon May 14 08:05:12 2018
+++ pkgsrc/www/py-h11/distinfo Fri May 31 17:37:17 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/05/14 08:05:12 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/31 17:37:17 adam Exp $
-SHA1 (h11-0.8.1.tar.gz) = ec078eb027c5f0bfa93808e5d2b72478e067d398
-RMD160 (h11-0.8.1.tar.gz) = 925c8752788b45f979bc248a3c4232f431f740fc
-SHA512 (h11-0.8.1.tar.gz) = 3310dcd8552de4440ed9669fd37b3fc4d76073a9801decb705bceee3c1e98ff83470bd124ecf36e1ec3457ff2fb4da6f4fbf077daa810c28ab73044dfab709d4
-Size (h11-0.8.1.tar.gz) = 94009 bytes
+SHA1 (h11-0.9.0.tar.gz) = 4ca7fc017391903b14340631cece458d7a4bcba1
+RMD160 (h11-0.9.0.tar.gz) = aee8cd8e49a80520990d1761074198fe880700d6
+SHA512 (h11-0.9.0.tar.gz) = fb323ebf0cc95d89bb7e73cf1f393d2588961ed6dd95630ad692e36f15141ae1de7a0bfe3ef2855f0e9b7c8cf2abba5cf808547bb4bb4d10ebb525122ac63d4a
+Size (h11-0.9.0.tar.gz) = 93331 bytes
Home |
Main Index |
Thread Index |
Old Index