Hi ports@ Straightforward port bump but I'm upping the major as I don't trust upstream that much on the ABI promise.
Upstream Changelog --------- v1.7.3 ====== NB: No API change since v1.7.0 Fixes ----- 1) MAJOR connections on ah waiting list that closed did not get removed from the waiting list... 2) MAJOR since we added the ability to hold an ah across http keepalive transactions where more headers had already arrived, we broke the ability to tell if more headers had arrived. Result was if the browser didn't close the keepalive, we retained ah for the lifetime of the keepalive, using up the pool. 3) MAJOR windows-only-POLLHUP was not coming 4) Fix build on NetBSD --------------- tested on a -current snapshot from Mar 6th amd64 compiled against a closed source koparo.com product. Any feedback, OKs? Regards, Adam Index: Makefile =================================================================== RCS file: /cvs/ports/www/libwebsockets/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 27 Feb 2016 22:31:46 -0000 1.5 +++ Makefile 7 Mar 2016 20:57:25 -0000 @@ -4,10 +4,10 @@ COMMENT = lightweight C library for fas GH_ACCOUNT = warmcat GH_PROJECT = libwebsockets -V = 1.7.2 +V = 1.7.3 GH_TAGNAME = v$V -SHARED_LIBS = websockets 2.0 # 7 +SHARED_LIBS = websockets 3.0 # 7 CATEGORIES = www Index: distinfo =================================================================== RCS file: /cvs/ports/www/libwebsockets/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 27 Feb 2016 22:31:46 -0000 1.3 +++ distinfo 7 Mar 2016 20:57:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (libwebsockets-1.7.2.tar.gz) = h/nlNl8k99rmWhtpf1jDPzM5S5Gal9MZOZOpZv/V/tU= -SIZE (libwebsockets-1.7.2.tar.gz) = 2908161 +SHA256 (libwebsockets-1.7.3.tar.gz) = xvMnLX4CNKnvkrOGIvNsQWbu3kIl42/k943SreA+nFI= +SIZE (libwebsockets-1.7.3.tar.gz) = 2908785
