mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
net/mvfst: Update g20200805 -> g20201014
This commit is contained in:
parent
ed8b7a5f41
commit
ca0b029f1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552376
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mvfst
|
||||
DISTVERSION= g20200805
|
||||
DISTVERSION= g20201014
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -19,7 +19,7 @@ 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
|
||||
@ -27,4 +27,10 @@ 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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user