notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
fizz C++14 implementation of the TLS-1.3 standard
2024.09.30.00_1 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2024.09.23.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-05-29 03:46:58
Last Update: 2024-10-03 10:25:14
Commit Hash: 55cfbcf
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/facebookincubator/fizz
Description:
Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest.
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 (202 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fizz-2024.09.30.00_1/catalog.mk
  3. /usr/local/share/licenses/fizz-2024.09.30.00_1/LICENSE
  4. /usr/local/share/licenses/fizz-2024.09.30.00_1/BSD3CLAUSE
  5. include/fizz/backend/libaegis/LibAEGIS.h
  6. include/fizz/backend/liboqs/LibOQS.h
  7. include/fizz/backend/liboqs/OQSKeyExchange.h
  8. include/fizz/backend/openssl/Hasher.h
  9. include/fizz/backend/openssl/OpenSSL.h
  10. include/fizz/backend/openssl/Properties.h
  11. include/fizz/backend/openssl/certificate/CertUtils-inl.h
  12. include/fizz/backend/openssl/certificate/CertUtils.h
  13. include/fizz/backend/openssl/certificate/OpenSSLPeerCertImpl-inl.h
  14. include/fizz/backend/openssl/certificate/OpenSSLPeerCertImpl.h
  15. include/fizz/backend/openssl/certificate/OpenSSLSelfCertImpl-inl.h
  16. include/fizz/backend/openssl/certificate/OpenSSLSelfCertImpl.h
  17. include/fizz/backend/openssl/crypto/ECCurve.h
  18. include/fizz/backend/openssl/crypto/OpenSSL.h
  19. include/fizz/backend/openssl/crypto/OpenSSLKeyUtils.h
  20. include/fizz/backend/openssl/crypto/Sha.h
  21. include/fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher-inl.h
  22. include/fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher.h
  23. include/fizz/backend/openssl/crypto/exchange/OpenSSLKeyExchange.h
  24. include/fizz/backend/openssl/crypto/signature/Signature-inl.h
  25. include/fizz/backend/openssl/crypto/signature/Signature.h
  26. include/fizz/client/Actions.h
  27. include/fizz/client/AsyncFizzClient-inl.h
  28. include/fizz/client/AsyncFizzClient.h
  29. include/fizz/client/CertManager.h
  30. include/fizz/client/ClientExtensions.h
  31. include/fizz/client/ClientProtocol.h
  32. include/fizz/client/ECHPolicy.h
  33. include/fizz/client/EarlyDataRejectionPolicy.h
  34. include/fizz/client/FizzClient-inl.h
  35. include/fizz/client/FizzClient.h
  36. include/fizz/client/FizzClientContext.h
  37. include/fizz/client/MultiClientExtensions.h
  38. include/fizz/client/PskCache.h
  39. include/fizz/client/PskSerializationUtils.h
  40. include/fizz/client/State.h
  41. include/fizz/client/SynchronizedLruPskCache.h
  42. include/fizz/client/test/Mocks.h
  43. include/fizz/client/test/Utilities.h
  44. include/fizz/compression/BrotliCertificateCompressor.h
  45. include/fizz/compression/BrotliCertificateDecompressor.h
  46. include/fizz/compression/CertDecompressionManager.h
  47. include/fizz/compression/CertificateCompressor.h
  48. include/fizz/compression/ZlibCertificateCompressor.h
  49. include/fizz/compression/ZlibCertificateDecompressor.h
  50. include/fizz/compression/ZstdCertificateCompressor.h
  51. include/fizz/compression/ZstdCertificateDecompressor.h
  52. include/fizz/compression/test/Mocks.h
  53. include/fizz/crypto/Crypto.h
  54. include/fizz/crypto/Hasher.h
  55. include/fizz/crypto/Hkdf.h
  56. include/fizz/crypto/Hmac.h
  57. include/fizz/crypto/KeyDerivation.h
  58. include/fizz/crypto/RandomGenerator.h
  59. include/fizz/crypto/Utils.h
  60. include/fizz/crypto/aead/Aead.h
  61. include/fizz/crypto/aead/CryptoUtil.h
  62. include/fizz/crypto/aead/IOBufUtil.h
  63. include/fizz/crypto/aead/test/Mocks.h
  64. include/fizz/crypto/aead/test/TestUtil.h
  65. include/fizz/crypto/exchange/AsyncKeyExchange.h
  66. include/fizz/crypto/exchange/HybridKeyExchange.h
  67. include/fizz/crypto/exchange/KeyExchange.h
  68. include/fizz/crypto/exchange/X25519.h
  69. include/fizz/crypto/exchange/test/Mocks.h
  70. include/fizz/crypto/hpke/Context.h
  71. include/fizz/crypto/hpke/DHKEM.h
  72. include/fizz/crypto/hpke/Hkdf.h
  73. include/fizz/crypto/hpke/Hpke.h
  74. include/fizz/crypto/hpke/Types.h
  75. include/fizz/crypto/hpke/Utils.h
  76. include/fizz/crypto/hpke/test/Mocks.h
  77. include/fizz/crypto/test/HmacTest.h
  78. include/fizz/crypto/test/Mocks.h
  79. include/fizz/crypto/test/TestKeys.h
  80. include/fizz/crypto/test/TestUtil.h
  81. include/fizz/experimental/ktls/AsyncFizzBaseKTLS.h
  82. include/fizz/experimental/ktls/AsyncKTLSSocket.h
  83. include/fizz/experimental/ktls/FizzKTLSCallback.h
  84. include/fizz/experimental/ktls/KTLS.h
  85. include/fizz/experimental/ktls/LinuxKTLS.h
  86. include/fizz/experimental/util/CertExtraction.h
  87. include/fizz/extensions/delegatedcred/DelegatedCredentialCertManager.h
  88. include/fizz/extensions/delegatedcred/DelegatedCredentialClientCertManager.h
  89. include/fizz/extensions/delegatedcred/DelegatedCredentialClientExtension.h
  90. include/fizz/extensions/delegatedcred/DelegatedCredentialFactory.h
  91. include/fizz/extensions/delegatedcred/DelegatedCredentialUtils.h
  92. include/fizz/extensions/delegatedcred/PeerDelegatedCredential-inl.h
  93. include/fizz/extensions/delegatedcred/PeerDelegatedCredential.h
  94. include/fizz/extensions/delegatedcred/SelfDelegatedCredential-inl.h
  95. include/fizz/extensions/delegatedcred/SelfDelegatedCredential.h
  96. include/fizz/extensions/delegatedcred/Serialization.h
  97. include/fizz/extensions/delegatedcred/Types.h
  98. include/fizz/extensions/exportedauth/ExportedAuthenticator.h
  99. include/fizz/extensions/exportedauth/Util.h
  100. include/fizz/extensions/tokenbinding/TokenBindingClientExtension.h
  101. include/fizz/extensions/tokenbinding/TokenBindingConstructor.h
  102. include/fizz/extensions/tokenbinding/TokenBindingContext.h
  103. include/fizz/extensions/tokenbinding/TokenBindingServerExtension.h
  104. include/fizz/extensions/tokenbinding/Types.h
  105. include/fizz/extensions/tokenbinding/Utils.h
  106. include/fizz/extensions/tokenbinding/Validator.h
  107. include/fizz/fizz-config.h
  108. include/fizz/protocol/Actions.h
  109. include/fizz/protocol/AsyncFizzBase.h
  110. include/fizz/protocol/CertManagerBase.h
  111. include/fizz/protocol/Certificate.h
  112. include/fizz/protocol/CertificateVerifier.h
  113. include/fizz/protocol/DefaultCertificateVerifier.h
  114. include/fizz/protocol/DefaultFactory.h
  115. include/fizz/protocol/Events.h
  116. include/fizz/protocol/Exporter.h
  117. include/fizz/protocol/Factory.h
  118. include/fizz/protocol/FizzBase-inl.h
  119. include/fizz/protocol/FizzBase.h
  120. include/fizz/protocol/HandshakeContext.h
  121. include/fizz/protocol/KeyScheduler.h
  122. include/fizz/protocol/MultiBackendFactory.h
  123. include/fizz/protocol/Params.h
  124. include/fizz/protocol/Protocol.h
  125. include/fizz/protocol/StateMachine-inl.h
  126. include/fizz/protocol/StateMachine.h
  127. include/fizz/protocol/Types.h
  128. include/fizz/protocol/clock/Clock.h
  129. include/fizz/protocol/clock/SystemClock.h
  130. include/fizz/protocol/clock/test/Mocks.h
  131. include/fizz/protocol/ech/Decrypter.h
  132. include/fizz/protocol/ech/ECHExtensions-inl.h
  133. include/fizz/protocol/ech/ECHExtensions.h
  134. include/fizz/protocol/ech/Encryption.h
  135. include/fizz/protocol/ech/Types-inl.h
  136. include/fizz/protocol/ech/Types.h
  137. include/fizz/protocol/test/CertUtil.h
  138. include/fizz/protocol/test/Matchers.h
  139. include/fizz/protocol/test/Mocks.h
  140. include/fizz/protocol/test/ProtocolTest.h
  141. include/fizz/protocol/test/TestUtil.h
  142. include/fizz/record/BufAndPaddingPolicy.h
  143. include/fizz/record/EncryptedRecordLayer.h
  144. include/fizz/record/Extensions-inl.h
  145. include/fizz/record/Extensions.h
  146. include/fizz/record/PlaintextRecordLayer.h
  147. include/fizz/record/RecordLayer.h
  148. include/fizz/record/Types-inl.h
  149. include/fizz/record/Types.h
  150. include/fizz/record/test/ExtensionTestsBase.h
  151. include/fizz/record/test/Mocks.h
  152. include/fizz/server/Actions.h
  153. include/fizz/server/AeadCookieCipher.h
  154. include/fizz/server/AeadTicketCipher.h
  155. include/fizz/server/AeadTokenCipher.h
  156. include/fizz/server/AsyncFizzServer-inl.h
  157. include/fizz/server/AsyncFizzServer.h
  158. include/fizz/server/AsyncSelfCert.h
  159. include/fizz/server/CertManager.h
  160. include/fizz/server/CookieCipher.h
  161. include/fizz/server/CookieTypes.h
  162. include/fizz/server/DualTicketCipher.h
  163. include/fizz/server/FizzServer-inl.h
  164. include/fizz/server/FizzServer.h
  165. include/fizz/server/FizzServerContext.h
  166. include/fizz/server/MultiServerExtensions.h
  167. include/fizz/server/Negotiator.h
  168. include/fizz/server/ReplayCache.h
  169. include/fizz/server/ResumptionState.h
  170. include/fizz/server/ServerExtensions.h
  171. include/fizz/server/ServerProtocol.h
  172. include/fizz/server/SlidingBloomReplayCache.h
  173. include/fizz/server/State.h
  174. include/fizz/server/TicketCipher.h
  175. include/fizz/server/TicketCodec-inl.h
  176. include/fizz/server/TicketCodec.h
  177. include/fizz/server/TicketPolicy.h
  178. include/fizz/server/TicketTypes.h
  179. include/fizz/server/TokenCipher.h
  180. include/fizz/server/test/Mocks.h
  181. include/fizz/server/test/Utils.h
  182. include/fizz/test/HandshakeTest.h
  183. include/fizz/test/LocalTransport.h
  184. include/fizz/tool/CertificateVerifiers.h
  185. include/fizz/tool/Commands.h
  186. include/fizz/tool/FizzCommandCommon.h
  187. include/fizz/util/FizzUtil.h
  188. include/fizz/util/KeyLogWriter.h
  189. include/fizz/util/Parse-inl.h
  190. include/fizz/util/Parse.h
  191. include/fizz/util/Tracing.h
  192. include/fizz/util/Variant.h
  193. include/fizz/util/Workarounds.h
  194. lib/cmake/fizz/fizz-config.cmake
  195. lib/cmake/fizz/fizz-targets-release.cmake
  196. lib/cmake/fizz/fizz-targets.cmake
  197. lib/libfizz.so
  198. lib/libfizz.so.1.0.0
  199. lib/libfizz_test_support.so
  200. @owner
  201. @group
  202. @mode
Collapse this list.
Dependency lines:
  • fizz>0:security/fizz
To install the port:
cd /usr/ports/security/fizz/ && make install clean
To add the package, run one of these commands:
  • pkg install security/fizz
  • pkg install fizz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fizz
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1727756915 SHA256 (facebookincubator-fizz-v2024.09.30.00_GH0.tar.gz) = de621ef97f043cc7d510ae732b6f41ed76f6937ae07ca17880302c63a71cff41 SIZE (facebookincubator-fizz-v2024.09.30.00_GH0.tar.gz) = 787014

Packages (timestamps in pop-ups are UTC):
fizz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.09.23.002024.09.30.00_1-2024.09.09.00----
FreeBSD:13:quarterly2024.06.24.002024.06.24.00-2024.06.24.00---2024.01.01.00
FreeBSD:14:latest-2024.09.30.00_1-2024.09.09.00---2023.06.12.00
FreeBSD:14:quarterly2024.06.24.002024.09.30.00_1-2024.06.24.00---2024.01.01.00
FreeBSD:15:latest2024.09.23.002024.09.30.00_1n/a2024.09.23.00n/a--2024.02.19.00
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_filesystem.so : devel/boost-libs
  2. libbzip2.so : misc/vxl
  3. libdouble-conversion.so : devel/double-conversion
  4. libevent.so : devel/libevent
  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. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. devel/fbthrift
  2. net/fb303
  3. net/mvfst
  4. net/wangle
  5. www/proxygen

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/fbzmq*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

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

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

1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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:15
commit hash: 294b58d7ee8e50746760d18376cdf5737a3ae838commit hash: 294b58d7ee8e50746760d18376cdf5737a3ae838commit hash: 294b58d7ee8e50746760d18376cdf5737a3ae838commit hash: 294b58d7ee8e50746760d18376cdf5737a3ae838 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.09.23.00 → 2024.09.30.00
2024.09.23.00
24 Sep 2024 07:52:06
commit hash: bdfde4f8af7cea1cde78af8a142ddd5b29cb95cacommit hash: bdfde4f8af7cea1cde78af8a142ddd5b29cb95cacommit hash: bdfde4f8af7cea1cde78af8a142ddd5b29cb95cacommit hash: bdfde4f8af7cea1cde78af8a142ddd5b29cb95ca files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.09.16.00 → 2024.09.23.00
2024.09.16.00
16 Sep 2024 19:29:55
commit hash: aed62279e86e6b5386d201ac4a62298633a7613fcommit hash: aed62279e86e6b5386d201ac4a62298633a7613fcommit hash: aed62279e86e6b5386d201ac4a62298633a7613fcommit hash: aed62279e86e6b5386d201ac4a62298633a7613f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.09.09.00 → 2024.09.16.00
2024.09.09.00
10 Sep 2024 01:32:40
commit hash: df9bf53e8fdeb5ccd08c40da9ecc78bb82cc30dccommit hash: df9bf53e8fdeb5ccd08c40da9ecc78bb82cc30dccommit hash: df9bf53e8fdeb5ccd08c40da9ecc78bb82cc30dccommit hash: df9bf53e8fdeb5ccd08c40da9ecc78bb82cc30dc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.09.02.00 → 2024.09.09.00
2024.09.02.00
03 Sep 2024 08:35:51
commit hash: 53ae630aeedeec7fb5427dc46fcfdde4c3191f8dcommit hash: 53ae630aeedeec7fb5427dc46fcfdde4c3191f8dcommit hash: 53ae630aeedeec7fb5427dc46fcfdde4c3191f8dcommit hash: 53ae630aeedeec7fb5427dc46fcfdde4c3191f8d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.08.26.00 → 2024.09.02.00
2024.08.26.00
27 Aug 2024 03:38:30
commit hash: 101810e45594f813a02dd10c2bad2b82dd33ad44commit hash: 101810e45594f813a02dd10c2bad2b82dd33ad44commit hash: 101810e45594f813a02dd10c2bad2b82dd33ad44commit hash: 101810e45594f813a02dd10c2bad2b82dd33ad44 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.08.19.00 → 2024.08.26.00
2024.08.19.00
20 Aug 2024 08:42:31
commit hash: da4cdf960ab345c1ef74c8e828b4a03d70d434dbcommit hash: da4cdf960ab345c1ef74c8e828b4a03d70d434dbcommit hash: da4cdf960ab345c1ef74c8e828b4a03d70d434dbcommit hash: da4cdf960ab345c1ef74c8e828b4a03d70d434db files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.08.12.00 → 2024.08.19.00
2024.08.12.00
13 Aug 2024 05:12:27
commit hash: af791d1d45e0478a0491ed421a88651c8eee752bcommit hash: af791d1d45e0478a0491ed421a88651c8eee752bcommit hash: af791d1d45e0478a0491ed421a88651c8eee752bcommit hash: af791d1d45e0478a0491ed421a88651c8eee752b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.08.05.00 → 2024.08.12.00
2024.08.05.00
07 Aug 2024 03:41:18
commit hash: d0b194a209fcb65c6304ee49cd1a24588f38f12fcommit hash: d0b194a209fcb65c6304ee49cd1a24588f38f12fcommit hash: d0b194a209fcb65c6304ee49cd1a24588f38f12fcommit hash: d0b194a209fcb65c6304ee49cd1a24588f38f12f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.07.29.00 → 2024.08.05.00
2024.07.29.00
30 Jul 2024 02:02:00
commit hash: cc4d8016ab11485049f48ec2c9da732317570970commit hash: cc4d8016ab11485049f48ec2c9da732317570970commit hash: cc4d8016ab11485049f48ec2c9da732317570970commit hash: cc4d8016ab11485049f48ec2c9da732317570970 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.07.22.00 → 2024.07.29.00
2024.07.22.00
23 Jul 2024 00:34:18
commit hash: 7ad19e4686925450e65334de911bab1d0b79572dcommit hash: 7ad19e4686925450e65334de911bab1d0b79572dcommit hash: 7ad19e4686925450e65334de911bab1d0b79572dcommit hash: 7ad19e4686925450e65334de911bab1d0b79572d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.07.15.00 → 2024.07.22.00
2024.07.15.00
16 Jul 2024 01:15:35
commit hash: d04ed938557442054c65e3c16e150597ba2bf3eacommit hash: d04ed938557442054c65e3c16e150597ba2bf3eacommit hash: d04ed938557442054c65e3c16e150597ba2bf3eacommit hash: d04ed938557442054c65e3c16e150597ba2bf3ea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.07.08.00 → 2024.07.15.00
2024.07.08.00
09 Jul 2024 02:23:45
commit hash: a07510e13aab8500d342422541267d4f24ef227acommit hash: a07510e13aab8500d342422541267d4f24ef227acommit hash: a07510e13aab8500d342422541267d4f24ef227acommit hash: a07510e13aab8500d342422541267d4f24ef227a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.06.24.00 → 2024.07.08.00
2024.06.24.00
24 Jun 2024 18:20:09
commit hash: b29d81fff7b9a58f160008d61f530384f327f086commit hash: b29d81fff7b9a58f160008d61f530384f327f086commit hash: b29d81fff7b9a58f160008d61f530384f327f086commit hash: b29d81fff7b9a58f160008d61f530384f327f086 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.05.20.00 → 2024.06.24.00
2024.05.20.00
21 May 2024 16:37:12
commit hash: 42c9f23dc35d1f841a2525509a8b83ad574eb08fcommit hash: 42c9f23dc35d1f841a2525509a8b83ad574eb08fcommit hash: 42c9f23dc35d1f841a2525509a8b83ad574eb08fcommit hash: 42c9f23dc35d1f841a2525509a8b83ad574eb08f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: 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:37
commit hash: 94c7049d8ca1f2067cf725cc9b281a5778034e35commit hash: 94c7049d8ca1f2067cf725cc9b281a5778034e35commit hash: 94c7049d8ca1f2067cf725cc9b281a5778034e35commit hash: 94c7049d8ca1f2067cf725cc9b281a5778034e35 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.05.02.00 → 2024.05.06.00
2024.05.02.00
03 May 2024 09:02:55
commit hash: 6fc0ce201e45ad6fe29813994d3d619df9d1c3f3commit hash: 6fc0ce201e45ad6fe29813994d3d619df9d1c3f3commit hash: 6fc0ce201e45ad6fe29813994d3d619df9d1c3f3commit hash: 6fc0ce201e45ad6fe29813994d3d619df9d1c3f3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.04.29.00 → 2024.05.02.00
2024.04.29.00
30 Apr 2024 02:31:52
commit hash: 0d0e693ab292b86179cfb3444c6901d40fb6aec6commit hash: 0d0e693ab292b86179cfb3444c6901d40fb6aec6commit hash: 0d0e693ab292b86179cfb3444c6901d40fb6aec6commit hash: 0d0e693ab292b86179cfb3444c6901d40fb6aec6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.04.22.00 → 2024.04.29.00
2024.04.22.00
23 Apr 2024 08:40:31
commit hash: b0f6f5dc6bed5406a20dfd3a5114ac41aa0682bccommit hash: b0f6f5dc6bed5406a20dfd3a5114ac41aa0682bccommit hash: b0f6f5dc6bed5406a20dfd3a5114ac41aa0682bccommit hash: b0f6f5dc6bed5406a20dfd3a5114ac41aa0682bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.04.15.00 → 2024.04.22.00
2024.04.15.00
16 Apr 2024 07:43:56
commit hash: 1f97279eccb18a7cd594e14470a2cbc227605ca5commit hash: 1f97279eccb18a7cd594e14470a2cbc227605ca5commit hash: 1f97279eccb18a7cd594e14470a2cbc227605ca5commit hash: 1f97279eccb18a7cd594e14470a2cbc227605ca5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.04.08.00 → 2024.04.15.00
2024.04.08.00
09 Apr 2024 07:41:01
commit hash: e8380e4c0ba6496a0456977848cb343c7de681decommit hash: e8380e4c0ba6496a0456977848cb343c7de681decommit hash: e8380e4c0ba6496a0456977848cb343c7de681decommit hash: e8380e4c0ba6496a0456977848cb343c7de681de files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.04.01.00 → 2024.04.08.00
2024.04.01.00
02 Apr 2024 07:59:10
commit hash: dcbb31fef3fdafc52bc1b7eceaa213653a891d08commit hash: dcbb31fef3fdafc52bc1b7eceaa213653a891d08commit hash: dcbb31fef3fdafc52bc1b7eceaa213653a891d08commit hash: dcbb31fef3fdafc52bc1b7eceaa213653a891d08 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.03.25.00 → 2024.04.01.00
2024.03.25.00
27 Mar 2024 18:31:06
commit hash: 7d83ca7305b9839b7fbfc65b977f36198ee9fcdfcommit hash: 7d83ca7305b9839b7fbfc65b977f36198ee9fcdfcommit hash: 7d83ca7305b9839b7fbfc65b977f36198ee9fcdfcommit hash: 7d83ca7305b9839b7fbfc65b977f36198ee9fcdf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.03.18.00 → 2024.03.25.00
2024.03.18.00
18 Mar 2024 19:58:34
commit hash: 993adc4be4b12487f03f81041cbadfc882c655f2commit hash: 993adc4be4b12487f03f81041cbadfc882c655f2commit hash: 993adc4be4b12487f03f81041cbadfc882c655f2commit hash: 993adc4be4b12487f03f81041cbadfc882c655f2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.03.11.00 → 2024.03.18.00
2024.03.11.00
12 Mar 2024 01:42:56
commit hash: a82a8d5fa4fde3e64253cbe41d8bdf3d188b184ecommit hash: a82a8d5fa4fde3e64253cbe41d8bdf3d188b184ecommit hash: a82a8d5fa4fde3e64253cbe41d8bdf3d188b184ecommit hash: a82a8d5fa4fde3e64253cbe41d8bdf3d188b184e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: 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:17
commit hash: bebb78ffe31060e323f4a306ca1da50d2d73afa9commit hash: bebb78ffe31060e323f4a306ca1da50d2d73afa9commit hash: bebb78ffe31060e323f4a306ca1da50d2d73afa9commit hash: bebb78ffe31060e323f4a306ca1da50d2d73afa9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2024.02.19.00 → 2024.03.04.00
2024.02.19.00
20 Feb 2024 07:09:16
commit hash: 0b88d64e23521af22758d8ac5d717e64cbe543e2commit hash: 0b88d64e23521af22758d8ac5d717e64cbe543e2commit hash: 0b88d64e23521af22758d8ac5d717e64cbe543e2commit hash: 0b88d64e23521af22758d8ac5d717e64cbe543e2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.02.12.00 → 2024.02.19.00
2024.02.12.00
13 Feb 2024 07:50:50
commit hash: 4e7c36dc3052e583899ddcac03708158da918217commit hash: 4e7c36dc3052e583899ddcac03708158da918217commit hash: 4e7c36dc3052e583899ddcac03708158da918217commit hash: 4e7c36dc3052e583899ddcac03708158da918217 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.02.05.00 → 2024.02.12.00
2024.02.05.00
06 Feb 2024 06:49:27
commit hash: f1def6b3ab5b216c59867ce6ffdd4e2f39edbe00commit hash: f1def6b3ab5b216c59867ce6ffdd4e2f39edbe00commit hash: f1def6b3ab5b216c59867ce6ffdd4e2f39edbe00commit hash: f1def6b3ab5b216c59867ce6ffdd4e2f39edbe00 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.01.29.00 → 2024.02.05.00
2024.01.29.00
30 Jan 2024 08:56:31
commit hash: 25e57bd7d75e50ca7114391323c8ad5b6f89bfe2commit hash: 25e57bd7d75e50ca7114391323c8ad5b6f89bfe2commit hash: 25e57bd7d75e50ca7114391323c8ad5b6f89bfe2commit hash: 25e57bd7d75e50ca7114391323c8ad5b6f89bfe2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.01.22.00 → 2024.01.29.00
2024.01.22.00
23 Jan 2024 05:49:26
commit hash: 375db74765bb1f64e4e6c08bf3f885fb278f12a1commit hash: 375db74765bb1f64e4e6c08bf3f885fb278f12a1commit hash: 375db74765bb1f64e4e6c08bf3f885fb278f12a1commit hash: 375db74765bb1f64e4e6c08bf3f885fb278f12a1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.01.15.00 → 2024.01.22.00
2024.01.15.00
16 Jan 2024 10:45:02
commit hash: f3bc2aa68fd6ef0ccc5ad880fedd70a3bd8269d4commit hash: f3bc2aa68fd6ef0ccc5ad880fedd70a3bd8269d4commit hash: f3bc2aa68fd6ef0ccc5ad880fedd70a3bd8269d4commit hash: f3bc2aa68fd6ef0ccc5ad880fedd70a3bd8269d4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.01.08.00 → 2024.01.15.00
2024.01.08.00
09 Jan 2024 10:05:13
commit hash: c1fc780909e04350b753c61ade08a8abcd2ffd3ecommit hash: c1fc780909e04350b753c61ade08a8abcd2ffd3ecommit hash: c1fc780909e04350b753c61ade08a8abcd2ffd3ecommit hash: c1fc780909e04350b753c61ade08a8abcd2ffd3e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2024.01.01.00 → 2024.01.08.00
2024.01.01.00
02 Jan 2024 05:24:34
commit hash: 749f43a9a121a7e1e2ef9c0b9efaf4d6137ddfaccommit hash: 749f43a9a121a7e1e2ef9c0b9efaf4d6137ddfaccommit hash: 749f43a9a121a7e1e2ef9c0b9efaf4d6137ddfaccommit hash: 749f43a9a121a7e1e2ef9c0b9efaf4d6137ddfac files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.12.25.00 → 2024.01.01.00
2023.12.25.00
26 Dec 2023 06:17:10
commit hash: 740e2a71bb2b172a4f816db466d43aed6867fa8dcommit hash: 740e2a71bb2b172a4f816db466d43aed6867fa8dcommit hash: 740e2a71bb2b172a4f816db466d43aed6867fa8dcommit hash: 740e2a71bb2b172a4f816db466d43aed6867fa8d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.12.18.00 → 2023.12.25.00
2023.12.18.00
19 Dec 2023 06:36:07
commit hash: f48c2fab595cb921c001a15767d0b979f3f327eacommit hash: f48c2fab595cb921c001a15767d0b979f3f327eacommit hash: f48c2fab595cb921c001a15767d0b979f3f327eacommit hash: f48c2fab595cb921c001a15767d0b979f3f327ea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: 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:27
commit hash: 62897dbbe203b152e634defd60771a731af9b868commit hash: 62897dbbe203b152e634defd60771a731af9b868commit hash: 62897dbbe203b152e634defd60771a731af9b868commit hash: 62897dbbe203b152e634defd60771a731af9b868 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.12.04.00 → 2023.12.11.00
2023.12.04.00
05 Dec 2023 07:27:25
commit hash: ac5bda6f7249b08e999263e9118da62f436badeacommit hash: ac5bda6f7249b08e999263e9118da62f436badeacommit hash: ac5bda6f7249b08e999263e9118da62f436badeacommit hash: ac5bda6f7249b08e999263e9118da62f436badea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 23.11.1 → 23.12.0
2023.11.27.00
28 Nov 2023 10:09:00
commit hash: 064a00a844e67ef46690e87262500e38003a5db9commit hash: 064a00a844e67ef46690e87262500e38003a5db9commit hash: 064a00a844e67ef46690e87262500e38003a5db9commit hash: 064a00a844e67ef46690e87262500e38003a5db9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.11.20.00 → 2023.11.27.00
2023.11.20.00
21 Nov 2023 07:27:52
commit hash: 6c436ded0eeddc0a2e541af75fd26fbf0c8ea8c9commit hash: 6c436ded0eeddc0a2e541af75fd26fbf0c8ea8c9commit hash: 6c436ded0eeddc0a2e541af75fd26fbf0c8ea8c9commit hash: 6c436ded0eeddc0a2e541af75fd26fbf0c8ea8c9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.11.13.00 → 2023.11.20.00
2023.11.13.00_1
17 Nov 2023 11:46:00
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023.11.13.00
14 Nov 2023 08:00:48
commit hash: c2b2b54aff72c5f60c538fa51c72a4b1e80f7882commit hash: c2b2b54aff72c5f60c538fa51c72a4b1e80f7882commit hash: c2b2b54aff72c5f60c538fa51c72a4b1e80f7882commit hash: c2b2b54aff72c5f60c538fa51c72a4b1e80f7882 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.11.06.00 → 2023.11.13.00
2023.11.06.00
07 Nov 2023 15:53:11
commit hash: f9c804978ad0be4931d7942fbb74e3d25fc45d0ccommit hash: f9c804978ad0be4931d7942fbb74e3d25fc45d0ccommit hash: f9c804978ad0be4931d7942fbb74e3d25fc45d0ccommit hash: f9c804978ad0be4931d7942fbb74e3d25fc45d0c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.10.30.00 → 2023.11.06.00
2023.10.30.00
31 Oct 2023 03:42:12
commit hash: fa0efb786ab0f6398a4ed1abe0dff3e436bfd625commit hash: fa0efb786ab0f6398a4ed1abe0dff3e436bfd625commit hash: fa0efb786ab0f6398a4ed1abe0dff3e436bfd625commit hash: fa0efb786ab0f6398a4ed1abe0dff3e436bfd625 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.10.16.00 → 2023.10.30.00
2023.10.16.00
18 Oct 2023 08:59:53
commit hash: 26b45b141ddec930c4c4040aa2f003ddf09c86b1commit hash: 26b45b141ddec930c4c4040aa2f003ddf09c86b1commit hash: 26b45b141ddec930c4c4040aa2f003ddf09c86b1commit hash: 26b45b141ddec930c4c4040aa2f003ddf09c86b1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.10.09.00 → 2023.10.16.00
2023.10.09.00
10 Oct 2023 08:00:19
commit hash: a130b6fc1be9fb9d00edbcdfe59e8f9017efcdbdcommit hash: a130b6fc1be9fb9d00edbcdfe59e8f9017efcdbdcommit hash: a130b6fc1be9fb9d00edbcdfe59e8f9017efcdbdcommit hash: a130b6fc1be9fb9d00edbcdfe59e8f9017efcdbd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: update 2023.09.25.00 → 2023.10.09.00
2023.09.25.00
26 Sep 2023 06:01:52
commit hash: cd0503dd176170f2ec165d3f6f4f34c778b34adbcommit hash: cd0503dd176170f2ec165d3f6f4f34c778b34adbcommit hash: cd0503dd176170f2ec165d3f6f4f34c778b34adbcommit hash: cd0503dd176170f2ec165d3f6f4f34c778b34adb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.09.18.00 → 2023.09.25.00
2023.09.18.00
19 Sep 2023 06:02:51
commit hash: f4ac5a0ba3fdefb6289acd86d761f72214f50b06commit hash: f4ac5a0ba3fdefb6289acd86d761f72214f50b06commit hash: f4ac5a0ba3fdefb6289acd86d761f72214f50b06commit hash: f4ac5a0ba3fdefb6289acd86d761f72214f50b06 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.09.11.00  → 2023.09.18.00
2023.09.11.00
12 Sep 2023 06:44:03
commit hash: 4935f000aefeba811b4423453ef518a745282a12commit hash: 4935f000aefeba811b4423453ef518a745282a12commit hash: 4935f000aefeba811b4423453ef518a745282a12commit hash: 4935f000aefeba811b4423453ef518a745282a12 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.09.04.00 → 2023.09.11.00
2023.09.04.00
05 Sep 2023 07:02:23
commit hash: cce46df29474f4d9450a3d59639bb00136fc956fcommit hash: cce46df29474f4d9450a3d59639bb00136fc956fcommit hash: cce46df29474f4d9450a3d59639bb00136fc956fcommit hash: cce46df29474f4d9450a3d59639bb00136fc956f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.08.28.00 → 2023.09.04.00
2023.08.28.00
29 Aug 2023 07:32:42
commit hash: 802ceba6034b9a1b3b5199803f7eb748864ed373commit hash: 802ceba6034b9a1b3b5199803f7eb748864ed373commit hash: 802ceba6034b9a1b3b5199803f7eb748864ed373commit hash: 802ceba6034b9a1b3b5199803f7eb748864ed373 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.08.14.00 → 2023.08.28.00
2023.08.14.00
15 Aug 2023 04:56:49
commit hash: e1ce28a139f9a85693d4faf59095d6188f086589commit hash: e1ce28a139f9a85693d4faf59095d6188f086589commit hash: e1ce28a139f9a85693d4faf59095d6188f086589commit hash: e1ce28a139f9a85693d4faf59095d6188f086589 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.08.07.00 → 2023.08.14.00
2023.08.07.00
08 Aug 2023 08:42:42
commit hash: f646ba0442530c58505af54388ef63ae722c0e06commit hash: f646ba0442530c58505af54388ef63ae722c0e06commit hash: f646ba0442530c58505af54388ef63ae722c0e06commit hash: f646ba0442530c58505af54388ef63ae722c0e06 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.07.24.00 → 2023.08.07.00
2023.07.24.00
25 Jul 2023 04:43:43
commit hash: 44664319827ea7864170bbe44120ce192226eccfcommit hash: 44664319827ea7864170bbe44120ce192226eccfcommit hash: 44664319827ea7864170bbe44120ce192226eccfcommit hash: 44664319827ea7864170bbe44120ce192226eccf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.07.17.00 → 2023.07.24.00
2023.07.17.00
19 Jul 2023 03:32:49
commit hash: 64d6692550e6ee97eb9149dd4739c90b6357de62commit hash: 64d6692550e6ee97eb9149dd4739c90b6357de62commit hash: 64d6692550e6ee97eb9149dd4739c90b6357de62commit hash: 64d6692550e6ee97eb9149dd4739c90b6357de62 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.07.10.00 → 2023.07.17.00
2023.07.10.00
11 Jul 2023 05:45:21
commit hash: f45732316f33f52f7a1d8b2cfbcb17d36ff4a809commit hash: f45732316f33f52f7a1d8b2cfbcb17d36ff4a809commit hash: f45732316f33f52f7a1d8b2cfbcb17d36ff4a809commit hash: f45732316f33f52f7a1d8b2cfbcb17d36ff4a809 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.07.03.00 → 2023.07.10.00
2023.07.03.00
04 Jul 2023 06:35:22
commit hash: 68e3b682cd91b944ab8e54a340fee661ff99042bcommit hash: 68e3b682cd91b944ab8e54a340fee661ff99042bcommit hash: 68e3b682cd91b944ab8e54a340fee661ff99042bcommit hash: 68e3b682cd91b944ab8e54a340fee661ff99042b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.06.26.00 → 2023.07.03.00
2023.06.26.00
01 Jul 2023 03:17:56
commit hash: 3fa1bd58caacfda6f27a61b3a551d5e462eea5d4commit hash: 3fa1bd58caacfda6f27a61b3a551d5e462eea5d4commit hash: 3fa1bd58caacfda6f27a61b3a551d5e462eea5d4commit hash: 3fa1bd58caacfda6f27a61b3a551d5e462eea5d4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.06.12.00 → 2023.06.26.00
2023.06.12.00
17 Jun 2023 06:55:01
commit hash: 9002dcf0641ebf7547226b497aa115c0219a9a72commit hash: 9002dcf0641ebf7547226b497aa115c0219a9a72commit hash: 9002dcf0641ebf7547226b497aa115c0219a9a72commit hash: 9002dcf0641ebf7547226b497aa115c0219a9a72 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.06.08.00 → 2023.06.12.00
2023.06.08.00
11 Jun 2023 03:20:33
commit hash: 49a1c5c988cf7585b511bf69c1a5753cb05d2331commit hash: 49a1c5c988cf7585b511bf69c1a5753cb05d2331commit hash: 49a1c5c988cf7585b511bf69c1a5753cb05d2331commit hash: 49a1c5c988cf7585b511bf69c1a5753cb05d2331 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.05.08.00 → 2023.06.08.00
2023.05.08.00
09 May 2023 22:55:28
commit hash: 85ece8e8d36c0d446f3a19a1cb8f04d5ca7f58d4commit hash: 85ece8e8d36c0d446f3a19a1cb8f04d5ca7f58d4commit hash: 85ece8e8d36c0d446f3a19a1cb8f04d5ca7f58d4commit hash: 85ece8e8d36c0d446f3a19a1cb8f04d5ca7f58d4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.05.01.00 → 2023.05.08.00
2023.05.01.00
02 May 2023 01:18:04
commit hash: dc668c9214adfd6938223757464fb35857b7dcfbcommit hash: dc668c9214adfd6938223757464fb35857b7dcfbcommit hash: dc668c9214adfd6938223757464fb35857b7dcfbcommit hash: dc668c9214adfd6938223757464fb35857b7dcfb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.04.24.00 → 2023.05.01.00
2023.04.24.00
25 Apr 2023 04:55:35
commit hash: 161a44fd9ae384bbdf06b7eeb6a88af1b3ad754dcommit hash: 161a44fd9ae384bbdf06b7eeb6a88af1b3ad754dcommit hash: 161a44fd9ae384bbdf06b7eeb6a88af1b3ad754dcommit hash: 161a44fd9ae384bbdf06b7eeb6a88af1b3ad754d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.04.17.00 → 2023.04.24.00
2023.04.17.00_1
18 Apr 2023 04:38:09
commit hash: d76af1c55cc57681a93d5da1e20d4881d2357e94commit hash: d76af1c55cc57681a93d5da1e20d4881d2357e94commit hash: d76af1c55cc57681a93d5da1e20d4881d2357e94commit hash: d76af1c55cc57681a93d5da1e20d4881d2357e94 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.04.10.00 → 2023.04.17.00
2023.04.10.00_1
13 Apr 2023 00:56:37
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

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

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
2023.04.10.00
11 Apr 2023 00:47:54
commit hash: e0722cf289453e4a0333a11ce2fc8b892a80477dcommit hash: e0722cf289453e4a0333a11ce2fc8b892a80477dcommit hash: e0722cf289453e4a0333a11ce2fc8b892a80477dcommit hash: e0722cf289453e4a0333a11ce2fc8b892a80477d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: 2023.04.03.00
2023.04.03.00
03 Apr 2023 18:31:18
commit hash: 884542176338756ebcbbe1b6cbb1b5a6cb57494dcommit hash: 884542176338756ebcbbe1b6cbb1b5a6cb57494dcommit hash: 884542176338756ebcbbe1b6cbb1b5a6cb57494dcommit hash: 884542176338756ebcbbe1b6cbb1b5a6cb57494d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.03.27.00 → 2023.04.03.00
2023.03.27.00
27 Mar 2023 18:25:46
commit hash: 3cc9139c117526800a61f095f91d653325e3763ecommit hash: 3cc9139c117526800a61f095f91d653325e3763ecommit hash: 3cc9139c117526800a61f095f91d653325e3763ecommit hash: 3cc9139c117526800a61f095f91d653325e3763e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.03.20.00 → 2023.03.27.00
2023.03.20.00
24 Mar 2023 06:06:02
commit hash: d1cb0d3e17d9fa4189c98a18cf88de0929036703commit hash: d1cb0d3e17d9fa4189c98a18cf88de0929036703commit hash: d1cb0d3e17d9fa4189c98a18cf88de0929036703commit hash: d1cb0d3e17d9fa4189c98a18cf88de0929036703 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.03.13.00 → 2023.03.20.00
2023.03.13.00
14 Mar 2023 01:16:52
commit hash: 57fd23e20f0ce8fccd940575a1a4cce9fb6a7df2commit hash: 57fd23e20f0ce8fccd940575a1a4cce9fb6a7df2commit hash: 57fd23e20f0ce8fccd940575a1a4cce9fb6a7df2commit hash: 57fd23e20f0ce8fccd940575a1a4cce9fb6a7df2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.03.06.00 → 2023.03.13.00
2023.03.06.00
06 Mar 2023 18:06:41
commit hash: cb783612a0659092381ff480a72a2cb7d2cbb1d3commit hash: cb783612a0659092381ff480a72a2cb7d2cbb1d3commit hash: cb783612a0659092381ff480a72a2cb7d2cbb1d3commit hash: cb783612a0659092381ff480a72a2cb7d2cbb1d3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.02.27.00 → 2023.03.06.00
2023.02.27.00
27 Feb 2023 17:33:31
commit hash: fe75fe8391806208f0311c5e01e978999567d3d6commit hash: fe75fe8391806208f0311c5e01e978999567d3d6commit hash: fe75fe8391806208f0311c5e01e978999567d3d6commit hash: fe75fe8391806208f0311c5e01e978999567d3d6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.02.20.00 → 2023.02.27.00
2023.02.20.00
20 Feb 2023 20:54:36
commit hash: 474687b228eeaf3e5e0039df4794c4ae77d1c567commit hash: 474687b228eeaf3e5e0039df4794c4ae77d1c567commit hash: 474687b228eeaf3e5e0039df4794c4ae77d1c567commit hash: 474687b228eeaf3e5e0039df4794c4ae77d1c567 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.02.13.00 → 2023.02.20.00
2023.02.13.00
13 Feb 2023 23:00:31
commit hash: 2f0a84e96fe151553c8e6e0ceace6fcf924af1a9commit hash: 2f0a84e96fe151553c8e6e0ceace6fcf924af1a9commit hash: 2f0a84e96fe151553c8e6e0ceace6fcf924af1a9commit hash: 2f0a84e96fe151553c8e6e0ceace6fcf924af1a9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.02.06.00 → 2023.02.13.00
2023.02.06.00
06 Feb 2023 17:32:18
commit hash: 93d041c7197d13447bba9e08c79be97b71ee94a8commit hash: 93d041c7197d13447bba9e08c79be97b71ee94a8commit hash: 93d041c7197d13447bba9e08c79be97b71ee94a8commit hash: 93d041c7197d13447bba9e08c79be97b71ee94a8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.01.30.00 → 2023.02.06.00
2023.01.30.00
31 Jan 2023 03:04:54
commit hash: f4cfeb42ac27d564bdb5d5d80ef040777ff80a75commit hash: f4cfeb42ac27d564bdb5d5d80ef040777ff80a75commit hash: f4cfeb42ac27d564bdb5d5d80ef040777ff80a75commit hash: f4cfeb42ac27d564bdb5d5d80ef040777ff80a75 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.01.23.00 → 2023.01.30.00
2023.01.23.00
23 Jan 2023 18:36:11
commit hash: 845f0fc849d6a3abe42fe4e7cbccaace9edc1c69commit hash: 845f0fc849d6a3abe42fe4e7cbccaace9edc1c69commit hash: 845f0fc849d6a3abe42fe4e7cbccaace9edc1c69commit hash: 845f0fc849d6a3abe42fe4e7cbccaace9edc1c69 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.01.16.00 -> 2023.01.23.00
2023.01.16.00
16 Jan 2023 21:12:23
commit hash: 36e651b12b0bc360e7bdd7c449dff3bb47be6183commit hash: 36e651b12b0bc360e7bdd7c449dff3bb47be6183commit hash: 36e651b12b0bc360e7bdd7c449dff3bb47be6183commit hash: 36e651b12b0bc360e7bdd7c449dff3bb47be6183 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.01.09.00 -> 2023.01.16.00
2023.01.09.00
10 Jan 2023 01:15:25
commit hash: cce50d5b8718176f7e5705bd485e0ca983b41e7acommit hash: cce50d5b8718176f7e5705bd485e0ca983b41e7acommit hash: cce50d5b8718176f7e5705bd485e0ca983b41e7acommit hash: cce50d5b8718176f7e5705bd485e0ca983b41e7a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2023.01.02.00 -> 2023.01.09.00
2023.01.02.00
02 Jan 2023 21:03:32
commit hash: 83320da8f59fbe58da372453ed15368dab3063e3commit hash: 83320da8f59fbe58da372453ed15368dab3063e3commit hash: 83320da8f59fbe58da372453ed15368dab3063e3commit hash: 83320da8f59fbe58da372453ed15368dab3063e3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.12.26.00 -> 2023.01.02.00
2022.12.26.00
26 Dec 2022 20:07:47
commit hash: 8740cb8ee59e7bbed6c7966f3037aedd9a0a16e5commit hash: 8740cb8ee59e7bbed6c7966f3037aedd9a0a16e5commit hash: 8740cb8ee59e7bbed6c7966f3037aedd9a0a16e5commit hash: 8740cb8ee59e7bbed6c7966f3037aedd9a0a16e5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.12.19.00 -> 2022.12.26.00
2022.12.19.00
20 Dec 2022 03:52:27
commit hash: 8982356900b7b8e1464aa093976da265c65e33c9commit hash: 8982356900b7b8e1464aa093976da265c65e33c9commit hash: 8982356900b7b8e1464aa093976da265c65e33c9commit hash: 8982356900b7b8e1464aa093976da265c65e33c9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.12.12.00 -> 2022.12.19.00
2022.12.12.00_1
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
2022.12.12.00
13 Dec 2022 03:47:35
commit hash: 7449586eee4fda7f6bd3359c227b988753abf365commit hash: 7449586eee4fda7f6bd3359c227b988753abf365commit hash: 7449586eee4fda7f6bd3359c227b988753abf365commit hash: 7449586eee4fda7f6bd3359c227b988753abf365 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.12.05.00 -> 2022.12.12.00
2022.12.05.00
05 Dec 2022 20:00:01
commit hash: 152550c7bf0ab21860508b47f70096108bf07d18commit hash: 152550c7bf0ab21860508b47f70096108bf07d18commit hash: 152550c7bf0ab21860508b47f70096108bf07d18commit hash: 152550c7bf0ab21860508b47f70096108bf07d18 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.11.28.00 -> 2022.12.05.00
2022.11.28.00
29 Nov 2022 09:18:44
commit hash: 429527732b61244c465e3459b61d348dfb6be149commit hash: 429527732b61244c465e3459b61d348dfb6be149commit hash: 429527732b61244c465e3459b61d348dfb6be149commit hash: 429527732b61244c465e3459b61d348dfb6be149 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.11.14.00 -> 2022.11.28.00
2022.11.14.00
16 Nov 2022 07:26:28
commit hash: c34fa05f6adbca7210c642fb2423022362fcb947commit hash: c34fa05f6adbca7210c642fb2423022362fcb947commit hash: c34fa05f6adbca7210c642fb2423022362fcb947commit hash: c34fa05f6adbca7210c642fb2423022362fcb947 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.11.07.00 -> 2022.11.14.00
2022.11.07.00
08 Nov 2022 20:46:51
commit hash: da60729d9ce5927b9e04d0e1ead42423198184f6commit hash: da60729d9ce5927b9e04d0e1ead42423198184f6commit hash: da60729d9ce5927b9e04d0e1ead42423198184f6commit hash: da60729d9ce5927b9e04d0e1ead42423198184f6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.10.31.00 -> 2022.11.07.00
2022.10.31.00
31 Oct 2022 19:37:51
commit hash: 435d99c0326e93121901eda4c65fda4686752091commit hash: 435d99c0326e93121901eda4c65fda4686752091commit hash: 435d99c0326e93121901eda4c65fda4686752091commit hash: 435d99c0326e93121901eda4c65fda4686752091 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.10.24.00 -> 2022.10.31.00
2022.10.24.00
25 Oct 2022 20:50:00
commit hash: c09e4f8efde4ba7cf15512073b4ce09376ee8b14commit hash: c09e4f8efde4ba7cf15512073b4ce09376ee8b14commit hash: c09e4f8efde4ba7cf15512073b4ce09376ee8b14commit hash: c09e4f8efde4ba7cf15512073b4ce09376ee8b14 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.10.17.00 -> 2022.10.24.00
2022.10.17.00_1
19 Oct 2022 08:10:29
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
2022.10.17.00
17 Oct 2022 18:12:05
commit hash: 9ebff5b0c0cd1544e945d32480020d35cc0d6fa2commit hash: 9ebff5b0c0cd1544e945d32480020d35cc0d6fa2commit hash: 9ebff5b0c0cd1544e945d32480020d35cc0d6fa2commit hash: 9ebff5b0c0cd1544e945d32480020d35cc0d6fa2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.10.10.00 -> 2022.10.17.00
2022.10.10.00
10 Oct 2022 14:57:18
commit hash: 3710ef7ed72ba5ec30fc870ad34a82cbd45f8b89commit hash: 3710ef7ed72ba5ec30fc870ad34a82cbd45f8b89commit hash: 3710ef7ed72ba5ec30fc870ad34a82cbd45f8b89commit hash: 3710ef7ed72ba5ec30fc870ad34a82cbd45f8b89 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update  2022.10.03.00 -> 2022.10.10.00
2022.10.03.00
04 Oct 2022 01:35:22
commit hash: 55d7763b810b424052b9071dfe6fa1a2c8e01b2ccommit hash: 55d7763b810b424052b9071dfe6fa1a2c8e01b2ccommit hash: 55d7763b810b424052b9071dfe6fa1a2c8e01b2ccommit hash: 55d7763b810b424052b9071dfe6fa1a2c8e01b2c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.09.26.00 -> 2022.10.03.00
2022.09.26.00
27 Sep 2022 02:49:00
commit hash: 5930a17425e2cd10732b32d4c21ea029e1019acccommit hash: 5930a17425e2cd10732b32d4c21ea029e1019acccommit hash: 5930a17425e2cd10732b32d4c21ea029e1019acccommit hash: 5930a17425e2cd10732b32d4c21ea029e1019acc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.09.19.00 -> 2022.09.26.00
2022.09.19.00
20 Sep 2022 04:37:46
commit hash: f60687569b07feaae3660e2eac8fa5e8b4215dc9commit hash: f60687569b07feaae3660e2eac8fa5e8b4215dc9commit hash: f60687569b07feaae3660e2eac8fa5e8b4215dc9commit hash: f60687569b07feaae3660e2eac8fa5e8b4215dc9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.09.12.00 -> 2022.09.19.00

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

1 | 2 | 3  »