notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mvfst Implementation of the QUIC transport protocol
2024.04.15.00 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2024.03.25.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-08 17:40:32
Last Update: 2024-04-16 07:43:58
Commit Hash: 7e45b88
License: APACHE20
WWW:
https://github.com/facebook/mvfst
Description:
mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC protocol in C++ by Facebook. QUIC is a UDP based reliable, multiplexed transport protocol that will become an internet standard. The goal of mvfst is to build a performant implementation of the QUIC transport protocol that applications could adapt for use cases on both the internet and the data-center. mvfst has been tested at scale on android, iOS apps, as well as servers and has several features to support large scale deployments.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (279 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mvfst-2024.04.15.00/catalog.mk
  3. /usr/local/share/licenses/mvfst-2024.04.15.00/LICENSE
  4. /usr/local/share/licenses/mvfst-2024.04.15.00/APACHE20
  5. include/quic/QuicConstants.h
  6. include/quic/QuicException.h
  7. include/quic/api/FollyQuicAsyncUDPSocket.h
  8. include/quic/api/FollyQuicEventBase.h
  9. include/quic/api/HighResQuicTimer.h
  10. include/quic/api/IoBufQuicBatch.h
  11. include/quic/api/LibevQuicAsyncUDPSocket.h
  12. include/quic/api/LibevQuicEventBase.h
  13. include/quic/api/LoopDetectorCallback.h
  14. include/quic/api/QuicAsyncUDPSocket.h
  15. include/quic/api/QuicAsyncUDPSocketImpl.h
  16. include/quic/api/QuicBatchWriter.h
  17. include/quic/api/QuicBatchWriterFactory.h
  18. include/quic/api/QuicEventBase.h
  19. include/quic/api/QuicGsoBatchWriters.h
  20. include/quic/api/QuicPacketScheduler.h
  21. include/quic/api/QuicSocket.h
  22. include/quic/api/QuicStreamAsyncTransport.h
  23. include/quic/api/QuicTimer.h
  24. include/quic/api/QuicTransportBase.h
  25. include/quic/api/QuicTransportFunctions.h
  26. include/quic/api/test/MockQuicSocket.h
  27. include/quic/api/test/Mocks.h
  28. include/quic/client/QuicClientAsyncTransport.h
  29. include/quic/client/QuicClientTransport.h
  30. include/quic/client/connector/QuicConnector.h
  31. include/quic/client/handshake/CachedServerTransportParameters.h
  32. include/quic/client/handshake/ClientHandshake.h
  33. include/quic/client/handshake/ClientHandshakeFactory.h
  34. include/quic/client/handshake/ClientTransportParametersExtension.h
  35. include/quic/client/state/ClientStateMachine.h
  36. include/quic/codec/ConnectionIdAlgo.h
  37. include/quic/codec/Decode.h
  38. include/quic/codec/DefaultConnectionIdAlgo.h
  39. include/quic/codec/PacketNumber.h
  40. include/quic/codec/PacketNumberCipher.h
  41. include/quic/codec/QuicConnectionId.h
  42. include/quic/codec/QuicHeaderCodec.h
  43. include/quic/codec/QuicInteger.h
  44. include/quic/codec/QuicPacketBuilder.h
  45. include/quic/codec/QuicPacketRebuilder.h
  46. include/quic/codec/QuicReadCodec.h
  47. include/quic/codec/QuicWriteCodec.h
  48. include/quic/codec/Types.h
  49. include/quic/common/BufAccessor.h
  50. include/quic/common/BufUtil.h
  51. include/quic/common/CircularDeque-inl.h
  52. include/quic/common/CircularDeque.h
  53. include/quic/common/EnumArray.h
  54. include/quic/common/FunctionLooper.h
  55. include/quic/common/IntervalSet-inl.h
  56. include/quic/common/IntervalSet.h
  57. include/quic/common/NetworkData.h
  58. include/quic/common/SmallCollections.h
  59. include/quic/common/SocketUtil.h
  60. include/quic/common/TimePoints.h
  61. include/quic/common/TimeUtil.h
  62. include/quic/common/TransportKnobs.h
  63. include/quic/common/Variant.h
  64. include/quic/common/events/FollyQuicEventBase.h
  65. include/quic/common/events/HighResQuicTimer.h
  66. include/quic/common/events/LibevQuicEventBase.h
  67. include/quic/common/events/QuicEventBase.h
  68. include/quic/common/events/QuicTimer.h
  69. include/quic/common/testutil/MockAsyncUDPSocket.h
  70. include/quic/common/third-party/enum.h
  71. include/quic/common/udpsocket/FollyQuicAsyncUDPSocket.h
  72. include/quic/common/udpsocket/LibevQuicAsyncUDPSocket.h
  73. include/quic/common/udpsocket/QuicAsyncUDPSocket.h
  74. include/quic/common/udpsocket/QuicAsyncUDPSocketImpl.h
  75. include/quic/congestion_control/Bandwidth.h
  76. include/quic/congestion_control/Bbr.h
  77. include/quic/congestion_control/Bbr2.h
  78. include/quic/congestion_control/BbrBandwidthSampler.h
  79. include/quic/congestion_control/BbrRttSampler.h
  80. include/quic/congestion_control/BbrTesting.h
  81. include/quic/congestion_control/CongestionControlFunctions.h
  82. include/quic/congestion_control/CongestionController.h
  83. include/quic/congestion_control/CongestionControllerFactory.h
  84. include/quic/congestion_control/Copa.h
  85. include/quic/congestion_control/Copa2.h
  86. include/quic/congestion_control/NewReno.h
  87. include/quic/congestion_control/Pacer.h
  88. include/quic/congestion_control/PacketProcessor.h
  89. include/quic/congestion_control/QuicCubic.h
  90. include/quic/congestion_control/ServerCongestionControllerFactory.h
  91. include/quic/congestion_control/SimulatedTBF.h
  92. include/quic/congestion_control/StaticCwndCongestionController.h
  93. include/quic/congestion_control/ThrottlingSignalProvider.h
  94. include/quic/congestion_control/TokenlessPacer.h
  95. include/quic/congestion_control/third_party/windowed_filter.h
  96. include/quic/dsr/BaseXskContainer.h
  97. include/quic/dsr/DSRPacketizationRequestSender.h
  98. include/quic/dsr/HashingXskContainer.h
  99. include/quic/dsr/ThreadLocalXskContainer.h
  100. include/quic/dsr/Types.h
  101. include/quic/dsr/XskSender.h
  102. include/quic/dsr/backend/DSRPacketizer.h
  103. include/quic/dsr/frontend/PacketBuilder.h
  104. include/quic/dsr/frontend/Scheduler.h
  105. include/quic/dsr/frontend/WriteCodec.h
  106. include/quic/dsr/frontend/WriteFunctions.h
  107. include/quic/dsr/packet_utils.h
  108. include/quic/dsr/test/Mocks.h
  109. include/quic/dsr/xsk_lib.h
  110. include/quic/fizz/client/handshake/FizzClientExtensions.h
  111. include/quic/fizz/client/handshake/FizzClientHandshake.h
  112. include/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h
  113. include/quic/fizz/client/handshake/QuicPskCache.h
  114. include/quic/fizz/client/handshake/QuicTokenCache.h
  115. include/quic/fizz/handshake/FizzBridge.h
  116. include/quic/fizz/handshake/FizzCryptoFactory.h
  117. include/quic/fizz/handshake/FizzPacketNumberCipher.h
  118. include/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h
  119. include/quic/fizz/handshake/FizzTransportParameters.h
  120. include/quic/fizz/handshake/QuicFizzFactory.h
  121. include/quic/flowcontrol/QuicFlowController.h
  122. include/quic/handshake/Aead.h
  123. include/quic/handshake/CryptoFactory.h
  124. include/quic/handshake/HandshakeLayer.h
  125. include/quic/handshake/RetryIntegrityTagGenerator.h
  126. include/quic/handshake/TransportParameters.h
  127. include/quic/happyeyeballs/QuicHappyEyeballsFunctions.h
  128. include/quic/logging/BaseQLogger.h
  129. include/quic/logging/FileQLogger.h
  130. include/quic/logging/QLogger.h
  131. include/quic/logging/QLoggerConstants.h
  132. include/quic/logging/QLoggerTypes.h
  133. include/quic/loss/QuicLossFunctions.h
  134. include/quic/observer/SocketObserverContainer.h
  135. include/quic/observer/SocketObserverInterface.h
  136. include/quic/observer/SocketObserverTypes.h
  137. include/quic/server/AcceptObserver.h
  138. include/quic/server/QuicHandshakeSocketHolder.h
  139. include/quic/server/QuicReusePortUDPSocketFactory.h
  140. include/quic/server/QuicServer.h
  141. include/quic/server/QuicServerPacketRouter.h
  142. include/quic/server/QuicServerTransport.h
  143. include/quic/server/QuicServerTransportFactory.h
  144. include/quic/server/QuicServerWorker.h
  145. include/quic/server/QuicSharedUDPSocketFactory.h
  146. include/quic/server/QuicUDPSocketFactory.h
  147. include/quic/server/RateLimiter.h
  148. include/quic/server/SlidingWindowRateLimiter.h
  149. include/quic/server/async_tran/QuicAsyncTransportAcceptor.h
  150. include/quic/server/async_tran/QuicAsyncTransportServer.h
  151. include/quic/server/async_tran/QuicServerAsyncTransport.h
  152. include/quic/server/handshake/AppToken.h
  153. include/quic/server/handshake/DefaultAppTokenValidator.h
  154. include/quic/server/handshake/ServerHandshake.h
  155. include/quic/server/handshake/ServerHandshakeFactory.h
  156. include/quic/server/handshake/ServerTransportParametersExtension.h
  157. include/quic/server/handshake/StatelessResetGenerator.h
  158. include/quic/server/handshake/TokenGenerator.h
  159. include/quic/server/state/ServerConnectionIdRejector.h
  160. include/quic/server/state/ServerStateMachine.h
  161. include/quic/server/third-party/siphash.h
  162. include/quic/state/AckEvent.h
  163. include/quic/state/AckHandlers.h
  164. include/quic/state/AckStates.h
  165. include/quic/state/DatagramHandlers.h
  166. include/quic/state/LossState.h
  167. include/quic/state/OutstandingPacket.h
  168. include/quic/state/PacketEvent.h
  169. include/quic/state/PendingPathRateLimiter.h
  170. include/quic/state/QuicAckFrequencyFunctions.h
  171. include/quic/state/QuicConnectionStats.h
  172. include/quic/state/QuicPacingFunctions.h
  173. include/quic/state/QuicPriorityQueue.h
  174. include/quic/state/QuicStateFunctions.h
  175. include/quic/state/QuicStreamFunctions.h
  176. include/quic/state/QuicStreamGroupRetransmissionPolicy.h
  177. include/quic/state/QuicStreamManager.h
  178. include/quic/state/QuicStreamPrioritiesObserver.h
  179. include/quic/state/QuicStreamUtilities.h
  180. include/quic/state/QuicTransportStatsCallback.h
  181. include/quic/state/SimpleFrameFunctions.h
  182. include/quic/state/StateData.h
  183. include/quic/state/StreamData.h
  184. include/quic/state/TransportSettings.h
  185. include/quic/state/TransportSettingsFunctions.h
  186. include/quic/state/stream/StreamReceiveHandlers.h
  187. include/quic/state/stream/StreamSendHandlers.h
  188. include/quic/state/stream/StreamStateFunctions.h
  189. include/quic/state/test/AckEventTestUtil.h
  190. include/quic/state/test/MockQuicStats.h
  191. include/quic/state/test/Mocks.h
  192. lib/cmake/mvfst/mvfst-config.cmake
  193. lib/cmake/mvfst/mvfst-targets-release.cmake
  194. lib/cmake/mvfst/mvfst-targets.cmake
  195. lib/libmvfst_async_udp_socket.so
  196. lib/libmvfst_async_udp_socket.so.0
  197. lib/libmvfst_batch_writer.so
  198. lib/libmvfst_batch_writer.so.0
  199. lib/libmvfst_buf_accessor.so
  200. lib/libmvfst_buf_accessor.so.0
  201. lib/libmvfst_bufutil.so
  202. lib/libmvfst_bufutil.so.0
  203. lib/libmvfst_cc_algo.so
  204. lib/libmvfst_cc_algo.so.0
  205. lib/libmvfst_client.so
  206. lib/libmvfst_client.so.0
  207. lib/libmvfst_codec.so
  208. lib/libmvfst_codec.so.0
  209. lib/libmvfst_codec_decode.so
  210. lib/libmvfst_codec_decode.so.0
  211. lib/libmvfst_codec_packet_number_cipher.so
  212. lib/libmvfst_codec_packet_number_cipher.so.0
  213. lib/libmvfst_codec_pktbuilder.so
  214. lib/libmvfst_codec_pktbuilder.so.0
  215. lib/libmvfst_codec_pktrebuilder.so
  216. lib/libmvfst_codec_pktrebuilder.so.0
  217. lib/libmvfst_codec_types.so
  218. lib/libmvfst_codec_types.so.0
  219. lib/libmvfst_constants.so
  220. lib/libmvfst_constants.so.0
  221. lib/libmvfst_dsr_frontend.so
  222. lib/libmvfst_dsr_frontend.so.0
  223. lib/libmvfst_dsr_types.so
  224. lib/libmvfst_dsr_types.so.0
  225. lib/libmvfst_events.so
  226. lib/libmvfst_events.so.0
  227. lib/libmvfst_exception.so
  228. lib/libmvfst_exception.so.0
  229. lib/libmvfst_fizz_client.so
  230. lib/libmvfst_fizz_client.so.0
  231. lib/libmvfst_fizz_handshake.so
  232. lib/libmvfst_fizz_handshake.so.0
  233. lib/libmvfst_flowcontrol.so
  234. lib/libmvfst_flowcontrol.so.0
  235. lib/libmvfst_handshake.so
  236. lib/libmvfst_handshake.so.0
  237. lib/libmvfst_happyeyeballs.so
  238. lib/libmvfst_happyeyeballs.so.0
  239. lib/libmvfst_looper.so
  240. lib/libmvfst_looper.so.0
  241. lib/libmvfst_loss.so
  242. lib/libmvfst_loss.so.0
  243. lib/libmvfst_observer.so
  244. lib/libmvfst_observer.so.0
  245. lib/libmvfst_qlogger.so
  246. lib/libmvfst_qlogger.so.0
  247. lib/libmvfst_server.so
  248. lib/libmvfst_server.so.0
  249. lib/libmvfst_server_async_tran.so
  250. lib/libmvfst_server_async_tran.so.0
  251. lib/libmvfst_server_state.so
  252. lib/libmvfst_server_state.so.0
  253. lib/libmvfst_state_ack_handler.so
  254. lib/libmvfst_state_ack_handler.so.0
  255. lib/libmvfst_state_datagram_handler.so
  256. lib/libmvfst_state_datagram_handler.so.0
  257. lib/libmvfst_state_functions.so
  258. lib/libmvfst_state_functions.so.0
  259. lib/libmvfst_state_machine.so
  260. lib/libmvfst_state_machine.so.0
  261. lib/libmvfst_state_pacing_functions.so
  262. lib/libmvfst_state_pacing_functions.so.0
  263. lib/libmvfst_state_simple_frame_functions.so
  264. lib/libmvfst_state_simple_frame_functions.so.0
  265. lib/libmvfst_state_stream.so
  266. lib/libmvfst_state_stream.so.0
  267. lib/libmvfst_state_stream_functions.so
  268. lib/libmvfst_state_stream_functions.so.0
  269. lib/libmvfst_transport.so
  270. lib/libmvfst_transport.so.0
  271. lib/libmvfst_transport_knobs.so
  272. lib/libmvfst_transport_knobs.so.0
  273. lib/libmvfst_transport_settings_functions.so
  274. lib/libmvfst_transport_settings_functions.so.0
  275. lib/libmvfst_xsk.so
  276. lib/libmvfst_xsk.so.0
  277. @owner
  278. @group
  279. @mode
Collapse this list.
Dependency lines:
  • mvfst>0:net/mvfst
To install the port:
cd /usr/ports/net/mvfst/ && make install clean
To add the package, run one of these commands:
  • pkg install net/mvfst
  • pkg install mvfst
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mvfst
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713241136 SHA256 (facebook-mvfst-v2024.04.15.00_GH0.tar.gz) = b195aa6fa2a62bf247a0aeb0d3ddfcb7b00d704997b233dc2892eb8cc1686f7c SIZE (facebook-mvfst-v2024.04.15.00_GH0.tar.gz) = 1878046

Packages (timestamps in pop-ups are UTC):
mvfst
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.04.08.002024.04.01.00-2024.04.08.00----
FreeBSD:13:quarterly2024.01.01.002024.01.01.00-2024.01.01.00---2024.01.01.00
FreeBSD:14:latest2024.03.25.002024.04.08.00-2024.03.25.00---g20230119_2
FreeBSD:14:quarterly2024.01.01.002024.04.01.00-2024.01.01.00---2024.01.01.00
FreeBSD:15:latest2024.03.11.002024.04.08.00n/a2024.02.05.00n/a--2024.02.19.00
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libboost_system.so : devel/boost-libs
  2. libdouble-conversion.so : devel/double-conversion
  3. libevent.so : devel/libevent
  4. libfizz.so : security/fizz
  5. libfmt.so : devel/libfmt
  6. libfolly.so : devel/folly
  7. libgflags.so : devel/gflags
  8. libglog.so : devel/glog
  9. libicui18n.so : devel/icu
  10. liblz4.so : archivers/liblz4
  11. libsnappy.so : archivers/snappy
  12. libsodium.so : security/libsodium
  13. libunwind.so : devel/libunwind
  14. libbzip2.so : misc/vxl
  15. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. devel/fbthrift
  2. net/fb303
  3. www/proxygen

Configuration Options:
No options to configure
Options name:
net_mvfst
USES:
cmake:testing compiler:c++17-lang cpe ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/mvfst/tar.gz/v2024.04.15.00?dummy=/
Collapse this list.

Number of commits found: 60

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.04.15.00
16 Apr 2024 07:43:58
commit hash: 7e45b88aa28ac42257c18688a7bd9fe57c73911fcommit hash: 7e45b88aa28ac42257c18688a7bd9fe57c73911fcommit hash: 7e45b88aa28ac42257c18688a7bd9fe57c73911fcommit hash: 7e45b88aa28ac42257c18688a7bd9fe57c73911f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.04.08.00 → 2024.04.15.00
2024.04.08.00
09 Apr 2024 07:41:05
commit hash: 0d5de7b93afdd3188ac175a4d2b0299c22fee792commit hash: 0d5de7b93afdd3188ac175a4d2b0299c22fee792commit hash: 0d5de7b93afdd3188ac175a4d2b0299c22fee792commit hash: 0d5de7b93afdd3188ac175a4d2b0299c22fee792 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.04.01.00 → 2024.04.08.00
2024.04.01.00
02 Apr 2024 07:59:12
commit hash: 19985fc9de8f72f2befd4db59856f23ef9de728dcommit hash: 19985fc9de8f72f2befd4db59856f23ef9de728dcommit hash: 19985fc9de8f72f2befd4db59856f23ef9de728dcommit hash: 19985fc9de8f72f2befd4db59856f23ef9de728d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.03.25.00 → 2024.04.01.00
2024.03.25.00
27 Mar 2024 18:31:09
commit hash: dec8afaa9d056bd9da1b0b75eb111bd53ea78652commit hash: dec8afaa9d056bd9da1b0b75eb111bd53ea78652commit hash: dec8afaa9d056bd9da1b0b75eb111bd53ea78652commit hash: dec8afaa9d056bd9da1b0b75eb111bd53ea78652 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.03.18.00 → 2024.03.25.00
2024.03.18.00
18 Mar 2024 19:58:37
commit hash: 8e901df2628ea598fc8d8ee0e00a4b68486b27e1commit hash: 8e901df2628ea598fc8d8ee0e00a4b68486b27e1commit hash: 8e901df2628ea598fc8d8ee0e00a4b68486b27e1commit hash: 8e901df2628ea598fc8d8ee0e00a4b68486b27e1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.03.11.00 → 2024.03.18.00
2024.03.11.00
12 Mar 2024 01:43:04
commit hash: d596f70c9f195449bdcbbd1d08ffbbdba1cd0a8ecommit hash: d596f70c9f195449bdcbbd1d08ffbbdba1cd0a8ecommit hash: d596f70c9f195449bdcbbd1d08ffbbdba1cd0a8ecommit hash: d596f70c9f195449bdcbbd1d08ffbbdba1cd0a8e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.03.04.00 → 2024.03.11.00
2024.03.04.00_1
09 Mar 2024 14:05:20
commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/glog: Update to 0.7.0

- Convert to USES=cmake:testing
- Sort PLIST
- Bump PORTREVISION of dependent ports for shlib change
  Broken ports are skipped:
  - graphics/colmap [1]
  - graphics/hiptext [2]
  - graphics/openmvs
  - sysutils/apache-mesos

[2] This port was being skipped on package building cluster due to its LICENSE
    "License NONE needs confirmation, but BATCH is defined"

Changes:	https://github.com/google/glog/releases
Reference:	https://pkg-status.freebsd.org/beefy12/data/140amd64-default/84a61d95b0a5/logs/colmap-3.8_5.log
[1]
2024.03.04.00
05 Mar 2024 02:17:24
commit hash: 9a2735a2e5fbebfd8e3454f9b2ea2d34354c0177commit hash: 9a2735a2e5fbebfd8e3454f9b2ea2d34354c0177commit hash: 9a2735a2e5fbebfd8e3454f9b2ea2d34354c0177commit hash: 9a2735a2e5fbebfd8e3454f9b2ea2d34354c0177 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update 2024.02.19.00 → 2024.03.04.00
2024.02.19.00
20 Feb 2024 07:09:19
commit hash: 285aae7bd60094bb468bb8c5e5aab8107ef239a6commit hash: 285aae7bd60094bb468bb8c5e5aab8107ef239a6commit hash: 285aae7bd60094bb468bb8c5e5aab8107ef239a6commit hash: 285aae7bd60094bb468bb8c5e5aab8107ef239a6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.02.12.00 → 2024.02.19.00
2024.02.12.00_1
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
2024.02.12.00
13 Feb 2024 07:50:53
commit hash: 346775cbcfe1d099c38491ff007b234a0198cff6commit hash: 346775cbcfe1d099c38491ff007b234a0198cff6commit hash: 346775cbcfe1d099c38491ff007b234a0198cff6commit hash: 346775cbcfe1d099c38491ff007b234a0198cff6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.02.05.00 → 2024.02.12.00
2024.02.05.00
06 Feb 2024 06:49:29
commit hash: 4b722f963146d97817f22a309d6454993f577950commit hash: 4b722f963146d97817f22a309d6454993f577950commit hash: 4b722f963146d97817f22a309d6454993f577950commit hash: 4b722f963146d97817f22a309d6454993f577950 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.01.29.00 → 2024.02.05.00
2024.01.29.00
30 Jan 2024 08:56:34
commit hash: 87a536eac958c09835fbead55393aedf63993b41commit hash: 87a536eac958c09835fbead55393aedf63993b41commit hash: 87a536eac958c09835fbead55393aedf63993b41commit hash: 87a536eac958c09835fbead55393aedf63993b41 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.01.22.00 → 2024.01.29.00
2024.01.22.00
23 Jan 2024 05:49:29
commit hash: 063670e70cde2aed867ef32f888c738ddb822393commit hash: 063670e70cde2aed867ef32f888c738ddb822393commit hash: 063670e70cde2aed867ef32f888c738ddb822393commit hash: 063670e70cde2aed867ef32f888c738ddb822393 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.01.15.00 → 2024.01.22.00
2024.01.15.00
16 Jan 2024 10:45:04
commit hash: 3da53417998c611f340d75e45962da2fa912add5commit hash: 3da53417998c611f340d75e45962da2fa912add5commit hash: 3da53417998c611f340d75e45962da2fa912add5commit hash: 3da53417998c611f340d75e45962da2fa912add5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.01.08.00 → 2024.01.15.00
2024.01.08.00
09 Jan 2024 10:05:16
commit hash: 8b18a7b41d78e4641e80105e3c28632134760958commit hash: 8b18a7b41d78e4641e80105e3c28632134760958commit hash: 8b18a7b41d78e4641e80105e3c28632134760958commit hash: 8b18a7b41d78e4641e80105e3c28632134760958 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.01.01.00 → 2024.01.08.00
2024.01.01.00
02 Jan 2024 05:24:36
commit hash: 57e0113c6b28447fa16ee041f61253f2d6ce266fcommit hash: 57e0113c6b28447fa16ee041f61253f2d6ce266fcommit hash: 57e0113c6b28447fa16ee041f61253f2d6ce266fcommit hash: 57e0113c6b28447fa16ee041f61253f2d6ce266f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.12.25.00 → 2024.01.01.00
2023.12.25.00
26 Dec 2023 06:17:14
commit hash: 0ce72009c8328a68b04afc907538f46be1ce7ab2commit hash: 0ce72009c8328a68b04afc907538f46be1ce7ab2commit hash: 0ce72009c8328a68b04afc907538f46be1ce7ab2commit hash: 0ce72009c8328a68b04afc907538f46be1ce7ab2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.12.18.00 → 2023.12.25.00
2023.12.18.00
19 Dec 2023 06:36:09
commit hash: 52adf90c3be64c4040a604a814a2473f063945d0commit hash: 52adf90c3be64c4040a604a814a2473f063945d0commit hash: 52adf90c3be64c4040a604a814a2473f063945d0commit hash: 52adf90c3be64c4040a604a814a2473f063945d0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.12.11.00 → 2023.12.18.00
2023.12.11.00_1
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 10.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
2023.12.11.00
12 Dec 2023 07:13:31
commit hash: e9a7e266f7c001b6b6adbcf4c97a46caa54dc2b8commit hash: e9a7e266f7c001b6b6adbcf4c97a46caa54dc2b8commit hash: e9a7e266f7c001b6b6adbcf4c97a46caa54dc2b8commit hash: e9a7e266f7c001b6b6adbcf4c97a46caa54dc2b8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.12.04.00 → 2023.12.11.00
2023.12.04.00
05 Dec 2023 07:27:27
commit hash: f5371bf43a0997b397525c694b4256d4118dc972commit hash: f5371bf43a0997b397525c694b4256d4118dc972commit hash: f5371bf43a0997b397525c694b4256d4118dc972commit hash: f5371bf43a0997b397525c694b4256d4118dc972 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 23.11.1 → 23.12.0
2023.11.27.00
28 Nov 2023 10:09:06
commit hash: 491e6c20ca83f4fd428214c639be662c4e77a719commit hash: 491e6c20ca83f4fd428214c639be662c4e77a719commit hash: 491e6c20ca83f4fd428214c639be662c4e77a719commit hash: 491e6c20ca83f4fd428214c639be662c4e77a719 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.11.20.00 → 2023.11.27.00
2023.11.20.00
21 Nov 2023 07:27:54
commit hash: 0a5cf1f0a01af7597f501644ea6294284994f172commit hash: 0a5cf1f0a01af7597f501644ea6294284994f172commit hash: 0a5cf1f0a01af7597f501644ea6294284994f172commit hash: 0a5cf1f0a01af7597f501644ea6294284994f172 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.11.13.00 → 2023.11.20.00
2023.11.13.00_1
17 Nov 2023 11:46:00
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023.11.13.00
14 Nov 2023 08:00:51
commit hash: 87449dc04adac62f5f0fae197e89283b5b964028commit hash: 87449dc04adac62f5f0fae197e89283b5b964028commit hash: 87449dc04adac62f5f0fae197e89283b5b964028commit hash: 87449dc04adac62f5f0fae197e89283b5b964028 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.11.06.00 → 2023.11.13.00
2023.11.06.00
07 Nov 2023 15:53:14
commit hash: c2fe67ec31dbf5bf20b02bed9e0ea1df6ab30fd3commit hash: c2fe67ec31dbf5bf20b02bed9e0ea1df6ab30fd3commit hash: c2fe67ec31dbf5bf20b02bed9e0ea1df6ab30fd3commit hash: c2fe67ec31dbf5bf20b02bed9e0ea1df6ab30fd3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.10.30.00 → 2023.11.06.00
2023.10.30.00
31 Oct 2023 03:42:20
commit hash: c1306041940e1c5634c49c63cec984d3b86eb2f6commit hash: c1306041940e1c5634c49c63cec984d3b86eb2f6commit hash: c1306041940e1c5634c49c63cec984d3b86eb2f6commit hash: c1306041940e1c5634c49c63cec984d3b86eb2f6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.10.16.00 → 2023.10.30.00
2023.10.16.00
18 Oct 2023 08:59:56
commit hash: 4deb899d8e9eda9c7777871f28bae84155779ca4commit hash: 4deb899d8e9eda9c7777871f28bae84155779ca4commit hash: 4deb899d8e9eda9c7777871f28bae84155779ca4commit hash: 4deb899d8e9eda9c7777871f28bae84155779ca4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2023.10.09.00 → 2023.10.16.00
2023.10.09.00
10 Oct 2023 08:00:18
commit hash: 63671c4938b26891a0708c2eac14b6f513495e9ccommit hash: 63671c4938b26891a0708c2eac14b6f513495e9ccommit hash: 63671c4938b26891a0708c2eac14b6f513495e9ccommit hash: 63671c4938b26891a0708c2eac14b6f513495e9c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update g20230828 → 2023.10.09.00
g20230828_1
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
g20230828
29 Aug 2023 07:32:41
commit hash: 3af8a60287f5f04db86f458f7400ed65941d0255commit hash: 3af8a60287f5f04db86f458f7400ed65941d0255commit hash: 3af8a60287f5f04db86f458f7400ed65941d0255commit hash: 3af8a60287f5f04db86f458f7400ed65941d0255 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update g20230718 → g20230828
g20230718
19 Jul 2023 03:32:52
commit hash: 663a69081ebcd957322dc70e94848d69fd863fa8commit hash: 663a69081ebcd957322dc70e94848d69fd863fa8commit hash: 663a69081ebcd957322dc70e94848d69fd863fa8commit hash: 663a69081ebcd957322dc70e94848d69fd863fa8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20230119 → g20230718
g20230119_2
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
g20230119_1
13 Apr 2023 00:56:37
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
g20230119
23 Jan 2023 18:36:10
commit hash: ac85ea34519cda5ad4feed807c40fced0f74af86commit hash: ac85ea34519cda5ad4feed807c40fced0f74af86commit hash: ac85ea34519cda5ad4feed807c40fced0f74af86commit hash: ac85ea34519cda5ad4feed807c40fced0f74af86 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20220926 -> g20230119
g20220926_3
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
g20220926_2
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
g20220926_1
19 Oct 2022 08:10:29
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
g20220926
27 Sep 2022 02:48:59
commit hash: ebc195966e0dc332add5c08be00a4c960b6d6544commit hash: ebc195966e0dc332add5c08be00a4c960b6d6544commit hash: ebc195966e0dc332add5c08be00a4c960b6d6544commit hash: ebc195966e0dc332add5c08be00a4c960b6d6544 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20220328 -> g20220926
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
g20220328_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20220328_4
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
g20220328_3
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
g20220328_2
17 Apr 2022 23:58:01
commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/glog: Update to 0.6.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/glog/releases
g20220328_1
07 Apr 2022 00:39:10
commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
g20220328
28 Mar 2022 19:41:27
commit hash: 66dc4f3659e3f4ffc19585d34bc598075c6f4096commit hash: 66dc4f3659e3f4ffc19585d34bc598075c6f4096commit hash: 66dc4f3659e3f4ffc19585d34bc598075c6f4096commit hash: 66dc4f3659e3f4ffc19585d34bc598075c6f4096 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20220226 -> g20220328
g20220226
28 Feb 2022 18:30:25
commit hash: da9d203a3b0f91ba0295a9346f0ed1c6858a1f54commit hash: da9d203a3b0f91ba0295a9346f0ed1c6858a1f54commit hash: da9d203a3b0f91ba0295a9346f0ed1c6858a1f54commit hash: da9d203a3b0f91ba0295a9346f0ed1c6858a1f54 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20220214 -> g20220226
g20220214
14 Feb 2022 19:56:20
commit hash: 7d1e2de237ee6f4694fb50d8ffa0e780be89094bcommit hash: 7d1e2de237ee6f4694fb50d8ffa0e780be89094bcommit hash: 7d1e2de237ee6f4694fb50d8ffa0e780be89094bcommit hash: 7d1e2de237ee6f4694fb50d8ffa0e780be89094b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20211107 -> g20220214
g20211107
08 Nov 2021 00:48:55
commit hash: 93de4c0570d25df835e53db38aa47cfa9e5219fdcommit hash: 93de4c0570d25df835e53db38aa47cfa9e5219fdcommit hash: 93de4c0570d25df835e53db38aa47cfa9e5219fdcommit hash: 93de4c0570d25df835e53db38aa47cfa9e5219fd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Updat g20210701 -> g20211107
g20210701_1
21 Oct 2021 14:26:55
commit hash: 9af6d3982f84d7886e7fbe6b796831bd17eab5c6commit hash: 9af6d3982f84d7886e7fbe6b796831bd17eab5c6commit hash: 9af6d3982f84d7886e7fbe6b796831bd17eab5c6commit hash: 9af6d3982f84d7886e7fbe6b796831bd17eab5c6 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
net/mvfst: Add CPE information

Approved by:	portmgr (blanket)
g20210701_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
g20210701
04 Jul 2021 23:41:15
commit hash: d7dc6b6a3933a296024ced3766abf6d5895397cfcommit hash: d7dc6b6a3933a296024ced3766abf6d5895397cfcommit hash: d7dc6b6a3933a296024ced3766abf6d5895397cfcommit hash: d7dc6b6a3933a296024ced3766abf6d5895397cf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20210508 -> g20210701
10 May 2021 17:13:50
commit hash: 23ccdfccede7310692cca038612debf841dd7e90commit hash: 23ccdfccede7310692cca038612debf841dd7e90commit hash: 23ccdfccede7310692cca038612debf841dd7e90commit hash: 23ccdfccede7310692cca038612debf841dd7e90 files touched by this commit Sanity Test Failure Refresh
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: Update g20201119 -> g20210508
g20201119
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
g20201119
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
g20201119
20 Nov 2020 07:22:16
Revision:555746Original commit files touched by this commit
yuri search for other commits by this committer
net/mvfst: Update g20201102 -> g20201119
g20201102
03 Nov 2020 18:08:31
Revision:554006Original commit files touched by this commit
yuri search for other commits by this committer
net/mvfst: Update g20201014 -> g20201102
g20201014
15 Oct 2020 05:41:26
Revision:552376Original commit files touched by this commit
yuri search for other commits by this committer
net/mvfst: Update g20200805 -> g20201014
g20200805
08 Sep 2020 17:39:55
Revision:548002Original commit files touched by this commit
yuri search for other commits by this committer
New port: net/mvfst: Implementation of the QUIC transport protocol

Number of commits found: 60