On Sat Nov 25, 2017 at 10:28:25PM +0100, Adam Wolk wrote: > On Sat, Nov 25, 2017 at 10:19:32PM +0100, Adam Wolk wrote: > > Hi ports@ > > > > bump for libwebsockets attached. > > > > Port changes: > > - LWS_WITHOUT_TEST_SERVER added and removing ssh > > test keys in post-install. This is needed to prevent > > the keys from being generated and installed. The > > issue has been reported upstream with a patch, the > > changes here are a workaround as I don't want to > > create the patches folder just for that reason. > > > > https://github.com/warmcat/libwebsockets/issues/1108 > > https://github.com/warmcat/libwebsockets/pull/1109 > > > > - regenerated PLIST > > - bump SO > > > > Upstream changelog: > > https://github.com/warmcat/libwebsockets/blob/v2.4-stable/changelog > > > > tested on a -current amd64 snapshot compiled against a > > closed source koparo.com product. > > > > Any feedback, OKs? > > > > Regards, > > Adam > > Right after sending the above I noticed there was a 2.4.1. > Here's a bumped diff for that patch release. >
> Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/libwebsockets/Makefile,v > retrieving revision 1.14 > diff -u -p -r1.14 Makefile > --- Makefile 13 Sep 2017 09:04:43 -0000 1.14 > +++ Makefile 25 Nov 2017 21:27:14 -0000 > @@ -4,10 +4,10 @@ COMMENT = lightweight C library for fas > > GH_ACCOUNT = warmcat > GH_PROJECT = libwebsockets > -V = 2.3.0 > +V = 2.4.1 > GH_TAGNAME = v$V $V makes no sense to me