diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-27 08:46:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-27 08:46:57 +0000 |
commit | 44f50d81f26967598d9239aabe0a119d42fb9e21 (patch) | |
tree | 2b8c1a3c631e59cbceeb679cf3af20347f2efdc7 /www/py-autobahn | |
parent | 2c9595d20c1ffe1fb27d95dd07d5f465073cc5b8 (diff) | |
download | pkgsrc-44f50d81f26967598d9239aabe0a119d42fb9e21.tar.gz |
py-autobahn: Update to 18.6.1.
Notably this version fixes the build with python37.
18.6.1
fix: implement abort argument for asyncio in
WebSocketAdapterProtocol._closeConnection (#1012)
18.5.2
fix: security (DoS amplification): a WebSocket server with permessage-deflate
turned on could be induced to waste extra memory through a "zip-bomb" style
attack. Setting a max-message-size will now stop deflating compressed data when
the max is reached (instead of consuming all compressed data first). This could
be used by a malicious client to make the server waste much more memory than
the bandwidth the client uses.
18.5.1
fix: asyncio/rawsocket buffer processing
fix: example failures due to pypy longer startup time (#996)
fix: add on_welcome for AuthWampCra (#992)
fix: make run() of multiple components work on Windows (#986)
new: max_retries now defaults to -1 ("try forever")
Diffstat (limited to 'www/py-autobahn')
-rw-r--r-- | www/py-autobahn/Makefile | 4 | ||||
-rw-r--r-- | www/py-autobahn/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index ca0548ad744..62e734791fd 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/04/14 09:10:46 adam Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/27 08:46:57 jperkin Exp $ -DISTNAME= autobahn-18.4.1 +DISTNAME= autobahn-18.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo index f26f71834d4..41f13ebe439 100644 --- a/www/py-autobahn/distinfo +++ b/www/py-autobahn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/04/14 09:10:46 adam Exp $ +$NetBSD: distinfo,v 1.12 2018/07/27 08:46:57 jperkin Exp $ -SHA1 (autobahn-18.4.1.tar.gz) = 79521a9fd4369c4c018e6a5c4dd2176a06ddb45e -RMD160 (autobahn-18.4.1.tar.gz) = 4dccc0b8d7dbf34ce28a852b6bc7d0e455368d9c -SHA512 (autobahn-18.4.1.tar.gz) = 67c9f576131a053e8e189ad82ab00e9212dac319c4de14ef44e85d1018d596f244ea945b10b593c63ff05391733fe1f72cc47597ea79d0a409e7cf85a4a6369f -Size (autobahn-18.4.1.tar.gz) = 224355 bytes +SHA1 (autobahn-18.6.1.tar.gz) = 587fa15a28dff24ac3418b1d7567bd5d01831c63 +RMD160 (autobahn-18.6.1.tar.gz) = bf62bc062b1c0622507b5fc653a66001eeb3705c +SHA512 (autobahn-18.6.1.tar.gz) = d1f525ba334d73e5e917044c4c23142293af0027261a12efd6d1446dea4ca8184030bfaa42db308d8bf3c0bb72e54bb424c55db18118aa3c888b7216757c5345 +Size (autobahn-18.6.1.tar.gz) = 224987 bytes |