Hi ports@

Updaating libwebsockets to the new 2.0.2 release. Be aware that it's
not backwards compatible with the 1.7 branch.

https://libwebsockets.org/lws-2.0-new-features.html

Upstream Changelog
---------

Very large this time so will just paste a link:

https://github.com/warmcat/libwebsockets/blob/v2.0-stable/changelog

---------

tested on a -current amd64 snapshot 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.11
diff -u -p -r1.11 Makefile
--- Makefile    25 May 2016 16:40:13 -0000      1.11
+++ Makefile    18 Jun 2016 13:30:02 -0000
@@ -4,10 +4,10 @@ COMMENT =             lightweight C library for fas
 
 GH_ACCOUNT =           warmcat
 GH_PROJECT =           libwebsockets
-V =                    1.7.8
+V =                    2.0.2
 GH_TAGNAME =           v$V
 
-SHARED_LIBS =          websockets 5.0 # 7
+SHARED_LIBS =          websockets 6.0 # 8
 
 CATEGORIES =           www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libwebsockets/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    25 May 2016 16:40:13 -0000      1.9
+++ distinfo    18 Jun 2016 13:30:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebsockets-1.7.8.tar.gz) = 
WYCe1J4RQ5M9eheLkuAdstyaaLVYL6pCUiTaw7gTx0Q=
-SIZE (libwebsockets-1.7.8.tar.gz) = 2914823
+SHA256 (libwebsockets-2.0.2.tar.gz) = 
Q4ZWBN69BmhqxNjQeDl2xOEN1RnM1clOG1OHjsYXilk=
+SIZE (libwebsockets-2.0.2.tar.gz) = 2998706

Reply via email to