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

NB: No API change since v1.7.0

Fixes:

1) MINOR: Android add needed include file

2) MINOR: Allow build on GCC < 3.4

3) MINOR: Fix client problems recovering cleanly from SSL negotiation
failure

---------

tested on a -current snapshot from May 1st 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.9
diff -u -p -r1.9 Makefile
--- Makefile    29 Apr 2016 09:38:03 -0000      1.9
+++ Makefile    3 May 2016 14:42:22 -0000
@@ -4,7 +4,7 @@ COMMENT =               lightweight C library for fas
 
 GH_ACCOUNT =           warmcat
 GH_PROJECT =           libwebsockets
-V =                    1.7.6
+V =                    1.7.7
 GH_TAGNAME =           v$V
 
 SHARED_LIBS =          websockets 5.0 # 7
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libwebsockets/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    29 Apr 2016 09:38:03 -0000      1.7
+++ distinfo    3 May 2016 14:42:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebsockets-1.7.6.tar.gz) = 
tvc42FuqVo9wwWrXJIVdNGNVox8F+2K3Xn8rRdUE0v8=
-SIZE (libwebsockets-1.7.6.tar.gz) = 2914276
+SHA256 (libwebsockets-1.7.7.tar.gz) = 
qw3ZXgxICRQWcsIATmLAX9s39lfBQgEeA92cOHIML7I=
+SIZE (libwebsockets-1.7.7.tar.gz) = 2914634

Reply via email to