Date: Sun, 8 Nov 2020 14:35:33 +0000 (UTC) From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554469 - head/net/libwebsockets Message-ID: <202011081435.0A8EZXOW093508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Sun Nov 8 14:35:33 2020 New Revision: 554469 URL: https://svnweb.freebsd.org/changeset/ports/554469 Log: net/libwebsockets: update to 4.0.21 PR: 250805 Submitted by: Iblis Lin (maintainer) Reported by: s.dirkwinkel@beckhoff.com Modified: head/net/libwebsockets/Makefile head/net/libwebsockets/distinfo head/net/libwebsockets/pkg-plist Modified: head/net/libwebsockets/Makefile ============================================================================== --- head/net/libwebsockets/Makefile Sun Nov 8 14:31:17 2020 (r554468) +++ head/net/libwebsockets/Makefile Sun Nov 8 14:35:33 2020 (r554469) @@ -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 @@ -62,5 +64,11 @@ PLUGINS_CMAKE_ON= -DLWS_WITH_PLUGINS=ON \ 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> Modified: head/net/libwebsockets/distinfo ============================================================================== --- head/net/libwebsockets/distinfo Sun Nov 8 14:31:17 2020 (r554468) +++ head/net/libwebsockets/distinfo Sun Nov 8 14:35:33 2020 (r554469) @@ -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 Modified: head/net/libwebsockets/pkg-plist ============================================================================== --- head/net/libwebsockets/pkg-plist Sun Nov 8 14:31:17 2020 (r554468) +++ head/net/libwebsockets/pkg-plist Sun Nov 8 14:35:33 2020 (r554469) @@ -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_B 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081435.0A8EZXOW093508>