update www/uwebsockets to 20.14.0

diff from Aisha, thanks!

v20.14.0:
- Fixes a potential heap-use-after-free when finishing (tryEnd, end) an
  Http response within onWritable callback (captured variables are
  destroyed).
- Affects only users who stream large Http responses with the use of
  onWritable callback. If your application never sets an onWritable
  callback, then you're not affected.

v20.13.0:
- fixes a minor issue where the HTTP parser did not allow header values
  with bytes above 7-bit ASCII

v20.12.0:
- Safari 15.4 finally fixed
This commit is contained in:
op 2022-05-13 15:20:25 +00:00
parent cea23521c4
commit efd0906d4b
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ CATEGORIES = www
GH_ACCOUNT = uNetworking
GH_PROJECT = uWebSockets
GH_TAGNAME = v20.11.0
GH_TAGNAME = v20.14.0
MAINTAINER = Aisha Tammy <openbsd@aisha.cc>

View File

@ -1,2 +1,2 @@
SHA256 (uWebSockets-20.11.0.tar.gz) = JywDt/1Ph1xfYULtIeiaUcKRNjUzX9FMNBmeN+9DSo4=
SIZE (uWebSockets-20.11.0.tar.gz) = 750520
SHA256 (uWebSockets-20.14.0.tar.gz) = Fc+ZWESpMMmjZ0fo1xS5T/iGtoFLXU47PuF28FaBzMw=
SIZE (uWebSockets-20.14.0.tar.gz) = 751354