mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
net/mvfst: Update g20210508 -> g20210701
This commit is contained in:
parent
e6a0f339de
commit
d7dc6b6a39
@ -1,5 +1,5 @@
|
||||
PORTNAME= mvfst
|
||||
DISTVERSION= g20210508
|
||||
DISTVERSION= g20210701
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
USES= cmake compiler:c++17-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= facebookincubator
|
||||
GH_TAGNAME= 74f6c7caa771f99df3f1a364c15c411c407252bd
|
||||
GH_TAGNAME= 5d78c63965239cf6cfacbdc33f7de9b6e1245a3a
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1620663630
|
||||
SHA256 (facebookincubator-mvfst-g20210508-74f6c7caa771f99df3f1a364c15c411c407252bd_GH0.tar.gz) = 0266515e3c96c7ff3932627b9c5c461229dc075712134b468833b7a7d5fdcd53
|
||||
SIZE (facebookincubator-mvfst-g20210508-74f6c7caa771f99df3f1a364c15c411c407252bd_GH0.tar.gz) = 856224
|
||||
TIMESTAMP = 1625439876
|
||||
SHA256 (facebookincubator-mvfst-g20210701-5d78c63965239cf6cfacbdc33f7de9b6e1245a3a_GH0.tar.gz) = 6f1997b9c9764aea8de18fec4708394180da53e4ab6d867a6d0365cd762a2946
|
||||
SIZE (facebookincubator-mvfst-g20210701-5d78c63965239cf6cfacbdc33f7de9b6e1245a3a_GH0.tar.gz) = 879391
|
||||
|
@ -4,7 +4,6 @@ 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
|
||||
include/quic/api/QuicSocket.h
|
||||
include/quic/api/QuicStreamAsyncTransport.h
|
||||
@ -34,6 +33,8 @@ include/quic/codec/QuicWriteCodec.h
|
||||
include/quic/codec/Types.h
|
||||
include/quic/common/BufAccessor.h
|
||||
include/quic/common/BufUtil.h
|
||||
include/quic/common/CircularDeque-inl.h
|
||||
include/quic/common/CircularDeque.h
|
||||
include/quic/common/EnumArray.h
|
||||
include/quic/common/FunctionLooper.h
|
||||
include/quic/common/IntervalSet-inl.h
|
||||
@ -67,11 +68,12 @@ include/quic/d6d/ProbeSizeRaiser.h
|
||||
include/quic/d6d/QuicD6DStateFunctions.h
|
||||
include/quic/d6d/Types.h
|
||||
include/quic/dsr/DSRPacketizationRequestSender.h
|
||||
include/quic/dsr/PacketBuilder.h
|
||||
include/quic/dsr/Scheduler.h
|
||||
include/quic/dsr/Types.h
|
||||
include/quic/dsr/WriteCodec.h
|
||||
include/quic/dsr/WriteFunctions.h
|
||||
include/quic/dsr/backend/DSRPacketizer.h
|
||||
include/quic/dsr/frontend/PacketBuilder.h
|
||||
include/quic/dsr/frontend/Scheduler.h
|
||||
include/quic/dsr/frontend/WriteCodec.h
|
||||
include/quic/dsr/frontend/WriteFunctions.h
|
||||
include/quic/dsr/test/Mocks.h
|
||||
include/quic/fizz/client/handshake/FizzClientExtensions.h
|
||||
include/quic/fizz/client/handshake/FizzClientHandshake.h
|
||||
@ -95,7 +97,6 @@ include/quic/logging/FileQLogger.h
|
||||
include/quic/logging/QLogger.h
|
||||
include/quic/logging/QLoggerConstants.h
|
||||
include/quic/logging/QLoggerTypes.h
|
||||
include/quic/logging/QuicLogger.h
|
||||
include/quic/loss/QuicLossFunctions.h
|
||||
include/quic/server/AcceptObserver.h
|
||||
include/quic/server/CCPReader.h
|
||||
|
Loading…
Reference in New Issue
Block a user