Hi ports@ Straightforward port bump but I'm NOT upping the major. The port was checked with the abi-compliance-checker and by comparing symbols obtained from: nm -g oldlib.so.X.Y | cut -c10- | grep -e^T nm -g newlib.so.X.Y | cut -c10- | grep -e^T
Upstream Changelog --------- v1.7.8 ====== NB: No API change since v1.7.0 Fixes: 1) MINOR: user_space arg was mistakenly NULL on LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER 2) MINOR: treating recv() returning 0 as peer close destroyed throughput on ab tests, reverted 3) MINOR: %3d on URL part was always turned to _... this should only happen in ?na%3dme=x part of the URL 4) MINOR: some malloc escaped check for NULL / OOM --------- tested on a -current snapshot from May 15th 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.10 diff -u -p -r1.10 Makefile --- Makefile 3 May 2016 15:34:35 -0000 1.10 +++ Makefile 17 May 2016 00:24:55 -0000 @@ -4,7 +4,7 @@ COMMENT = lightweight C library for fas GH_ACCOUNT = warmcat GH_PROJECT = libwebsockets -V = 1.7.7 +V = 1.7.8 GH_TAGNAME = v$V SHARED_LIBS = websockets 5.0 # 7 Index: distinfo =================================================================== RCS file: /cvs/ports/www/libwebsockets/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 3 May 2016 15:34:35 -0000 1.8 +++ distinfo 17 May 2016 00:24:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (libwebsockets-1.7.7.tar.gz) = qw3ZXgxICRQWcsIATmLAX9s39lfBQgEeA92cOHIML7I= -SIZE (libwebsockets-1.7.7.tar.gz) = 2914634 +SHA256 (libwebsockets-1.7.8.tar.gz) = WYCe1J4RQ5M9eheLkuAdstyaaLVYL6pCUiTaw7gTx0Q= +SIZE (libwebsockets-1.7.8.tar.gz) = 2914823
