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.4
======

NB: No API change since v1.7.0

Fixes
-----

1) MINOR: don't send ext hdr if no exts to discuss

2) MINOR: libuv + libev small fixes

3) MINOR: some windows build environments have no snprintf

4) MINOR: cmake adapts better to ecdh.h cmake situation

5) MINOR: client missed WSI_CREATE callback

6) MINOR: base64 decode api worked fine for all ws key handling, however
it was broken for some general decode if user code wanted to use it.

7) MINOR: add optimized parsing path for bulk incoming ws data

---------------

tested on a -current snapshot from Mar 25th 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.6
diff -u -p -r1.6 Makefile
--- Makefile    7 Mar 2016 23:05:07 -0000       1.6
+++ Makefile    26 Mar 2016 17:35:09 -0000
@@ -4,10 +4,10 @@ COMMENT =             lightweight C library for fas
 
 GH_ACCOUNT =           warmcat
 GH_PROJECT =           libwebsockets
-V =                    1.7.3
+V =                    1.7.4
 GH_TAGNAME =           v$V
 
-SHARED_LIBS =          websockets 3.0 # 7
+SHARED_LIBS =          websockets 4.0 # 7
 
 CATEGORIES =           www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libwebsockets/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    7 Mar 2016 23:05:07 -0000       1.4
+++ distinfo    26 Mar 2016 17:35:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebsockets-1.7.3.tar.gz) = 
xvMnLX4CNKnvkrOGIvNsQWbu3kIl42/k943SreA+nFI=
-SIZE (libwebsockets-1.7.3.tar.gz) = 2908785
+SHA256 (libwebsockets-1.7.4.tar.gz) = 
jZmqNpy5crl1IKQCcAhr3iRkX6/C3q9szKk3U2kaei8=
+SIZE (libwebsockets-1.7.4.tar.gz) = 2910794

Reply via email to