Hi ports@ Straightforward port bump but I'm NOT upping the major this time. 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.6 ====== NB: No API change since v1.7.0 Fixes ----- 1) MINOR: libuv-specific fixes 2) MINOR: urldecode forbids malformed %xx in the library 3) MINOR: small fixes for Android and Windows 4) MINOR: handle 0 read() as closed connection --------- tested on a -current snapshot from Apr 24th 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.8 diff -u -p -r1.8 Makefile --- Makefile 14 Apr 2016 23:59:55 -0000 1.8 +++ Makefile 28 Apr 2016 22:42:42 -0000 @@ -4,7 +4,7 @@ COMMENT = lightweight C library for fas GH_ACCOUNT = warmcat GH_PROJECT = libwebsockets -V = 1.7.5 +V = 1.7.6 GH_TAGNAME = v$V SHARED_LIBS = websockets 5.0 # 7 Index: distinfo =================================================================== RCS file: /cvs/ports/www/libwebsockets/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 14 Apr 2016 23:59:55 -0000 1.6 +++ distinfo 28 Apr 2016 22:42:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (libwebsockets-1.7.5.tar.gz) = 6R9Z+2I4RitP/f7ySCI5VYuKAhmMnGB26z+G6xxOk10= -SIZE (libwebsockets-1.7.5.tar.gz) = 2911975 +SHA256 (libwebsockets-1.7.6.tar.gz) = tvc42FuqVo9wwWrXJIVdNGNVox8F+2K3Xn8rRdUE0v8= +SIZE (libwebsockets-1.7.6.tar.gz) = 2914276