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 photos
All times are UTC
Ukraine
Port details
mvfst Implementation of the QUIC transport protocol
2026.02.09.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 2025.12.15.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: 2026-02-10 08:19:35
Commit Hash: 2249114
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 (220 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mvfst-2026.02.09.00/catalog.mk
  3. /usr/local/share/licenses/mvfst-2026.02.09.00/LICENSE
  4. /usr/local/share/licenses/mvfst-2026.02.09.00/APACHE20
  5. include/quic/QuicConstants.h
  6. include/quic/QuicEnum.h
  7. include/quic/QuicException.h
  8. include/quic/QuicTLSException.h
  9. include/quic/QuicTypealiases.h
  10. include/quic/api/IoBufQuicBatch.h
  11. include/quic/api/LoopDetectorCallback.h
  12. include/quic/api/QuicAckScheduler.h
  13. include/quic/api/QuicBatchWriter.h
  14. include/quic/api/QuicBatchWriterFactory.h
  15. include/quic/api/QuicCallbacks.h
  16. include/quic/api/QuicGsoBatchWriters.h
  17. include/quic/api/QuicPacketScheduler.h
  18. include/quic/api/QuicSocket.h
  19. include/quic/api/QuicSocketLite.h
  20. include/quic/api/QuicStreamAsyncTransport.h
  21. include/quic/api/QuicTransportBase.h
  22. include/quic/api/QuicTransportBaseLite.h
  23. include/quic/api/QuicTransportFunctions.h
  24. include/quic/api/TransportInfo.h
  25. include/quic/api/test/MockQuicSocket.h
  26. include/quic/api/test/Mocks.h
  27. include/quic/client/QuicClientAsyncTransport.h
  28. include/quic/client/QuicClientTransport.h
  29. include/quic/client/QuicClientTransportLite.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/ChainedByteRange.h
  52. include/quic/common/CircularDeque-inl.h
  53. include/quic/common/CircularDeque.h
  54. include/quic/common/ContiguousCursor.h
  55. include/quic/common/EnumArray.h
  56. include/quic/common/Expected.h
  57. include/quic/common/FunctionRef.h
  58. include/quic/common/IntervalSet-inl.h
  59. include/quic/common/IntervalSet.h
  60. include/quic/common/MvfstCheck.h
  61. include/quic/common/MvfstLogging.h
  62. include/quic/common/NetworkData.h
  63. include/quic/common/Optional.h
  64. include/quic/common/QuicBuffer.h
  65. include/quic/common/QuicRange.h
  66. include/quic/common/SocketUtil.h
  67. include/quic/common/StringUtils.h
  68. include/quic/common/TimePoints.h
  69. include/quic/common/TimeUtil.h
  70. include/quic/common/TransportKnobs.h
  71. include/quic/common/Variant.h
  72. include/quic/common/events/FollyQuicEventBase.h
  73. include/quic/common/events/HighResQuicTimer.h
  74. include/quic/common/events/LibevQuicEventBase.h
  75. include/quic/common/events/QuicEventBase.h
  76. include/quic/common/events/QuicTimer.h
  77. include/quic/common/testutil/MockAsyncUDPSocket.h
  78. include/quic/common/third-party/enum.h
  79. include/quic/common/third-party/expected.hpp
  80. include/quic/common/third-party/optional.h
  81. include/quic/common/third-party/optional_flag_manipulator_fwd.h
  82. include/quic/common/udpsocket/FollyQuicAsyncUDPSocket.h
  83. include/quic/common/udpsocket/LibevQuicAsyncUDPSocket.h
  84. include/quic/common/udpsocket/QuicAsyncUDPSocket.h
  85. include/quic/common/udpsocket/QuicAsyncUDPSocketImpl.h
  86. include/quic/congestion_control/Bandwidth.h
  87. include/quic/congestion_control/Bbr.h
  88. include/quic/congestion_control/Bbr2.h
  89. include/quic/congestion_control/BbrBandwidthSampler.h
  90. include/quic/congestion_control/BbrRttSampler.h
  91. include/quic/congestion_control/CongestionControlFunctions.h
  92. include/quic/congestion_control/CongestionController.h
  93. include/quic/congestion_control/CongestionControllerFactory.h
  94. include/quic/congestion_control/Copa.h
  95. include/quic/congestion_control/EcnL4sTracker.h
  96. include/quic/congestion_control/NewReno.h
  97. include/quic/congestion_control/Pacer.h
  98. include/quic/congestion_control/PacerFactory.h
  99. include/quic/congestion_control/PacketProcessor.h
  100. include/quic/congestion_control/QuicCubic.h
  101. include/quic/congestion_control/ServerCongestionControllerFactory.h
  102. include/quic/congestion_control/SimulatedTBF.h
  103. include/quic/congestion_control/StaticCwndCongestionController.h
  104. include/quic/congestion_control/ThrottlingSignalProvider.h
  105. include/quic/congestion_control/TokenlessPacer.h
  106. include/quic/congestion_control/third_party/windowed_filter.h
  107. include/quic/datagram/DatagramFlowManager.h
  108. include/quic/fizz/client/handshake/FizzClientExtensions.h
  109. include/quic/fizz/client/handshake/FizzClientHandshake.h
  110. include/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h
  111. include/quic/fizz/client/handshake/QuicPskCache.h
  112. include/quic/fizz/client/handshake/QuicTokenCache.h
  113. include/quic/fizz/handshake/FizzBridge.h
  114. include/quic/fizz/handshake/FizzCryptoFactory.h
  115. include/quic/fizz/handshake/FizzPacketNumberCipher.h
  116. include/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h
  117. include/quic/fizz/handshake/FizzTransportParameters.h
  118. include/quic/fizz/handshake/QuicFizzFactory.h
  119. include/quic/fizz/server/handshake/AppToken.h
  120. include/quic/fizz/server/handshake/FizzServerHandshake.h
  121. include/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.h
  122. include/quic/flowcontrol/QuicFlowController.h
  123. include/quic/folly_utils/BufConv.h
  124. include/quic/folly_utils/Utils.h
  125. include/quic/handshake/Aead.h
  126. include/quic/handshake/CryptoFactory.h
  127. include/quic/handshake/HandshakeLayer.h
  128. include/quic/handshake/RetryIntegrityTagGenerator.h
  129. include/quic/handshake/TransportParameters.h
  130. include/quic/happyeyeballs/QuicHappyEyeballsFunctions.h
  131. include/quic/logging/BaseQLogger.h
  132. include/quic/logging/FileQLogger.h
  133. include/quic/logging/QLogSchema.h
  134. include/quic/logging/QLogger.h
  135. include/quic/logging/QLoggerCommon.h
  136. include/quic/logging/QLoggerConstants.h
  137. include/quic/logging/QLoggerMacros.h
  138. include/quic/logging/QLoggerTypes.h
  139. include/quic/loss/QuicLossFunctions.h
  140. include/quic/mvfst-config.h
  141. include/quic/observer/SocketObserverContainer.h
  142. include/quic/observer/SocketObserverInterface.h
  143. include/quic/observer/SocketObserverMacros.h
  144. include/quic/observer/SocketObserverTypes.h
  145. include/quic/priority/HTTPPriorityQueue.h
  146. include/quic/priority/PriorityQueue.h
  147. include/quic/priority/RoundRobin.h
  148. include/quic/samples/echo/EchoClient.h
  149. include/quic/samples/echo/EchoHandler.h
  150. include/quic/samples/echo/EchoServer.h
  151. include/quic/samples/echo/EchoTransportServer.h
  152. include/quic/samples/echo/LogQuicStats.h
  153. include/quic/server/AcceptObserver.h
  154. include/quic/server/QuicHandshakeSocketHolder.h
  155. include/quic/server/QuicReusePortUDPSocketFactory.h
  156. include/quic/server/QuicServer.h
  157. include/quic/server/QuicServerPacketRouter.h
  158. include/quic/server/QuicServerTransport.h
  159. include/quic/server/QuicServerTransportFactory.h
  160. include/quic/server/QuicServerWorker.h
  161. include/quic/server/QuicSharedUDPSocketFactory.h
  162. include/quic/server/QuicUDPSocketFactory.h
  163. include/quic/server/RateLimiter.h
  164. include/quic/server/SlidingWindowRateLimiter.h
  165. include/quic/server/async_tran/QuicAsyncTransportAcceptor.h
  166. include/quic/server/async_tran/QuicAsyncTransportServer.h
  167. include/quic/server/async_tran/QuicServerAsyncTransport.h
  168. include/quic/server/handshake/AppToken.h
  169. include/quic/server/handshake/DefaultAppTokenValidator.h
  170. include/quic/server/handshake/ServerHandshake.h
  171. include/quic/server/handshake/ServerHandshakeFactory.h
  172. include/quic/server/handshake/ServerTransportParametersExtension.h
  173. include/quic/server/handshake/StatelessResetGenerator.h
  174. include/quic/server/handshake/TokenGenerator.h
  175. include/quic/server/state/ServerConnectionIdRejector.h
  176. include/quic/server/state/ServerStateMachine.h
  177. include/quic/server/third-party/siphash.h
  178. include/quic/state/AckEvent.h
  179. include/quic/state/AckHandlers.h
  180. include/quic/state/AckStates.h
  181. include/quic/state/AckedPacketIterator.h
  182. include/quic/state/ClonedPacketIdentifier.h
  183. include/quic/state/DatagramHandlers.h
  184. include/quic/state/EarlyDataAppParamsHandler.h
  185. include/quic/state/LossState.h
  186. include/quic/state/OutstandingPacket.h
  187. include/quic/state/QuicAckFrequencyFunctions.h
  188. include/quic/state/QuicConnectionStats.h
  189. include/quic/state/QuicPacingFunctions.h
  190. include/quic/state/QuicPathManager.h
  191. include/quic/state/QuicStateFunctions.h
  192. include/quic/state/QuicStreamFunctions.h
  193. include/quic/state/QuicStreamManager.h
  194. include/quic/state/QuicStreamUtilities.h
  195. include/quic/state/QuicTransportStatsCallback.h
  196. include/quic/state/SimpleFrameFunctions.h
  197. include/quic/state/StateData.h
  198. include/quic/state/StreamData.h
  199. include/quic/state/TransportSettings.h
  200. include/quic/state/TransportSettingsFunctions.h
  201. include/quic/state/stream/StreamReceiveHandlers.h
  202. include/quic/state/stream/StreamSendHandlers.h
  203. include/quic/state/stream/StreamStateFunctions.h
  204. include/quic/tools/tperf/PacingObserver.h
  205. include/quic/tools/tperf/TperfClient.h
  206. include/quic/tools/tperf/TperfServer.h
  207. include/quic/xsk/BaseXskContainer.h
  208. include/quic/xsk/HashingXskContainer.h
  209. include/quic/xsk/ThreadLocalXskContainer.h
  210. include/quic/xsk/XskSender.h
  211. include/quic/xsk/packet_utils.h
  212. include/quic/xsk/xsk_lib.h
  213. lib/cmake/mvfst/mvfst-config.cmake
  214. lib/cmake/mvfst/mvfst-targets-release.cmake
  215. lib/cmake/mvfst/mvfst-targets.cmake
  216. lib/libmvfst.so
  217. lib/libmvfst.so.0
  218. @owner
  219. @group
  220. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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 = 1770698103 SHA256 (facebook-mvfst-v2026.02.09.00_GH0.tar.gz) = 43e06ffaf13ba6e1d853068fe859ca151028fde4d8de66c118fe64bb7efad32e SIZE (facebook-mvfst-v2026.02.09.00_GH0.tar.gz) = 2148611

Packages (timestamps in pop-ups are UTC):
mvfst
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-2026.02.09.00-2025.08.18.00---g20230119_2
FreeBSD:14:quarterly-2026.02.09.00-2025.06.23.00---2024.01.01.00
FreeBSD:15:latest-2026.02.09.00n/a2025.08.18.00n/an/a-2024.02.19.00
FreeBSD:15:quarterly-2026.02.09.00n/a-n/an/a--
FreeBSD:16:latest-2026.02.09.00n/a-n/an/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_thread.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/v2026.02.09.00?dummy=/
Collapse this list.

Number of commits found: 138 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2026.02.09.00
10 Feb 2026 08:19:35
commit hash: 2249114528be8614146635e101d2390564089ed5commit hash: 2249114528be8614146635e101d2390564089ed5commit hash: 2249114528be8614146635e101d2390564089ed5commit hash: 2249114528be8614146635e101d2390564089ed5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.02.02.00 → 2026.02.09.00
2026.02.02.00
03 Feb 2026 09:33:31
commit hash: bc153724cc5ad1ebd7c9559b4ec8fec56d60cc90commit hash: bc153724cc5ad1ebd7c9559b4ec8fec56d60cc90commit hash: bc153724cc5ad1ebd7c9559b4ec8fec56d60cc90commit hash: bc153724cc5ad1ebd7c9559b4ec8fec56d60cc90 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.01.26.00 → 2026.02.02.00
2026.01.26.00
27 Jan 2026 10:31:21
commit hash: 17435fac5957a9d6072db0ee526d3158eff2bf6ccommit hash: 17435fac5957a9d6072db0ee526d3158eff2bf6ccommit hash: 17435fac5957a9d6072db0ee526d3158eff2bf6ccommit hash: 17435fac5957a9d6072db0ee526d3158eff2bf6c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.01.19.00 → 2026.01.26.00
2026.01.19.00
20 Jan 2026 07:36:07
commit hash: eb35af17ff733768107e1151dfec309e85f9c881commit hash: eb35af17ff733768107e1151dfec309e85f9c881commit hash: eb35af17ff733768107e1151dfec309e85f9c881commit hash: eb35af17ff733768107e1151dfec309e85f9c881 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.01.05.00 → 2026.01.19.00
2026.01.05.00_1
07 Jan 2026 10:22:10
commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808 files touched by this commit
Vsevolod Stakhov (vsevolod) search for other commits by this committer
security/libsodium: Update to 1.0.21

The API remains compatible but bumping all dependent ports as SHLIB
has changed.

Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
2026.01.05.00
05 Jan 2026 17:34:33
commit hash: 547bf8f1e7a3198d4910705a518f34e72ce1aa38commit hash: 547bf8f1e7a3198d4910705a518f34e72ce1aa38commit hash: 547bf8f1e7a3198d4910705a518f34e72ce1aa38commit hash: 547bf8f1e7a3198d4910705a518f34e72ce1aa38 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.12.15.00 → 2026.01.05.00
2025.12.15.00
16 Dec 2025 09:23:52
commit hash: 74a37ca13bc644c449238cb91ae192cb3b2ff80fcommit hash: 74a37ca13bc644c449238cb91ae192cb3b2ff80fcommit hash: 74a37ca13bc644c449238cb91ae192cb3b2ff80fcommit hash: 74a37ca13bc644c449238cb91ae192cb3b2ff80f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.12.01.00 → 2025.12.15.00
2025.12.01.00_1
09 Dec 2025 11:20:55
commit hash: 9d1ed2172a15674c345349723afe7a746227dca6commit hash: 9d1ed2172a15674c345349723afe7a746227dca6commit hash: 9d1ed2172a15674c345349723afe7a746227dca6commit hash: 9d1ed2172a15674c345349723afe7a746227dca6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gflags: Update to 2.3.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/gflags/gflags/releases
2025.12.01.00
02 Dec 2025 09:37:32
commit hash: 2e488da7191c782d7e0a5d8ae32e67f49968dcaacommit hash: 2e488da7191c782d7e0a5d8ae32e67f49968dcaacommit hash: 2e488da7191c782d7e0a5d8ae32e67f49968dcaacommit hash: 2e488da7191c782d7e0a5d8ae32e67f49968dcaa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.11.24.00 → 2025.12.01.00
2025.11.24.00
24 Nov 2025 18:26:57
commit hash: d7692d2ce496bb9c752002caabe7889e986b0bbacommit hash: d7692d2ce496bb9c752002caabe7889e986b0bbacommit hash: d7692d2ce496bb9c752002caabe7889e986b0bbacommit hash: d7692d2ce496bb9c752002caabe7889e986b0bba files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.11.17.00 → 2025.11.24.00
2025.11.17.00
18 Nov 2025 00:53:54
commit hash: d7fbc5af8802623cd9015fa756b6b6062f85c97dcommit hash: d7fbc5af8802623cd9015fa756b6b6062f85c97dcommit hash: d7fbc5af8802623cd9015fa756b6b6062f85c97dcommit hash: d7fbc5af8802623cd9015fa756b6b6062f85c97d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.11.10.00 → 2025.11.17.00
2025.11.10.00
12 Nov 2025 10:46:41
commit hash: e43127efd820659bde190ae380ef98d96e412c72commit hash: e43127efd820659bde190ae380ef98d96e412c72commit hash: e43127efd820659bde190ae380ef98d96e412c72commit hash: e43127efd820659bde190ae380ef98d96e412c72 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.11.03.00 → 2025.11.10.00
2025.11.03.00
05 Nov 2025 10:13:53
commit hash: 9a5c94286966224f03ab2f1ec67f9f437385be4bcommit hash: 9a5c94286966224f03ab2f1ec67f9f437385be4bcommit hash: 9a5c94286966224f03ab2f1ec67f9f437385be4bcommit hash: 9a5c94286966224f03ab2f1ec67f9f437385be4b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.08.18.00 → 2025.11.03.00
2025.08.18.00_1
20 Oct 2025 11:48:39
commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after boost upgrade (+)

Get rid of direct dependency ob libbost_system.so, use libboost_thread.so
instead
2025.08.18.00
19 Aug 2025 09:39:14
commit hash: 2d6549ab2faa56f70def65fda8b581e85f9784d7commit hash: 2d6549ab2faa56f70def65fda8b581e85f9784d7commit hash: 2d6549ab2faa56f70def65fda8b581e85f9784d7commit hash: 2d6549ab2faa56f70def65fda8b581e85f9784d7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.08.04.00 → 2025.08.18.00
2025.08.04.00_1
10 Aug 2025 19:02:47
commit hash: b7e654fbfea9bb2771c35b1148250c2f1cf0c6a2commit hash: b7e654fbfea9bb2771c35b1148250c2f1cf0c6a2commit hash: b7e654fbfea9bb2771c35b1148250c2f1cf0c6a2commit hash: b7e654fbfea9bb2771c35b1148250c2f1cf0c6a2 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Bump PORTREVISION for devel/libfmt  update {fmt.dev}
2025.08.04.00
06 Aug 2025 00:01:34
commit hash: 65a0dd60241a80d42506e586bb6a92e3f713aed5commit hash: 65a0dd60241a80d42506e586bb6a92e3f713aed5commit hash: 65a0dd60241a80d42506e586bb6a92e3f713aed5commit hash: 65a0dd60241a80d42506e586bb6a92e3f713aed5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.07.28.00 → 2025.08.04.00
2025.07.28.00
29 Jul 2025 09:57:01
commit hash: 84a581898faf6fde1d457996a8e5f30bde878ca8commit hash: 84a581898faf6fde1d457996a8e5f30bde878ca8commit hash: 84a581898faf6fde1d457996a8e5f30bde878ca8commit hash: 84a581898faf6fde1d457996a8e5f30bde878ca8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.07.21.00 → 2025.07.28.00
2025.07.21.00
22 Jul 2025 07:11:01
commit hash: 1a450d3896092159eb93e3a7720697fa76a0e834commit hash: 1a450d3896092159eb93e3a7720697fa76a0e834commit hash: 1a450d3896092159eb93e3a7720697fa76a0e834commit hash: 1a450d3896092159eb93e3a7720697fa76a0e834 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.07.07.00 → 2025.07.21.00
2025.07.07.00
09 Jul 2025 16:47:13
commit hash: acaa030242310d372539678e622b99ec547eec48commit hash: acaa030242310d372539678e622b99ec547eec48commit hash: acaa030242310d372539678e622b99ec547eec48commit hash: acaa030242310d372539678e622b99ec547eec48 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.06.23.00 → 2025.07.07.00
2025.06.23.00
23 Jun 2025 18:04:36
commit hash: 7e05a1722012bb048559c33e790bf87502a0e53ccommit hash: 7e05a1722012bb048559c33e790bf87502a0e53ccommit hash: 7e05a1722012bb048559c33e790bf87502a0e53ccommit hash: 7e05a1722012bb048559c33e790bf87502a0e53c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.06.16.00 → 2025.06.23.00
2025.06.16.00
17 Jun 2025 03:10:08
commit hash: 7e1ab816f0fb3f5d06bc2f280d5c24023a5a1f13commit hash: 7e1ab816f0fb3f5d06bc2f280d5c24023a5a1f13commit hash: 7e1ab816f0fb3f5d06bc2f280d5c24023a5a1f13commit hash: 7e1ab816f0fb3f5d06bc2f280d5c24023a5a1f13 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.06.09.00 → 2025.06.16.00
2025.06.09.00
10 Jun 2025 07:53:22
commit hash: e556ffff4a02863c2ab587ab5489708fa4eceae6commit hash: e556ffff4a02863c2ab587ab5489708fa4eceae6commit hash: e556ffff4a02863c2ab587ab5489708fa4eceae6commit hash: e556ffff4a02863c2ab587ab5489708fa4eceae6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.06.02.00 → 2025.06.09.00
2025.06.02.00_1
03 Jun 2025 03:50:14
commit hash: 0491224c8b489e0b11e3d60aa0ea360ec28ece51commit hash: 0491224c8b489e0b11e3d60aa0ea360ec28ece51commit hash: 0491224c8b489e0b11e3d60aa0ea360ec28ece51commit hash: 0491224c8b489e0b11e3d60aa0ea360ec28ece51 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.05.26.00 → 2025.06.02.00
2025.05.26.00_1
02 Jun 2025 00:40:43
commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost update
2025.05.26.00
27 May 2025 16:31:03
commit hash: 6a8e1a57f9ab929d975187b3ae7dc6bf8b316f9ecommit hash: 6a8e1a57f9ab929d975187b3ae7dc6bf8b316f9ecommit hash: 6a8e1a57f9ab929d975187b3ae7dc6bf8b316f9ecommit hash: 6a8e1a57f9ab929d975187b3ae7dc6bf8b316f9e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.05.19.00 → 2025.05.26.00
2025.05.19.00
20 May 2025 15:11:37
commit hash: 36042a11d228a5f365d8d3dbec3b9348ebe0467ecommit hash: 36042a11d228a5f365d8d3dbec3b9348ebe0467ecommit hash: 36042a11d228a5f365d8d3dbec3b9348ebe0467ecommit hash: 36042a11d228a5f365d8d3dbec3b9348ebe0467e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.05.12.00 → 2025.05.19.00
2025.05.12.00
13 May 2025 04:43:07
commit hash: 16da4df0e4a87bc5137cff6334c91fff3626c279commit hash: 16da4df0e4a87bc5137cff6334c91fff3626c279commit hash: 16da4df0e4a87bc5137cff6334c91fff3626c279commit hash: 16da4df0e4a87bc5137cff6334c91fff3626c279 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.05.05.00 → 2025.05.12.00
2025.05.05.00
06 May 2025 05:49:10
commit hash: 0cb5eae4150ef825fcca563c2692f8f04425a2eecommit hash: 0cb5eae4150ef825fcca563c2692f8f04425a2eecommit hash: 0cb5eae4150ef825fcca563c2692f8f04425a2eecommit hash: 0cb5eae4150ef825fcca563c2692f8f04425a2ee files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.04.28.00 → 2025.05.05.00
2025.04.28.00
29 Apr 2025 08:39:45
commit hash: 4e01eb672b9b74bf53cdbdfe38ee57e27e212ceccommit hash: 4e01eb672b9b74bf53cdbdfe38ee57e27e212ceccommit hash: 4e01eb672b9b74bf53cdbdfe38ee57e27e212ceccommit hash: 4e01eb672b9b74bf53cdbdfe38ee57e27e212cec files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.04.14.00 → 2025.04.28.00
2025.04.14.00
16 Apr 2025 09:41:18
commit hash: 2d9d2ebde331f6227e1272159e53885e0d8335ddcommit hash: 2d9d2ebde331f6227e1272159e53885e0d8335ddcommit hash: 2d9d2ebde331f6227e1272159e53885e0d8335ddcommit hash: 2d9d2ebde331f6227e1272159e53885e0d8335dd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.04.07.00 → 2025.04.14.00
2025.04.07.00
07 Apr 2025 21:21:54
commit hash: cd3bfcddb5bbb87242fd660f760a95d7e4367c49commit hash: cd3bfcddb5bbb87242fd660f760a95d7e4367c49commit hash: cd3bfcddb5bbb87242fd660f760a95d7e4367c49commit hash: cd3bfcddb5bbb87242fd660f760a95d7e4367c49 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.03.31.00 → 2025.04.07.00
2025.03.31.00
31 Mar 2025 18:28:34
commit hash: e032f88df168456dbf6ad0b9af9a56f4cd75668ecommit hash: e032f88df168456dbf6ad0b9af9a56f4cd75668ecommit hash: e032f88df168456dbf6ad0b9af9a56f4cd75668ecommit hash: e032f88df168456dbf6ad0b9af9a56f4cd75668e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.03.24.00 → 2025.03.31.00
2025.03.24.00
25 Mar 2025 05:56:00
commit hash: e08f2167d5da4aca468e24f080a1fe4f9c90494ccommit hash: e08f2167d5da4aca468e24f080a1fe4f9c90494ccommit hash: e08f2167d5da4aca468e24f080a1fe4f9c90494ccommit hash: e08f2167d5da4aca468e24f080a1fe4f9c90494c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.03.10.00 → 2025.03.24.00
2025.03.10.00
11 Mar 2025 07:34:29
commit hash: 3cbf8e8af6d32fd4f8b5a25a62fd699b5d9852e2commit hash: 3cbf8e8af6d32fd4f8b5a25a62fd699b5d9852e2commit hash: 3cbf8e8af6d32fd4f8b5a25a62fd699b5d9852e2commit hash: 3cbf8e8af6d32fd4f8b5a25a62fd699b5d9852e2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.03.03.00 → 2025.03.10.00
2025.03.03.00
04 Mar 2025 07:17:38
commit hash: b6369af01b058e41822c10d49cd823fa79085aebcommit hash: b6369af01b058e41822c10d49cd823fa79085aebcommit hash: b6369af01b058e41822c10d49cd823fa79085aebcommit hash: b6369af01b058e41822c10d49cd823fa79085aeb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.02.24.00 → 2025.03.03.00
2025.02.24.00
25 Feb 2025 09:09:40
commit hash: 9831b682001420a89cab72467f205330fe171ce7commit hash: 9831b682001420a89cab72467f205330fe171ce7commit hash: 9831b682001420a89cab72467f205330fe171ce7commit hash: 9831b682001420a89cab72467f205330fe171ce7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.02.17.00 → 2025.02.24.00
2025.02.17.00_2
18 Feb 2025 09:01:39
commit hash: 1151fe04a9ff435a4cb40a0f4ba112cf1884a011commit hash: 1151fe04a9ff435a4cb40a0f4ba112cf1884a011commit hash: 1151fe04a9ff435a4cb40a0f4ba112cf1884a011commit hash: 1151fe04a9ff435a4cb40a0f4ba112cf1884a011 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.02.10.00 → 2025.02.17.00
2025.02.10.00_2
14 Feb 2025 23:12:32
commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump consumers of devel/icu

...to avoid library mismatches
2025.02.10.00_1
14 Feb 2025 03:17:22
commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost-1.87 update

Sponsored by:	Future Crew, LLC
2025.02.10.00
10 Feb 2025 20:20:11
commit hash: 605ef19368b0d3c6e3bc1037cfe746126cf5b0fccommit hash: 605ef19368b0d3c6e3bc1037cfe746126cf5b0fccommit hash: 605ef19368b0d3c6e3bc1037cfe746126cf5b0fccommit hash: 605ef19368b0d3c6e3bc1037cfe746126cf5b0fc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.02.03.00 → 2025.02.10.00
2025.02.03.00
06 Feb 2025 15:05:42
commit hash: dc00ef94e02009e69271fd2a82792ab3d834918ecommit hash: dc00ef94e02009e69271fd2a82792ab3d834918ecommit hash: dc00ef94e02009e69271fd2a82792ab3d834918ecommit hash: dc00ef94e02009e69271fd2a82792ab3d834918e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.01.27.00 → 2025.02.03.00
2025.01.27.00
27 Jan 2025 21:46:57
commit hash: 315c0649ecda87243ca5c8ccbfa6e5b0bf9d710bcommit hash: 315c0649ecda87243ca5c8ccbfa6e5b0bf9d710bcommit hash: 315c0649ecda87243ca5c8ccbfa6e5b0bf9d710bcommit hash: 315c0649ecda87243ca5c8ccbfa6e5b0bf9d710b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.01.20.00 → 2025.01.27.00
2025.01.20.00
21 Jan 2025 09:21:17
commit hash: 138ae8f1a11f25d4a54b155a508666b5690b90f3commit hash: 138ae8f1a11f25d4a54b155a508666b5690b90f3commit hash: 138ae8f1a11f25d4a54b155a508666b5690b90f3commit hash: 138ae8f1a11f25d4a54b155a508666b5690b90f3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.01.13.00 → 2025.01.20.00
2025.01.13.00
14 Jan 2025 03:26:05
commit hash: 3802dfdd347f92cbea2b6a768aee6e6e64795ae9commit hash: 3802dfdd347f92cbea2b6a768aee6e6e64795ae9commit hash: 3802dfdd347f92cbea2b6a768aee6e6e64795ae9commit hash: 3802dfdd347f92cbea2b6a768aee6e6e64795ae9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2025.01.06.00 → 2025.01.13.00
2025.01.06.00
07 Jan 2025 09:29:05
commit hash: b3c5ff197624c134bacbe6543703d6f1e40e7f05commit hash: b3c5ff197624c134bacbe6543703d6f1e40e7f05commit hash: b3c5ff197624c134bacbe6543703d6f1e40e7f05commit hash: b3c5ff197624c134bacbe6543703d6f1e40e7f05 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.12.30.00 → 2025.01.06.00
2024.12.30.00
02 Jan 2025 00:39:09
commit hash: 813cbb28885829e4d5e7827e73e8c77868170ba7commit hash: 813cbb28885829e4d5e7827e73e8c77868170ba7commit hash: 813cbb28885829e4d5e7827e73e8c77868170ba7commit hash: 813cbb28885829e4d5e7827e73e8c77868170ba7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.12.23.00 → 2024.12.30.00
2024.12.23.00
25 Dec 2024 00:57:15
commit hash: 128be0333531f1d6ed0b3509f3ddd617c3d80928commit hash: 128be0333531f1d6ed0b3509f3ddd617c3d80928commit hash: 128be0333531f1d6ed0b3509f3ddd617c3d80928commit hash: 128be0333531f1d6ed0b3509f3ddd617c3d80928 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.12.09.00 → 2024.12.23.00
2024.12.09.00
10 Dec 2024 06:57:39
commit hash: d0ed03a9ebbfe69811790bd4bff0f3978ba0ecaacommit hash: d0ed03a9ebbfe69811790bd4bff0f3978ba0ecaacommit hash: d0ed03a9ebbfe69811790bd4bff0f3978ba0ecaacommit hash: d0ed03a9ebbfe69811790bd4bff0f3978ba0ecaa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.12.02.00 → 2024.12.09.00
2024.12.02.00
07 Dec 2024 10:18:28
commit hash: 2efcddcef833f221344abd178753085897c9af7ecommit hash: 2efcddcef833f221344abd178753085897c9af7ecommit hash: 2efcddcef833f221344abd178753085897c9af7ecommit hash: 2efcddcef833f221344abd178753085897c9af7e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.11.18.00 → 2024.12.02.00
2024.11.18.00_1
20 Nov 2024 10:05:25
commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consu,ers after update Boost to 1.86 release

Sponsored by:	Future Crew, LLC
2024.11.18.00
19 Nov 2024 05:18:17
commit hash: bc856a84cf1c6931a0af1ee535232a0493ea2054commit hash: bc856a84cf1c6931a0af1ee535232a0493ea2054commit hash: bc856a84cf1c6931a0af1ee535232a0493ea2054commit hash: bc856a84cf1c6931a0af1ee535232a0493ea2054 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.11.11.00 → 2024.11.18.00
2024.11.11.00
12 Nov 2024 08:32:33
commit hash: 953bc93020ef449635bb6a01754222eacd27ff98commit hash: 953bc93020ef449635bb6a01754222eacd27ff98commit hash: 953bc93020ef449635bb6a01754222eacd27ff98commit hash: 953bc93020ef449635bb6a01754222eacd27ff98 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.11.04.00 → 2024.11.11.00
2024.11.04.00
05 Nov 2024 07:25:48
commit hash: 6211091585a2f1ee9ca97d3888a2b779ebbcbf53commit hash: 6211091585a2f1ee9ca97d3888a2b779ebbcbf53commit hash: 6211091585a2f1ee9ca97d3888a2b779ebbcbf53commit hash: 6211091585a2f1ee9ca97d3888a2b779ebbcbf53 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.10.28.00 → 2024.11.04.00
2024.10.28.00
29 Oct 2024 08:18:01
commit hash: 062997536888b7b6739e9114f0faf381da394498commit hash: 062997536888b7b6739e9114f0faf381da394498commit hash: 062997536888b7b6739e9114f0faf381da394498commit hash: 062997536888b7b6739e9114f0faf381da394498 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.10.21.00 → 2024.10.28.00
2024.10.21.00
23 Oct 2024 09:44:42
commit hash: d9d575de14f9bc35a9f98c1e637e97c0d414b498commit hash: d9d575de14f9bc35a9f98c1e637e97c0d414b498commit hash: d9d575de14f9bc35a9f98c1e637e97c0d414b498commit hash: d9d575de14f9bc35a9f98c1e637e97c0d414b498 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.10.14.00 → 2024.10.21.00
2024.10.14.00
14 Oct 2024 20:27:18
commit hash: 26c354b307bb9de0548d9dc026db9c9060b18aaecommit hash: 26c354b307bb9de0548d9dc026db9c9060b18aaecommit hash: 26c354b307bb9de0548d9dc026db9c9060b18aaecommit hash: 26c354b307bb9de0548d9dc026db9c9060b18aae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.09.30.00 → 2024.10.14.00
2024.09.30.00_1
03 Oct 2024 10:25:14
commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump consumers after devel/boost* update

With hat:	office
Sponsored by:	Future Crew, LLC
2024.09.30.00
01 Oct 2024 06:03:17
commit hash: 32e923c0d30b03c43a69015a74d4bbe5f8abcae9commit hash: 32e923c0d30b03c43a69015a74d4bbe5f8abcae9commit hash: 32e923c0d30b03c43a69015a74d4bbe5f8abcae9commit hash: 32e923c0d30b03c43a69015a74d4bbe5f8abcae9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.09.23.00 → 2024.09.30.00
2024.09.23.00
24 Sep 2024 07:52:09
commit hash: e429a4fe573aa1b9759fb9367637254370824a33commit hash: e429a4fe573aa1b9759fb9367637254370824a33commit hash: e429a4fe573aa1b9759fb9367637254370824a33commit hash: e429a4fe573aa1b9759fb9367637254370824a33 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.09.16.00 → 2024.09.23.00
2024.09.16.00
16 Sep 2024 19:29:58
commit hash: b3e518fa7e9e23be356698115e99343f02b69ab0commit hash: b3e518fa7e9e23be356698115e99343f02b69ab0commit hash: b3e518fa7e9e23be356698115e99343f02b69ab0commit hash: b3e518fa7e9e23be356698115e99343f02b69ab0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.09.09.00 → 2024.09.16.00
2024.09.09.00
10 Sep 2024 01:32:43
commit hash: 270db2578e4860e880b39896537fe33559b6d434commit hash: 270db2578e4860e880b39896537fe33559b6d434commit hash: 270db2578e4860e880b39896537fe33559b6d434commit hash: 270db2578e4860e880b39896537fe33559b6d434 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.09.02.00 → 2024.09.09.00
2024.09.02.00
03 Sep 2024 08:35:54
commit hash: 76c6bdba127b6a37ef66b744927d3996f328c8fecommit hash: 76c6bdba127b6a37ef66b744927d3996f328c8fecommit hash: 76c6bdba127b6a37ef66b744927d3996f328c8fecommit hash: 76c6bdba127b6a37ef66b744927d3996f328c8fe files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.08.26.00 → 2024.09.02.00
2024.08.26.00
27 Aug 2024 03:38:33
commit hash: 8de0b8e4170e6f944f1ae3a4a8563f451d6a1149commit hash: 8de0b8e4170e6f944f1ae3a4a8563f451d6a1149commit hash: 8de0b8e4170e6f944f1ae3a4a8563f451d6a1149commit hash: 8de0b8e4170e6f944f1ae3a4a8563f451d6a1149 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.08.19.00 → 2024.08.26.00
2024.08.19.00
20 Aug 2024 08:42:34
commit hash: e26b4e14b792071afc8ed1959f600936e0bc7848commit hash: e26b4e14b792071afc8ed1959f600936e0bc7848commit hash: e26b4e14b792071afc8ed1959f600936e0bc7848commit hash: e26b4e14b792071afc8ed1959f600936e0bc7848 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.08.12.00 → 2024.08.19.00
2024.08.12.00
13 Aug 2024 05:12:30
commit hash: 07a2afc77961061da8da57309ebcb57cabc3accfcommit hash: 07a2afc77961061da8da57309ebcb57cabc3accfcommit hash: 07a2afc77961061da8da57309ebcb57cabc3accfcommit hash: 07a2afc77961061da8da57309ebcb57cabc3accf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.08.05.00 → 2024.08.12.00
2024.08.05.00
07 Aug 2024 03:41:21
commit hash: 0ed9f58dbaf811e3f571c356e7a13648d3af1ffccommit hash: 0ed9f58dbaf811e3f571c356e7a13648d3af1ffccommit hash: 0ed9f58dbaf811e3f571c356e7a13648d3af1ffccommit hash: 0ed9f58dbaf811e3f571c356e7a13648d3af1ffc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.07.29.00 → 2024.08.05.00
2024.07.29.00
30 Jul 2024 02:02:03
commit hash: f99a272c1d8d36ed853e2d0dc7aabcbcb998482ecommit hash: f99a272c1d8d36ed853e2d0dc7aabcbcb998482ecommit hash: f99a272c1d8d36ed853e2d0dc7aabcbcb998482ecommit hash: f99a272c1d8d36ed853e2d0dc7aabcbcb998482e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.07.22.00 → 2024.07.29.00
2024.07.22.00
23 Jul 2024 00:34:21
commit hash: 5ecdc837dd8cd4bce08068bccc1cc833092440becommit hash: 5ecdc837dd8cd4bce08068bccc1cc833092440becommit hash: 5ecdc837dd8cd4bce08068bccc1cc833092440becommit hash: 5ecdc837dd8cd4bce08068bccc1cc833092440be files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.07.15.00 → 2024.07.22.00
2024.07.15.00
16 Jul 2024 01:15:38
commit hash: f1f595250d53069ccd0a4236a0af0e22781dd32ccommit hash: f1f595250d53069ccd0a4236a0af0e22781dd32ccommit hash: f1f595250d53069ccd0a4236a0af0e22781dd32ccommit hash: f1f595250d53069ccd0a4236a0af0e22781dd32c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.07.08.00 → 2024.07.15.00
2024.07.08.00
09 Jul 2024 02:23:47
commit hash: 1c1a3a80649f2a41841540bc2b4e8adf616d4eafcommit hash: 1c1a3a80649f2a41841540bc2b4e8adf616d4eafcommit hash: 1c1a3a80649f2a41841540bc2b4e8adf616d4eafcommit hash: 1c1a3a80649f2a41841540bc2b4e8adf616d4eaf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.06.24.00 → 2024.07.08.00
2024.06.24.00
24 Jun 2024 18:20:25
commit hash: 3ad06517aed396d8f8fc6b45cdfc2ed5d2ea33c4commit hash: 3ad06517aed396d8f8fc6b45cdfc2ed5d2ea33c4commit hash: 3ad06517aed396d8f8fc6b45cdfc2ed5d2ea33c4commit hash: 3ad06517aed396d8f8fc6b45cdfc2ed5d2ea33c4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.05.20.00 → 2024.06.24.00
2024.05.20.00
21 May 2024 16:37:15
commit hash: c65634d73c56d6b915a5ac9c95ebace7948b6b20commit hash: c65634d73c56d6b915a5ac9c95ebace7948b6b20commit hash: c65634d73c56d6b915a5ac9c95ebace7948b6b20commit hash: c65634d73c56d6b915a5ac9c95ebace7948b6b20 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.05.06.00 → 2024.05.20.00
2024.05.06.00_1
20 May 2024 10:33:03
commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377 files touched by this commit
Vsevolod Stakhov (vsevolod) search for other commits by this committer
security/libsodium: update to 1.0.19, bump dependent ports

PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2024.05.06.00
07 May 2024 08:26:40
commit hash: 04a49122746468c0937440d039dd4fbd74e01f62commit hash: 04a49122746468c0937440d039dd4fbd74e01f62commit hash: 04a49122746468c0937440d039dd4fbd74e01f62commit hash: 04a49122746468c0937440d039dd4fbd74e01f62 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.05.02.00 → 2024.05.06.00
2024.05.02.00
03 May 2024 09:02:57
commit hash: e6ddf564570dbc177f5beea4480f9f78b2d1c960commit hash: e6ddf564570dbc177f5beea4480f9f78b2d1c960commit hash: e6ddf564570dbc177f5beea4480f9f78b2d1c960commit hash: e6ddf564570dbc177f5beea4480f9f78b2d1c960 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.04.29.00 → 2024.05.02.00
2024.04.29.00
30 Apr 2024 02:31:54
commit hash: 2bbb56b5a13bc462bae35b5dcc29d95374410e32commit hash: 2bbb56b5a13bc462bae35b5dcc29d95374410e32commit hash: 2bbb56b5a13bc462bae35b5dcc29d95374410e32commit hash: 2bbb56b5a13bc462bae35b5dcc29d95374410e32 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.04.22.00 → 2024.04.29.00
2024.04.22.00
23 Apr 2024 08:40:35
commit hash: da0bf6fe7e96141b4f95c0d38c3ce818af1c099dcommit hash: da0bf6fe7e96141b4f95c0d38c3ce818af1c099dcommit hash: da0bf6fe7e96141b4f95c0d38c3ce818af1c099dcommit hash: da0bf6fe7e96141b4f95c0d38c3ce818af1c099d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2024.04.15.00 → 2024.04.22.00
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

Number of commits found: 138 (showing only 100 on this page)

1 | 2  »