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

NB: No API change since v1.7.0

Fixes
-----

1) MINOR: fix build with musl C library

2) MINOR: libuv handle signals only if requested

3) MINOR: Fix compile warning if HTTP2 + RELEASE + ALPN-capable SSL

4) MINOR: produce and package
          %{_libdir}/cmake/libwebsockets/LibwebsocketsTargets.cmake

5) MAJOR: make permessage-deflate enforce protocol rx buffer size requirement

---------

tested on a -current snapshot from Apr 5th 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.7
diff -u -p -r1.7 Makefile
--- Makefile    27 Mar 2016 18:03:36 -0000      1.7
+++ Makefile    14 Apr 2016 22:04:39 -0000
@@ -4,10 +4,10 @@ COMMENT =             lightweight C library for fas
 
 GH_ACCOUNT =           warmcat
 GH_PROJECT =           libwebsockets
-V =                    1.7.4
+V =                    1.7.5
 GH_TAGNAME =           v$V
 
-SHARED_LIBS =          websockets 4.0 # 7
+SHARED_LIBS =          websockets 5.0 # 7
 
 CATEGORIES =           www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libwebsockets/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    27 Mar 2016 18:03:36 -0000      1.5
+++ distinfo    14 Apr 2016 22:04:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebsockets-1.7.4.tar.gz) = 
jZmqNpy5crl1IKQCcAhr3iRkX6/C3q9szKk3U2kaei8=
-SIZE (libwebsockets-1.7.4.tar.gz) = 2910794
+SHA256 (libwebsockets-1.7.5.tar.gz) = 
6R9Z+2I4RitP/f7ySCI5VYuKAhmMnGB26z+G6xxOk10=
+SIZE (libwebsockets-1.7.5.tar.gz) = 2911975

Reply via email to