From owner-dev-commits-ports-all@freebsd.org Mon Sep 6 14:46:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C74B67660D; Mon, 6 Sep 2021 14:46:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H3B6W0M1Gz3pvp; Mon, 6 Sep 2021 14:46:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E18BF20C81; Mon, 6 Sep 2021 14:46:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 186EkAmR073542; Mon, 6 Sep 2021 14:46:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 186EkAoJ073541; Mon, 6 Sep 2021 14:46:10 GMT (envelope-from git) Date: Mon, 6 Sep 2021 14:46:10 GMT Message-Id: <202109061446.186EkAoJ073541@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 5a72b2754b5c - main - net/libwebsockets: Update to 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5a72b2754b5c65e4e88ce39d0aada670d1c2d350 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2021 14:46:11 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a72b2754b5c65e4e88ce39d0aada670d1c2d350 commit 5a72b2754b5c65e4e88ce39d0aada670d1c2d350 Author: Daniel Engberg AuthorDate: 2021-09-06 14:43:22 +0000 Commit: Daniel Engberg CommitDate: 2021-09-06 14:45:44 +0000 net/libwebsockets: Update to 4.2.1 PR: 257433 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D31851 --- net/libwebsockets/Makefile | 5 ++--- net/libwebsockets/distinfo | 6 +++--- net/libwebsockets/pkg-plist | 6 +----- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/net/libwebsockets/Makefile b/net/libwebsockets/Makefile index 694eb4b3bc4c..617fddc81948 100644 --- a/net/libwebsockets/Makefile +++ b/net/libwebsockets/Makefile @@ -2,8 +2,7 @@ PORTNAME= libwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 -PORTREVISION= 1 +DISTVERSION= 4.2.1 CATEGORIES= net devel MASTER_SITES= https://libwebsockets.org/git/libwebsockets/snapshot/ @@ -62,7 +61,7 @@ MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls MBEDTLS_CMAKE_BOOL= LWS_WITH_MBEDTLS OPENSSL_USES= ssl OPENSSL_CMAKE_BOOL= LWS_WITHOUT_BUILTIN_SHA1 -# WolfSSL need to be compiled with --enable-libwebsockets to be compatible +# WolfSSL needs to be compiled with --enable-libwebsockets to work # WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl # WOLFSSL_CMAKE_BOOL= LWS_WITH_SSL LWS_WITH_WOLFSSL # WOLFSSL_CMAKE_ON= -DLWS_WOLFSSL_INCLUDE_DIRS=${LOCALBASE}/include \ diff --git a/net/libwebsockets/distinfo b/net/libwebsockets/distinfo index a8c1000b0aa6..86d5065bc40e 100644 --- a/net/libwebsockets/distinfo +++ b/net/libwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621466017 -SHA256 (libwebsockets-v4.2.0.tar.xz) = 4d1e42c2be5951b49cda195008f9c39b7dd29a8956ea00bbe52fcf7efb6a623a -SIZE (libwebsockets-v4.2.0.tar.xz) = 12769280 +TIMESTAMP = 1627246669 +SHA256 (libwebsockets-v4.2.1.tar.xz) = 42d67017f91d408cf4c6c2bd761e9ef257973157a9c4ad295e0c05ebfc747246 +SIZE (libwebsockets-v4.2.1.tar.xz) = 12769280 diff --git a/net/libwebsockets/pkg-plist b/net/libwebsockets/pkg-plist index dfc61553e02a..f3933d39f15c 100644 --- a/net/libwebsockets/pkg-plist +++ b/net/libwebsockets/pkg-plist @@ -102,14 +102,10 @@ libdata/pkgconfig/libwebsockets_static.pc %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_deaddrop.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_dumb_increment.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_mirror.so +%%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_openmetrics_export.so %%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_raw_proxy.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_raw_test.so -%%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_server_status.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_ssh_base.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_sshd_demo.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_lws_status.so %%PLUGINS%%%%DATADIR%%-test-server/plugins/libprotocol_post_demo.so -%%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/server-status/lwsws-logo.png -%%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/server-status/server-status.css -%%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/server-status/server-status.html -%%WEBSERVER%%%%PLUGINS%%%%DATADIR%%-test-server/server-status/server-status.js