From nobody Sun Nov 14 22:35:32 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D7BCC18561B2; Sun, 14 Nov 2021 22:35:34 +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 4HsnGF5C63z3MDr; Sun, 14 Nov 2021 22:35:33 +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 1B3996920; Sun, 14 Nov 2021 22:35:33 +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 1AEMZWi9068558; Sun, 14 Nov 2021 22:35:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AEMZWgv068557; Sun, 14 Nov 2021 22:35:32 GMT (envelope-from git) Date: Sun, 14 Nov 2021 22:35:32 GMT Message-Id: <202111142235.1AEMZWgv068557@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e74beb2a80ec - main - net/wangle: Update 2021.11.01.00 -> 2021.11.08.00 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e74beb2a80ecca089df266bfc80d7f97cea1eaf3 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e74beb2a80ecca089df266bfc80d7f97cea1eaf3 commit e74beb2a80ecca089df266bfc80d7f97cea1eaf3 Author: Yuri Victorovich AuthorDate: 2021-11-14 21:50:38 +0000 Commit: Yuri Victorovich CommitDate: 2021-11-14 22:35:21 +0000 net/wangle: Update 2021.11.01.00 -> 2021.11.08.00 --- net/wangle/Makefile | 11 ++++++++--- net/wangle/distinfo | 6 +++--- net/wangle/pkg-plist | 1 + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 0e8abfce3b4f..e726dd8c5d13 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2021.11.01.00 +DISTVERSION= 2021.11.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -13,11 +13,16 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ libevent.so:devel/libevent \ libfizz.so:security/fizz \ + libfmt.so:devel/libfmt \ libfolly.so:devel/folly \ libgflags.so:devel/gflags \ - libfmt.so:devel/libfmt \ libglog.so:devel/glog \ - libsodium.so:security/libsodium + libicui18n.so:devel/icu \ + liblz4.so:archivers/liblz4 \ + libunwind.so:devel/libunwind \ + libsnappy.so:archivers/snappy \ + libsodium.so:security/libsodium \ + libzstd.so:archivers/zstd USES= cmake compiler:c++17-lang cpe ssl USE_GITHUB= yes diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 77023c12a6a2..c3c8a113083a 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636329277 -SHA256 (facebook-wangle-v2021.11.01.00_GH0.tar.gz) = 82f677f8e2f1040fca37c4d52bbf9f746c9c35b497344f9d81459cbb125c0b69 -SIZE (facebook-wangle-v2021.11.01.00_GH0.tar.gz) = 340158 +TIMESTAMP = 1636922508 +SHA256 (facebook-wangle-v2021.11.08.00_GH0.tar.gz) = fb52118a9d1206ea973ee741edd768215b5e4d7918aa1ae84bb82678b2b8601f +SIZE (facebook-wangle-v2021.11.08.00_GH0.tar.gz) = 340594 diff --git a/net/wangle/pkg-plist b/net/wangle/pkg-plist index 052f8ac8a38f..8847d2c0185c 100644 --- a/net/wangle/pkg-plist +++ b/net/wangle/pkg-plist @@ -70,6 +70,7 @@ include/wangle/client/ssl/SSLSessionCallbacks.h include/wangle/client/ssl/SSLSessionPersistentCache-inl.h include/wangle/client/ssl/SSLSessionPersistentCache.h include/wangle/client/ssl/ThreadSafeSSLSessionCache.h +include/wangle/ssl/test/MockSSLStats.h include/wangle/client/ssl/test/Mocks.h include/wangle/client/ssl/test/TestUtil.h include/wangle/codec/ByteToMessageDecoder.h