pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-h2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 21 09:57:57 UTC 2017

Modified Files:
        pkgsrc/www/py-h2: Makefile distinfo
Removed Files:
        pkgsrc/www/py-h2/patches: patch-setup.py

Log Message:
3.0.1:

Bugfixes
- CONTINUATION frames sent on closed streams previously caused stream errors
  of type STREAM_CLOSED. RFC 7540 § 6.10 requires that these be connection
  errors of type PROTOCOL_ERROR, and so this release changes to match that
  behaviour.
- Remote peers incrementing their inbound connection window beyond the maximum
  allowed value now cause stream-level errors, rather than connection-level
  errors, allowing connections to stay up longer.
- h2 now rejects receiving and sending request header blocks that are missing
  any of the mandatory pseudo-header fields (:path, :scheme, and :method).
- h2 now rejects receiving and sending request header blocks that have an empty
  :path pseudo-header value.
- h2 now rejects receiving and sending request header blocks that contain
  response-only pseudo-headers, and vice versa.
- h2 now correct respects user-initiated changes to the HEADER_TABLE_SIZE
  local setting, and ensures that if users shrink or increase the header
  table size it is policed appropriately.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-h2/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/www/py-h2/patches/patch-setup.py

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-h2/Makefile
diff -u pkgsrc/www/py-h2/Makefile:1.4 pkgsrc/www/py-h2/Makefile:1.5
--- pkgsrc/www/py-h2/Makefile:1.4       Fri Apr 14 13:10:13 2017
+++ pkgsrc/www/py-h2/Makefile   Wed Jun 21 09:57:57 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/04/14 13:10:13 leot Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/21 09:57:57 adam Exp $
 
-DISTNAME=      h2-2.5.2
+DISTNAME=      h2-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h2/}

Index: pkgsrc/www/py-h2/distinfo
diff -u pkgsrc/www/py-h2/distinfo:1.3 pkgsrc/www/py-h2/distinfo:1.4
--- pkgsrc/www/py-h2/distinfo:1.3       Fri Apr 14 13:10:13 2017
+++ pkgsrc/www/py-h2/distinfo   Wed Jun 21 09:57:57 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/04/14 13:10:13 leot Exp $
+$NetBSD: distinfo,v 1.4 2017/06/21 09:57:57 adam Exp $
 
-SHA1 (h2-2.5.2.tar.gz) = 20f11085faa4b88c5190949d79d7674fe65f62fe
-RMD160 (h2-2.5.2.tar.gz) = 6de354e7341500b02b032c87132b3a8b90fa202e
-SHA512 (h2-2.5.2.tar.gz) = cc7a013c9c48b9a62ad075a265f83e88f1b1fe6eb04a6e1e71b1d60bda2905c9994ceb0473c063149846f49a07477fb2ad7809e6f69f3f05550f58f252e8de04
-Size (h2-2.5.2.tar.gz) = 93755 bytes
-SHA1 (patch-setup.py) = f549406f993fee558347c0e1d7ff1fe4f4595a15
+SHA1 (h2-3.0.1.tar.gz) = cf645989412368f6c925145e9e97f946b4e20ee4
+RMD160 (h2-3.0.1.tar.gz) = 209dbe04edb223e4408f4730cb7e0ef13a21c79e
+SHA512 (h2-3.0.1.tar.gz) = 4206ed9b298477b02cb4ae6be3f3e421225f14b25c327a324544f8ffe2246b949d8f1f0171f2c6821afb32aa7a8c1ac976e1221217c0296d0e6ebea8877f4d02
+Size (h2-3.0.1.tar.gz) = 2208816 bytes



Home | Main Index | Thread Index | Old Index