From owner-svn-ports-all@freebsd.org Thu Oct 15 05:41:27 2020 Return-Path: Delivered-To: svn-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 7A6AB4332A3; Thu, 15 Oct 2020 05:41:27 +0000 (UTC) (envelope-from yuri@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CBdSR2jqZz418t; Thu, 15 Oct 2020 05:41:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41ADC1A759; Thu, 15 Oct 2020 05:41:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09F5fRXd064044; Thu, 15 Oct 2020 05:41:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09F5fQWM063736; Thu, 15 Oct 2020 05:41:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010150541.09F5fQWM063736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 15 Oct 2020 05:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552376 - head/net/mvfst X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/mvfst X-SVN-Commit-Revision: 552376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2020 05:41:27 -0000 Author: yuri Date: Thu Oct 15 05:41:26 2020 New Revision: 552376 URL: https://svnweb.freebsd.org/changeset/ports/552376 Log: net/mvfst: Update g20200805 -> g20201014 Modified: head/net/mvfst/Makefile head/net/mvfst/distinfo head/net/mvfst/pkg-plist Modified: head/net/mvfst/Makefile ============================================================================== --- head/net/mvfst/Makefile Thu Oct 15 05:40:43 2020 (r552375) +++ head/net/mvfst/Makefile Thu Oct 15 05:41:26 2020 (r552376) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mvfst -DISTVERSION= g20200805 +DISTVERSION= g20201014 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -19,12 +19,18 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= facebookincubator -GH_TAGNAME= a5619effd613fb9f42f87d3f98429d52288d4bfa +GH_TAGNAME= 66455cb5cc6afd119723ea3b0df5683ca95363db USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTS CXXFLAGS+= -fPIC + +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Modified: head/net/mvfst/distinfo ============================================================================== --- head/net/mvfst/distinfo Thu Oct 15 05:40:43 2020 (r552375) +++ head/net/mvfst/distinfo Thu Oct 15 05:41:26 2020 (r552376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599585423 -SHA256 (facebookincubator-mvfst-g20200805-a5619effd613fb9f42f87d3f98429d52288d4bfa_GH0.tar.gz) = 952c1385efa25670ade54860bc8d3e004910d7f4f81d5754a10e7ecb658f0e4e -SIZE (facebookincubator-mvfst-g20200805-a5619effd613fb9f42f87d3f98429d52288d4bfa_GH0.tar.gz) = 756490 +TIMESTAMP = 1602736598 +SHA256 (facebookincubator-mvfst-g20201014-66455cb5cc6afd119723ea3b0df5683ca95363db_GH0.tar.gz) = 54ea3a41abaf1ca4d5c32e5b2296b8dee7f50da87dc9b7a82ec044d7ec7c15b2 +SIZE (facebookincubator-mvfst-g20201014-66455cb5cc6afd119723ea3b0df5683ca95363db_GH0.tar.gz) = 790730 Modified: head/net/mvfst/pkg-plist ============================================================================== --- head/net/mvfst/pkg-plist Thu Oct 15 05:40:43 2020 (r552375) +++ head/net/mvfst/pkg-plist Thu Oct 15 05:41:26 2020 (r552376) @@ -2,6 +2,7 @@ include/quic/QuicConstants.h include/quic/QuicException.h include/quic/api/IoBufQuicBatch.h include/quic/api/LoopDetectorCallback.h +include/quic/api/Observer.h include/quic/api/QuicBatchWriter.h include/quic/api/QuicPacketScheduler-inl.h include/quic/api/QuicPacketScheduler.h @@ -10,6 +11,7 @@ include/quic/api/QuicStreamAsyncTransport.h include/quic/api/QuicTransportBase.h include/quic/api/QuicTransportFunctions.h include/quic/api/test/MockQuicSocket.h +include/quic/api/test/Mocks.h include/quic/client/QuicClientTransport.h include/quic/client/handshake/CachedServerTransportParameters.h include/quic/client/handshake/ClientHandshake.h @@ -40,6 +42,7 @@ include/quic/common/SocketUtil.h include/quic/common/TimeUtil.h include/quic/common/Timers.h include/quic/common/Variant.h +include/quic/common/WindowedCounter.h include/quic/congestion_control/Bandwidth.h include/quic/congestion_control/Bbr.h include/quic/congestion_control/BbrBandwidthSampler.h @@ -52,8 +55,14 @@ include/quic/congestion_control/Pacer.h include/quic/congestion_control/QuicCCP.h include/quic/congestion_control/QuicCubic.h include/quic/congestion_control/ServerCongestionControllerFactory.h +include/quic/congestion_control/TokenlessPacer.h include/quic/congestion_control/third_party/ccp/libstartccp.h include/quic/congestion_control/third_party/windowed_filter.h +include/quic/d6d/BinarySearchProbeSizeRaiser.h +include/quic/d6d/ConstantStepProbeSizeRaiser.h +include/quic/d6d/ProbeSizeRaiser.h +include/quic/d6d/QuicD6DStateFunctions.h +include/quic/d6d/Types.h include/quic/fizz/client/handshake/FizzClientExtensions.h include/quic/fizz/client/handshake/FizzClientHandshake.h include/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h @@ -90,13 +99,16 @@ include/quic/server/RateLimiter.h include/quic/server/SlidingWindowRateLimiter.h include/quic/server/handshake/AppToken.h include/quic/server/handshake/DefaultAppTokenValidator.h +include/quic/server/handshake/RetryTokenGenerator.h include/quic/server/handshake/ServerHandshake.h +include/quic/server/handshake/ServerHandshakeFactory.h include/quic/server/handshake/ServerTransportParametersExtension.h include/quic/server/handshake/StatelessResetGenerator.h include/quic/server/state/ServerConnectionIdRejector.h include/quic/server/state/ServerStateMachine.h include/quic/state/AckHandlers.h include/quic/state/AckStates.h +include/quic/state/OutstandingPacket.h include/quic/state/PacketEvent.h include/quic/state/PendingPathRateLimiter.h include/quic/state/QPRFunctions.h @@ -129,6 +141,8 @@ lib/libmvfst_codec_pktbuilder.a lib/libmvfst_codec_pktrebuilder.a lib/libmvfst_codec_types.a lib/libmvfst_constants.so +lib/libmvfst_d6d_state_functions.a +lib/libmvfst_d6d_types.a lib/libmvfst_exception.so lib/libmvfst_fizz_client.a lib/libmvfst_fizz_handshake.a