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
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
mvfst Implementation of the QUIC transport protocol
2026.08.03.00_1 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 2026.06.22.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-08-10 11:24:24
Commit Hash: 213840c
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 (243 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mvfst-2026.08.03.00_1/catalog.mk
  3. /usr/local/share/licenses/mvfst-2026.08.03.00_1/LICENSE
  4. /usr/local/share/licenses/mvfst-2026.08.03.00_1/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/ApiMocks.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/QuicClientTransportLite.h
  31. include/quic/client/connector/QuicConnector.h
  32. include/quic/client/handshake/CachedServerTransportParameters.h
  33. include/quic/client/handshake/CachedServerTransportParametersSerialization.h
  34. include/quic/client/handshake/ClientHandshake.h
  35. include/quic/client/handshake/ClientHandshakeFactory.h
  36. include/quic/client/handshake/ClientTransportParametersExtension.h
  37. include/quic/client/state/ClientStateMachine.h
  38. include/quic/codec/ConnectionIdAlgo.h
  39. include/quic/codec/Decode.h
  40. include/quic/codec/DefaultConnectionIdAlgo.h
  41. include/quic/codec/PacketNumber.h
  42. include/quic/codec/PacketNumberCipher.h
  43. include/quic/codec/QuicConnectionId.h
  44. include/quic/codec/QuicHeaderCodec.h
  45. include/quic/codec/QuicInteger.h
  46. include/quic/codec/QuicPacketBuilder.h
  47. include/quic/codec/QuicPacketRebuilder.h
  48. include/quic/codec/QuicReadCodec.h
  49. include/quic/codec/QuicWriteCodec.h
  50. include/quic/codec/Types.h
  51. include/quic/common/BufAccessor.h
  52. include/quic/common/BufUtil.h
  53. include/quic/common/ChainedByteRange.h
  54. include/quic/common/CircularDeque-inl.h
  55. include/quic/common/CircularDeque.h
  56. include/quic/common/ContiguousCursor.h
  57. include/quic/common/EnumArray.h
  58. include/quic/common/Expected.h
  59. include/quic/common/FunctionRef.h
  60. include/quic/common/IntervalSet-inl.h
  61. include/quic/common/IntervalSet.h
  62. include/quic/common/LinuxKernelVersion.h
  63. include/quic/common/MvfstCheck.h
  64. include/quic/common/MvfstLogging.h
  65. include/quic/common/NetworkData.h
  66. include/quic/common/Optional.h
  67. include/quic/common/QuicBuffer.h
  68. include/quic/common/QuicIOBufQueue.h
  69. include/quic/common/QuicRange.h
  70. include/quic/common/SocketUtil.h
  71. include/quic/common/StringUtils.h
  72. include/quic/common/TimePoints.h
  73. include/quic/common/TimeUtil.h
  74. include/quic/common/TransportKnobs.h
  75. include/quic/common/Variant.h
  76. include/quic/common/address/QuicAddressUtil.h
  77. include/quic/common/address/QuicSocketAddress.h
  78. include/quic/common/address/QuicSocketAddressBridge.h
  79. include/quic/common/events/FollyQuicEventBase.h
  80. include/quic/common/events/HighResQuicTimer.h
  81. include/quic/common/events/LibevQuicEventBase.h
  82. include/quic/common/events/QuicEventBase.h
  83. include/quic/common/events/QuicExecutor.h
  84. include/quic/common/events/QuicFollyExecutorImpl.h
  85. include/quic/common/events/QuicLibevExecutorImpl.h
  86. include/quic/common/events/QuicTimer.h
  87. include/quic/common/testutil/MockAsyncUDPSocket.h
  88. include/quic/common/third-party/enum.h
  89. include/quic/common/third-party/expected.hpp
  90. include/quic/common/third-party/optional.h
  91. include/quic/common/third-party/optional_flag_manipulator_fwd.h
  92. include/quic/common/udpsocket/FollyQuicAsyncUDPSocket.h
  93. include/quic/common/udpsocket/LibevQuicAsyncUDPSocket.h
  94. include/quic/common/udpsocket/QuicAsyncUDPSocket.h
  95. include/quic/common/udpsocket/QuicAsyncUDPSocketImpl.h
  96. include/quic/congestion_control/Bandwidth.h
  97. include/quic/congestion_control/Bbr.h
  98. include/quic/congestion_control/Bbr2.h
  99. include/quic/congestion_control/BbrBandwidthSampler.h
  100. include/quic/congestion_control/BbrRttSampler.h
  101. include/quic/congestion_control/CongestionControlFunctions.h
  102. include/quic/congestion_control/CongestionController.h
  103. include/quic/congestion_control/CongestionControllerFactory.h
  104. include/quic/congestion_control/Copa.h
  105. include/quic/congestion_control/EcnL4sTracker.h
  106. include/quic/congestion_control/NewReno.h
  107. include/quic/congestion_control/Pacer.h
  108. include/quic/congestion_control/PacerFactory.h
  109. include/quic/congestion_control/PacketProcessor.h
  110. include/quic/congestion_control/QuicCubic.h
  111. include/quic/congestion_control/ServerCongestionControllerFactory.h
  112. include/quic/congestion_control/SimulatedTBF.h
  113. include/quic/congestion_control/StaticCwndCongestionController.h
  114. include/quic/congestion_control/ThrottlingSignalProvider.h
  115. include/quic/congestion_control/TokenlessPacer.h
  116. include/quic/congestion_control/modular/Bbr2ProbeBw.h
  117. include/quic/congestion_control/modular/Bbr2ProbeRtt.h
  118. include/quic/congestion_control/modular/Bbr2Shared.h
  119. include/quic/congestion_control/modular/Bbr2Startup.h
  120. include/quic/congestion_control/third_party/windowed_filter.h
  121. include/quic/datagram/DatagramFlowManager.h
  122. include/quic/fizz/client/handshake/FizzClientExtensions.h
  123. include/quic/fizz/client/handshake/FizzClientHandshake.h
  124. include/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h
  125. include/quic/fizz/client/handshake/QuicPskCache.h
  126. include/quic/fizz/client/handshake/QuicTokenCache.h
  127. include/quic/fizz/handshake/FizzBridge.h
  128. include/quic/fizz/handshake/FizzCryptoFactory.h
  129. include/quic/fizz/handshake/FizzOpenSSLPacketNumberCipher.h
  130. include/quic/fizz/handshake/FizzPacketNumberCipher.h
  131. include/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h
  132. include/quic/fizz/handshake/FizzTransportParameters.h
  133. include/quic/fizz/handshake/QuicFizzFactory.h
  134. include/quic/fizz/server/handshake/AppToken.h
  135. include/quic/fizz/server/handshake/FizzServerHandshake.h
  136. include/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.h
  137. include/quic/flowcontrol/QuicFlowController.h
  138. include/quic/folly_utils/BufConv.h
  139. include/quic/folly_utils/Utils.h
  140. include/quic/handshake/Aead.h
  141. include/quic/handshake/CryptoFactory.h
  142. include/quic/handshake/HandshakeLayer.h
  143. include/quic/handshake/RetryIntegrityTagGenerator.h
  144. include/quic/handshake/TransportParameters.h
  145. include/quic/happyeyeballs/QuicHappyEyeballsFunctions.h
  146. include/quic/logging/BaseQLogger.h
  147. include/quic/logging/FileQLogger.h
  148. include/quic/logging/QLogSchema.h
  149. include/quic/logging/QLogger.h
  150. include/quic/logging/QLoggerCommon.h
  151. include/quic/logging/QLoggerConstants.h
  152. include/quic/logging/QLoggerMacros.h
  153. include/quic/logging/QLoggerTypes.h
  154. include/quic/logging/oops_logger/GlogOopsLogger.h
  155. include/quic/logging/oops_logger/OopsFields.h
  156. include/quic/logging/oops_logger/OopsLogger.h
  157. include/quic/loss/QuicLossFunctions.h
  158. include/quic/mvfst-config.h
  159. include/quic/observer/SocketObserverContainer.h
  160. include/quic/observer/SocketObserverInterface.h
  161. include/quic/observer/SocketObserverMacros.h
  162. include/quic/observer/SocketObserverTypes.h
  163. include/quic/priority/HTTPPriorityQueue.h
  164. include/quic/priority/PriorityQueue.h
  165. include/quic/priority/RoundRobin.h
  166. include/quic/quic-logging-config.h
  167. include/quic/samples/echo/EchoClient.h
  168. include/quic/samples/echo/EchoHandler.h
  169. include/quic/samples/echo/EchoServer.h
  170. include/quic/samples/echo/EchoTransportServer.h
  171. include/quic/samples/echo/LogQuicStats.h
  172. include/quic/server/AcceptObserver.h
  173. include/quic/server/QuicHandshakeSocketHolder.h
  174. include/quic/server/QuicReusePortUDPSocketFactory.h
  175. include/quic/server/QuicServer.h
  176. include/quic/server/QuicServerPacketRouter.h
  177. include/quic/server/QuicServerTransport.h
  178. include/quic/server/QuicServerTransportFactory.h
  179. include/quic/server/QuicServerWorker.h
  180. include/quic/server/QuicSharedUDPSocketFactory.h
  181. include/quic/server/QuicUDPSocketFactory.h
  182. include/quic/server/RateLimiter.h
  183. include/quic/server/SlidingWindowRateLimiter.h
  184. include/quic/server/async_tran/QuicAsyncTransportAcceptor.h
  185. include/quic/server/async_tran/QuicAsyncTransportServer.h
  186. include/quic/server/async_tran/QuicServerAsyncTransport.h
  187. include/quic/server/handshake/AppToken.h
  188. include/quic/server/handshake/DefaultAppTokenValidator.h
  189. include/quic/server/handshake/ServerHandshake.h
  190. include/quic/server/handshake/ServerHandshakeFactory.h
  191. include/quic/server/handshake/ServerTransportParametersExtension.h
  192. include/quic/server/handshake/StatelessResetGenerator.h
  193. include/quic/server/handshake/TokenGenerator.h
  194. include/quic/server/state/ServerConnectionIdRejector.h
  195. include/quic/server/state/ServerStateMachine.h
  196. include/quic/server/third-party/siphash.h
  197. include/quic/state/AckEvent.h
  198. include/quic/state/AckHandlers.h
  199. include/quic/state/AckStates.h
  200. include/quic/state/AckedPacketIterator.h
  201. include/quic/state/ClonedPacketIdentifier.h
  202. include/quic/state/ConnectionOopsFields.h
  203. include/quic/state/DatagramHandlers.h
  204. include/quic/state/EarlyDataAppParamsHandler.h
  205. include/quic/state/LossState.h
  206. include/quic/state/LossEvent.h
  207. include/quic/state/OutstandingPacket.h
  208. include/quic/state/QuicAckFrequencyFunctions.h
  209. include/quic/state/QuicConnectionStats.h
  210. include/quic/state/QuicPacingFunctions.h
  211. include/quic/state/QuicPathManager.h
  212. include/quic/state/QuicStateFunctions.h
  213. include/quic/state/QuicStreamFunctions.h
  214. include/quic/state/QuicStreamManager.h
  215. include/quic/state/QuicStreamUtilities.h
  216. include/quic/state/QuicTransportStatsCallback.h
  217. include/quic/state/SimpleFrameFunctions.h
  218. include/quic/state/StateData.h
  219. include/quic/state/StreamData.h
  220. include/quic/state/TimestampFrameFunctions.h
  221. include/quic/state/TransportSettings.h
  222. include/quic/state/TransportSettingsFunctions.h
  223. include/quic/state/stream/StreamReceiveHandlers.h
  224. include/quic/state/stream/StreamSendHandlers.h
  225. include/quic/state/stream/StreamStateFunctions.h
  226. include/quic/tools/tperf/PacingObserver.h
  227. include/quic/tools/tperf/TperfClient.h
  228. include/quic/tools/tperf/TperfServer.h
  229. include/quic/tools/tperf/TperfTcp.h
  230. include/quic/xsk/BaseXskContainer.h
  231. include/quic/xsk/HashingXskContainer.h
  232. include/quic/xsk/ThreadLocalXskContainer.h
  233. include/quic/xsk/XskSender.h
  234. include/quic/xsk/packet_utils.h
  235. include/quic/xsk/xsk_lib.h
  236. lib/cmake/mvfst/mvfst-config.cmake
  237. lib/cmake/mvfst/mvfst-targets-release.cmake
  238. lib/cmake/mvfst/mvfst-targets.cmake
  239. lib/libmvfst.so
  240. lib/libmvfst.so.0
  241. @owner
  242. @group
  243. @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 = 1785908442 SHA256 (facebook-mvfst-v2026.08.03.00_GH0.tar.gz) = fe54b237315036982cf808384dadc9c25ad707eb0707319d8ed0b043d27c2eca SIZE (facebook-mvfst-v2026.08.03.00_GH0.tar.gz) = 1570841

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.08.03.00_1-2025.08.18.00---g20230119_2
FreeBSD:14:quarterly-2026.07.06.00-2025.06.23.00---2024.01.01.00
FreeBSD:15:latest-2026.08.03.00_1n/a2025.08.18.00n/an/a-2024.02.19.00
FreeBSD:15:quarterly-2026.07.06.00n/a-n/an/a--
FreeBSD:16:latest-2026.08.03.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.08.03.00?dummy=/
Collapse this list.

Number of commits found: 153 (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.08.03.00_1
10 Aug 2026 11:24:24
commit hash: 213840c151b669e62aa267d1af9c2a8172e588aacommit hash: 213840c151b669e62aa267d1af9c2a8172e588aacommit hash: 213840c151b669e62aa267d1af9c2a8172e588aacommit hash: 213840c151b669e62aa267d1af9c2a8172e588aa files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump consumers after devel/boost update
2026.08.03.00
05 Aug 2026 16:28:45
commit hash: 02295be652dcc35784a5411d70ed0d1bef269c70commit hash: 02295be652dcc35784a5411d70ed0d1bef269c70commit hash: 02295be652dcc35784a5411d70ed0d1bef269c70commit hash: 02295be652dcc35784a5411d70ed0d1bef269c70 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.07.27.00 → 2026.08.03.00
2026.07.27.00
27 Jul 2026 18:43:52
commit hash: 2ff3fa7e5d58c2a17c4d52c7c875fe99d8cd0337commit hash: 2ff3fa7e5d58c2a17c4d52c7c875fe99d8cd0337commit hash: 2ff3fa7e5d58c2a17c4d52c7c875fe99d8cd0337commit hash: 2ff3fa7e5d58c2a17c4d52c7c875fe99d8cd0337 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.07.20.00 → 2026.07.27.00
2026.07.20.00
25 Jul 2026 05:25:24
commit hash: 90fc11c912d105661e4917c3cfec136957534e19commit hash: 90fc11c912d105661e4917c3cfec136957534e19commit hash: 90fc11c912d105661e4917c3cfec136957534e19commit hash: 90fc11c912d105661e4917c3cfec136957534e19 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.07.13.00 → 2026.07.20.00
2026.07.13.00
14 Jul 2026 00:57:34
commit hash: a7295384929b55f96e5226c2690ca60d5c3f1953commit hash: a7295384929b55f96e5226c2690ca60d5c3f1953commit hash: a7295384929b55f96e5226c2690ca60d5c3f1953commit hash: a7295384929b55f96e5226c2690ca60d5c3f1953 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.07.06.00 → 2026.07.13.00
2026.07.06.00
07 Jul 2026 03:38:38
commit hash: 7f2d3ce290796c98fd73cf2b56783b46036d2bc3commit hash: 7f2d3ce290796c98fd73cf2b56783b46036d2bc3commit hash: 7f2d3ce290796c98fd73cf2b56783b46036d2bc3commit hash: 7f2d3ce290796c98fd73cf2b56783b46036d2bc3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.06.29.00 → 2026.07.06.00
2026.06.29.00
30 Jun 2026 07:12:14
commit hash: 8edd5bf6091e9b9b22644ac717e858f20c7856eacommit hash: 8edd5bf6091e9b9b22644ac717e858f20c7856eacommit hash: 8edd5bf6091e9b9b22644ac717e858f20c7856eacommit hash: 8edd5bf6091e9b9b22644ac717e858f20c7856ea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.06.22.00 → 2026.06.29.00
2026.06.22.00
23 Jun 2026 06:02:52
commit hash: b996bd9704ace4e5f8e39580615ea77ace8aa41bcommit hash: b996bd9704ace4e5f8e39580615ea77ace8aa41bcommit hash: b996bd9704ace4e5f8e39580615ea77ace8aa41bcommit hash: b996bd9704ace4e5f8e39580615ea77ace8aa41b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.06.15.00 → 2026.06.22.00
2026.06.15.00
16 Jun 2026 06:18:28
commit hash: 54f8e6b7f2d2fe9adfc4d0ca14ae8286d8a9fbc8commit hash: 54f8e6b7f2d2fe9adfc4d0ca14ae8286d8a9fbc8commit hash: 54f8e6b7f2d2fe9adfc4d0ca14ae8286d8a9fbc8commit hash: 54f8e6b7f2d2fe9adfc4d0ca14ae8286d8a9fbc8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.06.08.00 → 2026.06.15.00
2026.06.08.00
08 Jun 2026 19:50:41
commit hash: 99015832698abcbaa84d893806f49af3158af225commit hash: 99015832698abcbaa84d893806f49af3158af225commit hash: 99015832698abcbaa84d893806f49af3158af225commit hash: 99015832698abcbaa84d893806f49af3158af225 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.06.01.00 → 2026.06.08.00
2026.06.01.00
01 Jun 2026 18:02:48
commit hash: f26ed5813e2e767953790f90fe378b0a8c2f1cfacommit hash: f26ed5813e2e767953790f90fe378b0a8c2f1cfacommit hash: f26ed5813e2e767953790f90fe378b0a8c2f1cfacommit hash: f26ed5813e2e767953790f90fe378b0a8c2f1cfa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.05.25.00 → 2026.06.01.00
2026.05.25.00_1
01 Jun 2026 17:09:18
commit hash: 42b95df84d3f6353c70dac427a1f4357f033d02acommit hash: 42b95df84d3f6353c70dac427a1f4357f033d02acommit hash: 42b95df84d3f6353c70dac427a1f4357f033d02acommit hash: 42b95df84d3f6353c70dac427a1f4357f033d02a files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION for libsodium consumers after version bump

Bump consumers of libsodium
2026.05.25.00
26 May 2026 03:06:37
commit hash: 085e6ddca8d6733935f448e460c5c4792437c599commit hash: 085e6ddca8d6733935f448e460c5c4792437c599commit hash: 085e6ddca8d6733935f448e460c5c4792437c599commit hash: 085e6ddca8d6733935f448e460c5c4792437c599 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.05.18.00 → 2026.05.25.00
2026.05.18.00
19 May 2026 00:04:02
commit hash: 47e86dcb111dccaf5c8215503168aeb1c0ab7dbfcommit hash: 47e86dcb111dccaf5c8215503168aeb1c0ab7dbfcommit hash: 47e86dcb111dccaf5c8215503168aeb1c0ab7dbfcommit hash: 47e86dcb111dccaf5c8215503168aeb1c0ab7dbf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.05.11.00 → 2026.05.18.00
2026.05.11.00
12 May 2026 22:52:31
commit hash: 2cba8d8c7b455eced980dea0a7a869a800dc11b6commit hash: 2cba8d8c7b455eced980dea0a7a869a800dc11b6commit hash: 2cba8d8c7b455eced980dea0a7a869a800dc11b6commit hash: 2cba8d8c7b455eced980dea0a7a869a800dc11b6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/mvfst: update 2026.02.09.00 → 2026.05.11.00
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]

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

1 | 2  »