1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

net/libwebsockets: update to 4.0.21

PR:		250805
Submitted by:	Iblis Lin (maintainer)
Reported by:	s.dirkwinkel@beckhoff.com
This commit is contained in:
Mikael Urankar 2020-11-08 14:35:33 +00:00
parent 9f8af19cdd
commit bef16d3ef2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554469
3 changed files with 24 additions and 7 deletions

View File

@ -3,13 +3,13 @@
PORTNAME= libwebsockets
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.2
DISTVERSION= 4.0.21
CATEGORIES= net devel
MAINTAINER= iblis@hs.ntnu.edu.tw
COMMENT= C library for lightweight websocket clients and servers
LICENSE= LGPL21
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake pkgconfig ssl
@ -27,7 +27,7 @@ CMAKE_ARGS= -DLWS_WITHOUT_TESTAPPS=ON \
-DLWS_WITHOUT_TEST_CLIENT=ON
OPTIONS_DEFINE= HTTP2 HTTP_PROXY IPV6 LIBEV LIBUV UNIX_SOCK WEBSERVER PLUGINS \
SOCKS5
SOCKS5 MQTT SECURE_STREAMS
OPTIONS_DEFAULT=HTTP2 LIBUV
OPTIONS_SUB= yes
@ -36,6 +36,8 @@ HTTP_PROXY_DESC= HTTP proxy support
LIBUV_DESC= Asynchronous I/O support via libuv
UNIX_SOCK_DESC= Unix domain socket support
SOCKS5_DESC= Allow use of SOCKS5 proxy on client connections
MQTT_DESC= MQTT client support
SECURE_STREAMS_DESC= Secure Streams API support
HTTP2_CMAKE_ON= -DLWS_WITH_HTTP2=ON
@ -63,4 +65,10 @@ PLUGINS_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
SOCKS5_CMAKE_ON= -DLWS_WITH_SOCKS5=ON
MQTT_CMAKE_ON= -DLWS_ROLE_MQTT=ON
SECURE_STREAMS_CMAKE_ON=-DLWS_WITH_SECURE_STREAMS=ON \
-DLWS_WITH_SECURE_STREAMS_PROXY_API=ON \
-DLWS_WITH_SECURE_STREAMS_SYS_AUTH_API_AMAZON_COM=ON
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1590791127
SHA256 (warmcat-libwebsockets-v3.2.2_GH0.tar.gz) = 166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c
SIZE (warmcat-libwebsockets-v3.2.2_GH0.tar.gz) = 9867911
TIMESTAMP = 1603959557
SHA256 (warmcat-libwebsockets-v4.0.21_GH0.tar.gz) = 6ece1f422c6d38aabedec2476f2ac12e9aede8691b08137068ad85545ce3ff78
SIZE (warmcat-libwebsockets-v4.0.21_GH0.tar.gz) = 12342078

View File

@ -7,14 +7,18 @@ include/libwebsockets/abstract/transports.h
include/libwebsockets/abstract/transports/raw-skt.h
include/libwebsockets/abstract/transports/unit-test.h
include/libwebsockets/lws-adopt.h
include/libwebsockets/lws-async-dns.h
include/libwebsockets/lws-callbacks.h
include/libwebsockets/lws-cgi.h
include/libwebsockets/lws-client.h
include/libwebsockets/lws-context-vhost.h
include/libwebsockets/lws-dbus.h
include/libwebsockets/lws-detailed-latency.h
include/libwebsockets/lws-diskcache.h
include/libwebsockets/lws-dll2.h
include/libwebsockets/lws-dsh.h
include/libwebsockets/lws-esp32.h
include/libwebsockets/lws-freertos.h
include/libwebsockets/lws-fts.h
include/libwebsockets/lws-genaes.h
include/libwebsockets/lws-gencrypto.h
@ -30,6 +34,7 @@ include/libwebsockets/lws-lejp.h
include/libwebsockets/lws-logs.h
include/libwebsockets/lws-lwsac.h
include/libwebsockets/lws-misc.h
include/libwebsockets/lws-mqtt.h
include/libwebsockets/lws-network-helper.h
include/libwebsockets/lws-optee.h
include/libwebsockets/lws-plugin-generic-sessions.h
@ -37,10 +42,14 @@ include/libwebsockets/lws-protocols-plugins.h
include/libwebsockets/lws-purify.h
include/libwebsockets/lws-retry.h
include/libwebsockets/lws-ring.h
include/libwebsockets/lws-secure-streams-client.h
include/libwebsockets/lws-secure-streams-policy.h
include/libwebsockets/lws-secure-streams.h
include/libwebsockets/lws-sequencer.h
include/libwebsockets/lws-service.h
include/libwebsockets/lws-sha1-base64.h
include/libwebsockets/lws-spa.h
include/libwebsockets/lws-state.h
include/libwebsockets/lws-stats.h
include/libwebsockets/lws-struct.h
include/libwebsockets/lws-system.h
@ -63,7 +72,7 @@ lib/cmake/libwebsockets/LibwebsocketsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/libwebsockets/LibwebsocketsTargets.cmake
lib/libwebsockets.a
lib/libwebsockets.so
lib/libwebsockets.so.15
lib/libwebsockets.so.16
libdata/pkgconfig/libwebsockets.pc
libdata/pkgconfig/libwebsockets_static.pc
%%PLUGINS%%%%DATADIR%%-test-server/deaddrop/deaddrop.css