aisha <openbsd.po...@aisha.cc> wrote: > Hi, > Attached patch for updating www/uwebsockets to 20.14.0. > Only one consumer www/purritobin, same tests are still passing, so no > regression.
committed, thanks! (i've also bumped www/purritobin revision so it gets rebuilt since uwebsockets it's a header-only library) The changelog for 20.14.0 mentions "fixes a potential heap use-after-free when finishing an Http response within onWritable callback". Does this affect purritobin? Should this update be backported for -STABLE too? (I can do that eventually) Thanks, Omar Polo > Cheers, > Aisha > > diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile > index 6fcf8ee3986..378c0306883 100644 > --- a/www/uwebsockets/Makefile > +++ b/www/uwebsockets/Makefile > @@ -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 <open...@aisha.cc> > > diff --git a/www/uwebsockets/distinfo b/www/uwebsockets/distinfo > index c814e6b2e81..69f5fd2c3a1 100644 > --- a/www/uwebsockets/distinfo > +++ b/www/uwebsockets/distinfo > @@ -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