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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
fizz C++14 implementation of the TLS-1.3 standard
2025.04.07.00 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 2025.03.24.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: 2025-04-07 21:21:52
Commit Hash: b956ff6
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-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 (213 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fizz-2025.04.07.00/catalog.mk
  3. /usr/local/share/licenses/fizz-2025.04.07.00/LICENSE
  4. /usr/local/share/licenses/fizz-2025.04.07.00/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/libsodium/LibSodium.h
  9. include/fizz/backend/libsodium/crypto/exchange/X25519.h
  10. include/fizz/backend/openssl/Hasher.h
  11. include/fizz/backend/openssl/OpenSSL.h
  12. include/fizz/backend/openssl/Properties.h
  13. include/fizz/backend/openssl/certificate/CertUtils-inl.h
  14. include/fizz/backend/openssl/certificate/CertUtils.h
  15. include/fizz/backend/openssl/certificate/OpenSSLPeerCertImpl-inl.h
  16. include/fizz/backend/openssl/certificate/OpenSSLPeerCertImpl.h
  17. include/fizz/backend/openssl/certificate/OpenSSLSelfCertImpl-inl.h
  18. include/fizz/backend/openssl/certificate/OpenSSLSelfCertImpl.h
  19. include/fizz/backend/openssl/crypto/ECCurve.h
  20. include/fizz/backend/openssl/crypto/OpenSSL.h
  21. include/fizz/backend/openssl/crypto/OpenSSLKeyUtils.h
  22. include/fizz/backend/openssl/crypto/Sha.h
  23. include/fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher-inl.h
  24. include/fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher.h
  25. include/fizz/backend/openssl/crypto/exchange/OpenSSLKeyExchange.h
  26. include/fizz/backend/openssl/crypto/signature/Signature-inl.h
  27. include/fizz/backend/openssl/crypto/signature/Signature.h
  28. include/fizz/client/Actions.h
  29. include/fizz/client/AsyncFizzClient-inl.h
  30. include/fizz/client/AsyncFizzClient.h
  31. include/fizz/client/CertManager.h
  32. include/fizz/client/ClientExtensions.h
  33. include/fizz/client/ClientProtocol.h
  34. include/fizz/client/ECHPolicy.h
  35. include/fizz/client/EarlyDataRejectionPolicy.h
  36. include/fizz/client/FizzClient-inl.h
  37. include/fizz/client/FizzClient.h
  38. include/fizz/client/FizzClientContext.h
  39. include/fizz/client/MultiClientExtensions.h
  40. include/fizz/client/PskCache.h
  41. include/fizz/client/PskSerializationUtils.h
  42. include/fizz/client/State.h
  43. include/fizz/client/SynchronizedLruPskCache.h
  44. include/fizz/client/test/Mocks.h
  45. include/fizz/client/test/Utilities.h
  46. include/fizz/compression/BrotliCertificateCompressor.h
  47. include/fizz/compression/BrotliCertificateDecompressor.h
  48. include/fizz/compression/CertDecompressionManager.h
  49. include/fizz/compression/CertificateCompressor.h
  50. include/fizz/compression/ZlibCertificateCompressor.h
  51. include/fizz/compression/ZlibCertificateDecompressor.h
  52. include/fizz/compression/ZstdCertificateCompressor.h
  53. include/fizz/compression/ZstdCertificateDecompressor.h
  54. include/fizz/compression/test/Mocks.h
  55. include/fizz/crypto/Crypto.h
  56. include/fizz/crypto/Hasher.h
  57. include/fizz/crypto/Hkdf.h
  58. include/fizz/crypto/Hmac.h
  59. include/fizz/crypto/KeyDerivation.h
  60. include/fizz/crypto/RandomGenerator.h
  61. include/fizz/crypto/Utils.h
  62. include/fizz/crypto/aead/Aead.h
  63. include/fizz/crypto/aead/CryptoUtil.h
  64. include/fizz/crypto/aead/IOBufUtil.h
  65. include/fizz/crypto/aead/test/Data.h
  66. include/fizz/crypto/aead/test/Mocks.h
  67. include/fizz/crypto/aead/test/TestUtil.h
  68. include/fizz/crypto/exchange/AsyncKeyExchange.h
  69. include/fizz/crypto/exchange/HybridKeyExchange.h
  70. include/fizz/crypto/exchange/KeyExchange.h
  71. include/fizz/crypto/exchange/test/Mocks.h
  72. include/fizz/crypto/hpke/Context.h
  73. include/fizz/crypto/hpke/DHKEM.h
  74. include/fizz/crypto/hpke/Hkdf.h
  75. include/fizz/crypto/hpke/Hpke.h
  76. include/fizz/crypto/hpke/Types.h
  77. include/fizz/crypto/hpke/Utils.h
  78. include/fizz/crypto/hpke/test/Mocks.h
  79. include/fizz/crypto/test/HashTest.h
  80. include/fizz/crypto/test/HmacTest.h
  81. include/fizz/crypto/test/Mocks.h
  82. include/fizz/crypto/test/Signature.h
  83. include/fizz/crypto/test/SignatureTestData.h
  84. include/fizz/crypto/test/TestKeys.h
  85. include/fizz/crypto/test/TestUtil.h
  86. include/fizz/experimental/ktls/AsyncFizzBaseKTLS.h
  87. include/fizz/experimental/ktls/AsyncKTLSSocket.h
  88. include/fizz/experimental/ktls/FizzKTLSCallback.h
  89. include/fizz/experimental/ktls/KTLS.h
  90. include/fizz/experimental/ktls/LinuxKTLS.h
  91. include/fizz/experimental/util/CertExtraction.h
  92. include/fizz/extensions/clientpadding/PaddingClientExtension.h
  93. include/fizz/extensions/clientpadding/Types.h
  94. include/fizz/extensions/delegatedcred/DelegatedCredentialCertManager.h
  95. include/fizz/extensions/delegatedcred/DelegatedCredentialClientCertManager.h
  96. include/fizz/extensions/delegatedcred/DelegatedCredentialClientExtension.h
  97. include/fizz/extensions/delegatedcred/DelegatedCredentialFactory.h
  98. include/fizz/extensions/delegatedcred/DelegatedCredentialUtils.h
  99. include/fizz/extensions/delegatedcred/PeerDelegatedCredential-inl.h
  100. include/fizz/extensions/delegatedcred/PeerDelegatedCredential.h
  101. include/fizz/extensions/delegatedcred/SelfDelegatedCredential-inl.h
  102. include/fizz/extensions/delegatedcred/SelfDelegatedCredential.h
  103. include/fizz/extensions/delegatedcred/Serialization.h
  104. include/fizz/extensions/delegatedcred/Types.h
  105. include/fizz/extensions/exportedauth/ExportedAuthenticator.h
  106. include/fizz/extensions/exportedauth/Util.h
  107. include/fizz/extensions/tokenbinding/TokenBindingClientExtension.h
  108. include/fizz/extensions/tokenbinding/TokenBindingConstructor.h
  109. include/fizz/extensions/tokenbinding/TokenBindingContext.h
  110. include/fizz/extensions/tokenbinding/TokenBindingServerExtension.h
  111. include/fizz/extensions/tokenbinding/Types.h
  112. include/fizz/extensions/tokenbinding/Utils.h
  113. include/fizz/extensions/tokenbinding/Validator.h
  114. include/fizz/fizz-config.h
  115. include/fizz/protocol/Actions.h
  116. include/fizz/protocol/AsyncFizzBase.h
  117. include/fizz/protocol/CertManagerBase.h
  118. include/fizz/protocol/Certificate.h
  119. include/fizz/protocol/CertificateVerifier.h
  120. include/fizz/protocol/DefaultCertificateVerifier.h
  121. include/fizz/protocol/DefaultFactory.h
  122. include/fizz/protocol/Events.h
  123. include/fizz/protocol/Exporter.h
  124. include/fizz/protocol/Factory.h
  125. include/fizz/protocol/FizzBase-inl.h
  126. include/fizz/protocol/FizzBase.h
  127. include/fizz/protocol/HandshakeContext.h
  128. include/fizz/protocol/KeyScheduler.h
  129. include/fizz/protocol/MultiBackendFactory.h
  130. include/fizz/protocol/Params.h
  131. include/fizz/protocol/Protocol.h
  132. include/fizz/protocol/StateMachine-inl.h
  133. include/fizz/protocol/StateMachine.h
  134. include/fizz/protocol/Types.h
  135. include/fizz/protocol/clock/Clock.h
  136. include/fizz/protocol/clock/SystemClock.h
  137. include/fizz/protocol/clock/test/Mocks.h
  138. include/fizz/protocol/ech/Decrypter.h
  139. include/fizz/protocol/ech/ECHExtensions-inl.h
  140. include/fizz/protocol/ech/ECHExtensions.h
  141. include/fizz/protocol/ech/Encryption.h
  142. include/fizz/protocol/ech/GreaseECH.h
  143. include/fizz/protocol/ech/GreaseECHSetting.h
  144. include/fizz/protocol/ech/Types-inl.h
  145. include/fizz/protocol/ech/Types.h
  146. include/fizz/protocol/test/CertTestTypes.h
  147. include/fizz/protocol/test/CertUtil.h
  148. include/fizz/protocol/test/Matchers.h
  149. include/fizz/protocol/test/Mocks.h
  150. include/fizz/protocol/test/ProtocolTest.h
  151. include/fizz/protocol/test/TestUtil.h
  152. include/fizz/record/BufAndPaddingPolicy.h
  153. include/fizz/record/EncryptedRecordLayer.h
  154. include/fizz/record/Extensions-inl.h
  155. include/fizz/record/Extensions.h
  156. include/fizz/record/PlaintextRecordLayer.h
  157. include/fizz/record/RecordLayer.h
  158. include/fizz/record/Types-inl.h
  159. include/fizz/record/Types.h
  160. include/fizz/record/test/ExtensionTestsBase.h
  161. include/fizz/record/test/Mocks.h
  162. include/fizz/server/Actions.h
  163. include/fizz/server/AeadCookieCipher.h
  164. include/fizz/server/AeadTicketCipher.h
  165. include/fizz/server/AeadTokenCipher.h
  166. include/fizz/server/AsyncFizzServer-inl.h
  167. include/fizz/server/AsyncFizzServer.h
  168. include/fizz/server/AsyncSelfCert.h
  169. include/fizz/server/CertManager.h
  170. include/fizz/server/CookieCipher.h
  171. include/fizz/server/CookieTypes.h
  172. include/fizz/server/DualTicketCipher.h
  173. include/fizz/server/FizzServer-inl.h
  174. include/fizz/server/FizzServer.h
  175. include/fizz/server/FizzServerContext.h
  176. include/fizz/server/HandshakeLogging.h
  177. include/fizz/server/MultiServerExtensions.h
  178. include/fizz/server/Negotiator.h
  179. include/fizz/server/ReplayCache.h
  180. include/fizz/server/ResumptionState.h
  181. include/fizz/server/ServerExtensions.h
  182. include/fizz/server/ServerProtocol.h
  183. include/fizz/server/SlidingBloomReplayCache.h
  184. include/fizz/server/State.h
  185. include/fizz/server/TicketCipher.h
  186. include/fizz/server/TicketCodec-inl.h
  187. include/fizz/server/TicketCodec.h
  188. include/fizz/server/TicketPolicy.h
  189. include/fizz/server/TicketTypes.h
  190. include/fizz/server/TokenCipher.h
  191. include/fizz/server/test/Mocks.h
  192. include/fizz/server/test/Utils.h
  193. include/fizz/test/HandshakeTest.h
  194. include/fizz/test/LocalTransport.h
  195. include/fizz/tool/CertificateVerifiers.h
  196. include/fizz/tool/Commands.h
  197. include/fizz/tool/FizzCommandCommon.h
  198. include/fizz/util/FizzUtil.h
  199. include/fizz/util/KeyLogWriter.h
  200. include/fizz/util/Parse-inl.h
  201. include/fizz/util/Parse.h
  202. include/fizz/util/Tracing.h
  203. include/fizz/util/Variant.h
  204. include/fizz/util/Workarounds.h
  205. lib/cmake/fizz/fizz-config.cmake
  206. lib/cmake/fizz/fizz-targets-release.cmake
  207. lib/cmake/fizz/fizz-targets.cmake
  208. lib/libfizz.so
  209. lib/libfizz.so.1.0.0
  210. lib/libfizz_test_support.so
  211. @owner
  212. @group
  213. @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 = 1744053444 SHA256 (facebookincubator-fizz-v2025.04.07.00_GH0.tar.gz) = 287f16e4215bf111c1a5dac2f32a7780a5ec5191f3627cc65e2f5e4ad006289c SIZE (facebookincubator-fizz-v2025.04.07.00_GH0.tar.gz) = 752738

Packages (timestamps in pop-ups are UTC):
fizz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-------2024.01.01.00
FreeBSD:14:latest2025.03.10.002025.04.07.00-2025.03.10.00---2023.06.12.00
FreeBSD:14:quarterly2024.12.30.002025.03.31.00-2024.12.30.00---2024.01.01.00
FreeBSD:15:latest2025.03.10.002025.03.24.00n/a2025.03.10.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/v2025.04.07.00?dummy=/
Collapse this list.

Number of commits found: 235 (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
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
2022.09.12.00
14 Sep 2022 04:38:42
commit hash: a4566f88f9f23d52c9d105d7cd035a9c89df8d14commit hash: a4566f88f9f23d52c9d105d7cd035a9c89df8d14commit hash: a4566f88f9f23d52c9d105d7cd035a9c89df8d14commit hash: a4566f88f9f23d52c9d105d7cd035a9c89df8d14 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.09.05.00 -> 2022.09.12.00
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

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

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

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

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

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

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2022.09.05.00
07 Sep 2022 10:26:41
commit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
2022.09.05.00
05 Sep 2022 20:07:36
commit hash: 430b2e7feb8316f955a56dafc6c2c35c9d26ac12commit hash: 430b2e7feb8316f955a56dafc6c2c35c9d26ac12commit hash: 430b2e7feb8316f955a56dafc6c2c35c9d26ac12commit hash: 430b2e7feb8316f955a56dafc6c2c35c9d26ac12 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.08.29.00 -> 2022.09.05.00
2022.08.29.00
30 Aug 2022 21:10:10
commit hash: b5c946d709a4e1328d05be17f31af9b1c7a62a2acommit hash: b5c946d709a4e1328d05be17f31af9b1c7a62a2acommit hash: b5c946d709a4e1328d05be17f31af9b1c7a62a2acommit hash: b5c946d709a4e1328d05be17f31af9b1c7a62a2a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.08.22.00 -> 2022.08.29.00
2022.08.22.00
23 Aug 2022 22:52:29
commit hash: f230c2c54bb1a24984084d3693cc253514b27f8bcommit hash: f230c2c54bb1a24984084d3693cc253514b27f8bcommit hash: f230c2c54bb1a24984084d3693cc253514b27f8bcommit hash: f230c2c54bb1a24984084d3693cc253514b27f8b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.08.15.00 -> 2022.08.22.00
2022.08.15.00
15 Aug 2022 23:08:11
commit hash: 442d6917eaa05828b46dd790bbce0f9acb9ea9adcommit hash: 442d6917eaa05828b46dd790bbce0f9acb9ea9adcommit hash: 442d6917eaa05828b46dd790bbce0f9acb9ea9adcommit hash: 442d6917eaa05828b46dd790bbce0f9acb9ea9ad files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.08.08.00 -> 2022.08.15.00
2022.08.08.00_1
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
2022.08.08.00
08 Aug 2022 22:17:03
commit hash: 0dd101e7c019c24bd95cfe67652709c5c25bf907commit hash: 0dd101e7c019c24bd95cfe67652709c5c25bf907commit hash: 0dd101e7c019c24bd95cfe67652709c5c25bf907commit hash: 0dd101e7c019c24bd95cfe67652709c5c25bf907 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.08.01.00 -> 2022.08.08.00
2022.08.01.00
01 Aug 2022 19:00:15
commit hash: 298bfcf3feae477c3fc97d54b0c07558464824efcommit hash: 298bfcf3feae477c3fc97d54b0c07558464824efcommit hash: 298bfcf3feae477c3fc97d54b0c07558464824efcommit hash: 298bfcf3feae477c3fc97d54b0c07558464824ef files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.07.25.00 -> 2022.08.01.00
2022.07.25.00
26 Jul 2022 07:50:17
commit hash: 6fdf2aadd318d71497113fa3a349430a75364ed3commit hash: 6fdf2aadd318d71497113fa3a349430a75364ed3commit hash: 6fdf2aadd318d71497113fa3a349430a75364ed3commit hash: 6fdf2aadd318d71497113fa3a349430a75364ed3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.07.18.00 -> 2022.07.25.00
2022.07.18.00
22 Jul 2022 22:01:01
commit hash: 4289feb29d39d70f3b6686daeaa32b56909aef6dcommit hash: 4289feb29d39d70f3b6686daeaa32b56909aef6dcommit hash: 4289feb29d39d70f3b6686daeaa32b56909aef6dcommit hash: 4289feb29d39d70f3b6686daeaa32b56909aef6d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.07.11.00 -> 2022.07.18.00
2022.07.11.00
12 Jul 2022 01:24:31
commit hash: b2c5c1ef3bef723b552473342820f953c307ee10commit hash: b2c5c1ef3bef723b552473342820f953c307ee10commit hash: b2c5c1ef3bef723b552473342820f953c307ee10commit hash: b2c5c1ef3bef723b552473342820f953c307ee10 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.07.04.00 -> 2022.07.11.00
2022.07.04.00
04 Jul 2022 23:16:25
commit hash: 3ca9667f1fafbac9a299116752546000f751ba37commit hash: 3ca9667f1fafbac9a299116752546000f751ba37commit hash: 3ca9667f1fafbac9a299116752546000f751ba37commit hash: 3ca9667f1fafbac9a299116752546000f751ba37 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.06.27.00 -> 2022.07.04.00
2022.06.27.00
27 Jun 2022 19:36:26
commit hash: f6fff209d94af90273366ce993b7ddf912f71a45commit hash: f6fff209d94af90273366ce993b7ddf912f71a45commit hash: f6fff209d94af90273366ce993b7ddf912f71a45commit hash: f6fff209d94af90273366ce993b7ddf912f71a45 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.06.20.00 -> 2022.06.27.00
2022.06.20.00
20 Jun 2022 20:57:31
commit hash: dff436f4253390638ccb5e04cb03fef2e9ecb3ebcommit hash: dff436f4253390638ccb5e04cb03fef2e9ecb3ebcommit hash: dff436f4253390638ccb5e04cb03fef2e9ecb3ebcommit hash: dff436f4253390638ccb5e04cb03fef2e9ecb3eb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.06.13.00 -> 2022.06.20.00
2022.06.13.00
13 Jun 2022 22:49:47
commit hash: 97b930e5670b071baf8bc61c92183cc463afede9commit hash: 97b930e5670b071baf8bc61c92183cc463afede9commit hash: 97b930e5670b071baf8bc61c92183cc463afede9commit hash: 97b930e5670b071baf8bc61c92183cc463afede9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.06.06.00 -> 2022.06.13.00
2022.06.06.00
07 Jun 2022 00:38:46
commit hash: 4a1f5911164ae77eb5babb1d5670f81a861502c8commit hash: 4a1f5911164ae77eb5babb1d5670f81a861502c8commit hash: 4a1f5911164ae77eb5babb1d5670f81a861502c8commit hash: 4a1f5911164ae77eb5babb1d5670f81a861502c8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.05.30.00 -> 2022.06.06.00
2022.05.30.00
04 Jun 2022 06:48:33
commit hash: ec51bc679e7f581765aeb600e7d2e9d1a8871c35commit hash: ec51bc679e7f581765aeb600e7d2e9d1a8871c35commit hash: ec51bc679e7f581765aeb600e7d2e9d1a8871c35commit hash: ec51bc679e7f581765aeb600e7d2e9d1a8871c35 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.04.11.00 -> 2022.05.30.00
2022.03.28.00_3
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

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

- Bump PORTREVISION of dependent ports for shlib change

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

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022.03.28.00
28 Mar 2022 19:41:28
commit hash: 08f76de3811444756dbb71aaf100ce61f9c7784bcommit hash: 08f76de3811444756dbb71aaf100ce61f9c7784bcommit hash: 08f76de3811444756dbb71aaf100ce61f9c7784bcommit hash: 08f76de3811444756dbb71aaf100ce61f9c7784b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.03.14.00 -> 2022.03.28.00
2022.03.14.00
14 Mar 2022 18:11:26
commit hash: c70fd8e5a9b68a7243da4a08e8ae6be413822fbacommit hash: c70fd8e5a9b68a7243da4a08e8ae6be413822fbacommit hash: c70fd8e5a9b68a7243da4a08e8ae6be413822fbacommit hash: c70fd8e5a9b68a7243da4a08e8ae6be413822fba files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.03.07.00 -> 2022.03.14.00
2022.03.07.00
07 Mar 2022 20:14:11
commit hash: d364450f64a356b86bfacd42b5c637dc1a394345commit hash: d364450f64a356b86bfacd42b5c637dc1a394345commit hash: d364450f64a356b86bfacd42b5c637dc1a394345commit hash: d364450f64a356b86bfacd42b5c637dc1a394345 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.02.28.00 -> 2022.03.07.00
2022.02.28.00
28 Feb 2022 18:30:23
commit hash: 3e0c67a0e329396a393fc6c8372c5077f3313a02commit hash: 3e0c67a0e329396a393fc6c8372c5077f3313a02commit hash: 3e0c67a0e329396a393fc6c8372c5077f3313a02commit hash: 3e0c67a0e329396a393fc6c8372c5077f3313a02 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.02.21.00 -> 2022.02.28.00
2022.02.21.00
21 Feb 2022 17:08:42
commit hash: e5e1ece3019cc7c27c3bf5779df507be621d4c3ccommit hash: e5e1ece3019cc7c27c3bf5779df507be621d4c3ccommit hash: e5e1ece3019cc7c27c3bf5779df507be621d4c3ccommit hash: e5e1ece3019cc7c27c3bf5779df507be621d4c3c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.02.14.00 -> 2022.02.21.00
2022.02.14.00
14 Feb 2022 19:56:18
commit hash: 20c824aecf61e8bf8446cc10b62e5d1fd5809abdcommit hash: 20c824aecf61e8bf8446cc10b62e5d1fd5809abdcommit hash: 20c824aecf61e8bf8446cc10b62e5d1fd5809abdcommit hash: 20c824aecf61e8bf8446cc10b62e5d1fd5809abd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.01.31.00 -> 2022.02.14.00
2022.01.31.00
31 Jan 2022 19:27:42
commit hash: 870517e62c5acd52b8b1b7fee061d4d04ce5c155commit hash: 870517e62c5acd52b8b1b7fee061d4d04ce5c155commit hash: 870517e62c5acd52b8b1b7fee061d4d04ce5c155commit hash: 870517e62c5acd52b8b1b7fee061d4d04ce5c155 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.01.24.00 -> 2022.01.31.00
2022.01.24.00
24 Jan 2022 21:27:56
commit hash: f709341bee1d2a1503c5051c29d6685000f187dacommit hash: f709341bee1d2a1503c5051c29d6685000f187dacommit hash: f709341bee1d2a1503c5051c29d6685000f187dacommit hash: f709341bee1d2a1503c5051c29d6685000f187da files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.01.17.00 -> 2022.01.24.00
2022.01.17.00
17 Jan 2022 22:41:21
commit hash: 540efc3d227ec04e17249972b92293ac3a073a71commit hash: 540efc3d227ec04e17249972b92293ac3a073a71commit hash: 540efc3d227ec04e17249972b92293ac3a073a71commit hash: 540efc3d227ec04e17249972b92293ac3a073a71 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.01.10.00 -> 2022.01.17.00
2022.01.10.00
13 Jan 2022 02:02:51
commit hash: 84a05d8587549c750b379f033c6fda641cdaa89ecommit hash: 84a05d8587549c750b379f033c6fda641cdaa89ecommit hash: 84a05d8587549c750b379f033c6fda641cdaa89ecommit hash: 84a05d8587549c750b379f033c6fda641cdaa89e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2022.01.03.00 -> 2022.01.10.00
2022.01.03.00
03 Jan 2022 19:34:06
commit hash: 7d44b893455fe8577a0a88812c869eef26d66c10commit hash: 7d44b893455fe8577a0a88812c869eef26d66c10commit hash: 7d44b893455fe8577a0a88812c869eef26d66c10commit hash: 7d44b893455fe8577a0a88812c869eef26d66c10 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.12.27.00 -> 2022.01.03.00
2021.12.27.00
28 Dec 2021 17:09:37
commit hash: 56aea4454d7a4c1605be7b660b46cff92dc81f5ccommit hash: 56aea4454d7a4c1605be7b660b46cff92dc81f5ccommit hash: 56aea4454d7a4c1605be7b660b46cff92dc81f5ccommit hash: 56aea4454d7a4c1605be7b660b46cff92dc81f5c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.12.20.00 -> 2021.12.27.00
2021.12.20.00
21 Dec 2021 06:08:35
commit hash: bb44ddd057d1d020b2313f8589a4980f166476aecommit hash: bb44ddd057d1d020b2313f8589a4980f166476aecommit hash: bb44ddd057d1d020b2313f8589a4980f166476aecommit hash: bb44ddd057d1d020b2313f8589a4980f166476ae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.12.13.00 -> 2021.12.20.00
2021.12.13.00
14 Dec 2021 22:41:49
commit hash: 4231bd223d6ce69d2039ac3863944b028d507914commit hash: 4231bd223d6ce69d2039ac3863944b028d507914commit hash: 4231bd223d6ce69d2039ac3863944b028d507914commit hash: 4231bd223d6ce69d2039ac3863944b028d507914 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.12.06.00 -> 2021.12.13.00
2021.12.06.00
08 Dec 2021 19:30:23
commit hash: 4839028b5e0af5dca97f5faaa9f6bebbd3aac1a2commit hash: 4839028b5e0af5dca97f5faaa9f6bebbd3aac1a2commit hash: 4839028b5e0af5dca97f5faaa9f6bebbd3aac1a2commit hash: 4839028b5e0af5dca97f5faaa9f6bebbd3aac1a2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.11.29.00 -> 2021.12.06.00
2021.11.29.00
02 Dec 2021 20:57:07
commit hash: b740db01ee34e0111794cbf73d672b469cd6c9dbcommit hash: b740db01ee34e0111794cbf73d672b469cd6c9dbcommit hash: b740db01ee34e0111794cbf73d672b469cd6c9dbcommit hash: b740db01ee34e0111794cbf73d672b469cd6c9db files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.11.15.00 -> 2021.11.29.00
2021.11.15.00
18 Nov 2021 19:47:34
commit hash: 3631c939927caffb03cb92a96521687426f8d8edcommit hash: 3631c939927caffb03cb92a96521687426f8d8edcommit hash: 3631c939927caffb03cb92a96521687426f8d8edcommit hash: 3631c939927caffb03cb92a96521687426f8d8ed files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.11.08.00 -> 2021.11.15.00
2021.11.08.00
14 Nov 2021 22:35:21
commit hash: 9a1fb419ef92e60ce5d5f7abad9c90233188afcbcommit hash: 9a1fb419ef92e60ce5d5f7abad9c90233188afcbcommit hash: 9a1fb419ef92e60ce5d5f7abad9c90233188afcbcommit hash: 9a1fb419ef92e60ce5d5f7abad9c90233188afcb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.11.01.00 -> 2021.11.08.00
2021.11.01.00
08 Nov 2021 00:48:56
commit hash: e0ca81958bc5b900c44880e861f175535b806416commit hash: e0ca81958bc5b900c44880e861f175535b806416commit hash: e0ca81958bc5b900c44880e861f175535b806416commit hash: e0ca81958bc5b900c44880e861f175535b806416 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update to 2021.11.01.00
2021.10.04.00
21 Oct 2021 14:27:03
commit hash: 8b83d322128f53e0074b1458ae953e4a4b1308becommit hash: 8b83d322128f53e0074b1458ae953e4a4b1308becommit hash: 8b83d322128f53e0074b1458ae953e4a4b1308becommit hash: 8b83d322128f53e0074b1458ae953e4a4b1308be files touched by this commit
Stefan Eßer (se) search for other commits by this committer
security/fizz: Add CPE information

Approved by:	portmgr (blanket)
2021.10.04.00
05 Oct 2021 18:36:26
commit hash: d7ddafc4fa39be02543d84a1dab2352d02e525b5commit hash: d7ddafc4fa39be02543d84a1dab2352d02e525b5commit hash: d7ddafc4fa39be02543d84a1dab2352d02e525b5commit hash: d7ddafc4fa39be02543d84a1dab2352d02e525b5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.09.27.00 -> 2021.10.04.00
2021.09.27.00
03 Oct 2021 16:51:36
commit hash: 85d6ed71fdaff6d88930ef7696e8ed6f7eb86669commit hash: 85d6ed71fdaff6d88930ef7696e8ed6f7eb86669commit hash: 85d6ed71fdaff6d88930ef7696e8ed6f7eb86669commit hash: 85d6ed71fdaff6d88930ef7696e8ed6f7eb86669 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.09.20.00 -> 2021.09.27.00
2021.09.20.00
26 Sep 2021 18:34:50
commit hash: 588f0ddfb9d8a9185dd8a266eb58eedae2c41c6acommit hash: 588f0ddfb9d8a9185dd8a266eb58eedae2c41c6acommit hash: 588f0ddfb9d8a9185dd8a266eb58eedae2c41c6acommit hash: 588f0ddfb9d8a9185dd8a266eb58eedae2c41c6a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.09.13.00 -> 2021.09.20.00
2021.09.13.00
13 Sep 2021 22:28:58
commit hash: 0147eff93fa7bd2cba79327ede7cb09967e43ff5commit hash: 0147eff93fa7bd2cba79327ede7cb09967e43ff5commit hash: 0147eff93fa7bd2cba79327ede7cb09967e43ff5commit hash: 0147eff93fa7bd2cba79327ede7cb09967e43ff5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.09.06.00 -> 2021.09.13.00
2021.09.06.00
10 Sep 2021 18:50:09
commit hash: 2541fe0d8e22e666243eb9f77af7a15179a1cd02commit hash: 2541fe0d8e22e666243eb9f77af7a15179a1cd02commit hash: 2541fe0d8e22e666243eb9f77af7a15179a1cd02commit hash: 2541fe0d8e22e666243eb9f77af7a15179a1cd02 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.08.30.00 -> 2021.09.06.00
2021.08.30.00
31 Aug 2021 09:42:35
commit hash: a0f87cc51578cc9635773869f711cd56b2cb5d89commit hash: a0f87cc51578cc9635773869f711cd56b2cb5d89commit hash: a0f87cc51578cc9635773869f711cd56b2cb5d89commit hash: a0f87cc51578cc9635773869f711cd56b2cb5d89 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.08.23.00 -> 2021.08.30.00
2021.08.23.00
24 Aug 2021 17:10:13
commit hash: ba37700a5b40912beb7d481fffc1dccd7f33135dcommit hash: ba37700a5b40912beb7d481fffc1dccd7f33135dcommit hash: ba37700a5b40912beb7d481fffc1dccd7f33135dcommit hash: ba37700a5b40912beb7d481fffc1dccd7f33135d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update to 2021.08.23.00
2021.08.02.00
02 Aug 2021 20:49:00
commit hash: 5b340c30c61a653264e3849ee3be34288da58a9ccommit hash: 5b340c30c61a653264e3849ee3be34288da58a9ccommit hash: 5b340c30c61a653264e3849ee3be34288da58a9ccommit hash: 5b340c30c61a653264e3849ee3be34288da58a9c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update to 2021.08.02.00
2021.07.19.00_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021.07.19.00
21 Jul 2021 02:28:57
commit hash: cb5fc23af8f3fe19e161c26bc0b06aa2d5d6bdcbcommit hash: cb5fc23af8f3fe19e161c26bc0b06aa2d5d6bdcbcommit hash: cb5fc23af8f3fe19e161c26bc0b06aa2d5d6bdcbcommit hash: cb5fc23af8f3fe19e161c26bc0b06aa2d5d6bdcb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.07.12.00 -> 2021.07.19.00
2021.07.12.00
13 Jul 2021 22:45:15
commit hash: 19eb3c26d649cdc31cf4679a325e5a41985f04f9commit hash: 19eb3c26d649cdc31cf4679a325e5a41985f04f9commit hash: 19eb3c26d649cdc31cf4679a325e5a41985f04f9commit hash: 19eb3c26d649cdc31cf4679a325e5a41985f04f9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.06.28.00 -> 2021.07.12.00
2021.06.28.00
04 Jul 2021 23:41:16
commit hash: 1d9afef450f8f28fa63b99cb4eb84cac4d069431commit hash: 1d9afef450f8f28fa63b99cb4eb84cac4d069431commit hash: 1d9afef450f8f28fa63b99cb4eb84cac4d069431commit hash: 1d9afef450f8f28fa63b99cb4eb84cac4d069431 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update to 2021.06.28.00
2021.06.21.00
27 Jun 2021 08:28:30
commit hash: c66ebf516abf471c6b75acc4557ba08b13cd161bcommit hash: c66ebf516abf471c6b75acc4557ba08b13cd161bcommit hash: c66ebf516abf471c6b75acc4557ba08b13cd161bcommit hash: c66ebf516abf471c6b75acc4557ba08b13cd161b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.06.14.00 -> 2021.06.21.00
2021.06.14.00
15 Jun 2021 18:59:08
commit hash: cbd1a2d29edc365c8c88417de965c6679b24ba27commit hash: cbd1a2d29edc365c8c88417de965c6679b24ba27commit hash: cbd1a2d29edc365c8c88417de965c6679b24ba27commit hash: cbd1a2d29edc365c8c88417de965c6679b24ba27 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.06.07.00 -> 2021.06.14.00
2021.06.07.00
08 Jun 2021 17:53:29
commit hash: c73c8602c40a1534d4119b6d6e4c1dd7934becbccommit hash: c73c8602c40a1534d4119b6d6e4c1dd7934becbccommit hash: c73c8602c40a1534d4119b6d6e4c1dd7934becbccommit hash: c73c8602c40a1534d4119b6d6e4c1dd7934becbc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.05.31.00 -> 2021.06.07.00
2021.05.31.00
01 Jun 2021 06:47:36
commit hash: 3969b85961172a89928577de24266eeafe560903commit hash: 3969b85961172a89928577de24266eeafe560903commit hash: 3969b85961172a89928577de24266eeafe560903commit hash: 3969b85961172a89928577de24266eeafe560903 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.05.24.00 -> 2021.05.31.00
2021.05.24.00
25 May 2021 19:43:35
commit hash: 9b650690c10cac8c41c27c6c26d55a6f5194f9f3commit hash: 9b650690c10cac8c41c27c6c26d55a6f5194f9f3commit hash: 9b650690c10cac8c41c27c6c26d55a6f5194f9f3commit hash: 9b650690c10cac8c41c27c6c26d55a6f5194f9f3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.05.17.00 -> 2021.05.24.00
2021.05.17.00
20 May 2021 04:56:32
commit hash: 56064e7b474079c644eb800f50100a428ff009adcommit hash: 56064e7b474079c644eb800f50100a428ff009adcommit hash: 56064e7b474079c644eb800f50100a428ff009adcommit hash: 56064e7b474079c644eb800f50100a428ff009ad files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.05.10 -> 2021.05.17
10 May 2021 17:13:46
commit hash: 0a0df77fefdae8570bb1018054fd670a19532d9fcommit hash: 0a0df77fefdae8570bb1018054fd670a19532d9fcommit hash: 0a0df77fefdae8570bb1018054fd670a19532d9fcommit hash: 0a0df77fefdae8570bb1018054fd670a19532d9f files touched by this commit Sanity Test Failure Refresh
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.04.26.00 -> 2021.05.10.00
2021.04.26.00
26 Apr 2021 17:56:31
commit hash: 40624110cf5ae0c4c04aea66dc22d22e2ec83552commit hash: 40624110cf5ae0c4c04aea66dc22d22e2ec83552commit hash: 40624110cf5ae0c4c04aea66dc22d22e2ec83552commit hash: 40624110cf5ae0c4c04aea66dc22d22e2ec83552 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.04.19.00 -> 2021.04.26.00
2021.04.19.00
19 Apr 2021 15:49:06
commit hash: 997eb3a2bb99b17f33c86db3ac12a0ec3f284c64commit hash: 997eb3a2bb99b17f33c86db3ac12a0ec3f284c64commit hash: 997eb3a2bb99b17f33c86db3ac12a0ec3f284c64commit hash: 997eb3a2bb99b17f33c86db3ac12a0ec3f284c64 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.04.12.00 -> 2021.04.19.00
2021.04.12.00
12 Apr 2021 23:45:05
commit hash: c2acc78b8c63f7418e8c9899c9eb36772a69dc41commit hash: c2acc78b8c63f7418e8c9899c9eb36772a69dc41commit hash: c2acc78b8c63f7418e8c9899c9eb36772a69dc41commit hash: c2acc78b8c63f7418e8c9899c9eb36772a69dc41 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.04.05.00 -> 2021.04.12.00
2021.04.05.00
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021.04.05.00
06 Apr 2021 17:22:13
commit hash: de80678debc78cb092b2b6673070756dd222ba12commit hash: de80678debc78cb092b2b6673070756dd222ba12commit hash: de80678debc78cb092b2b6673070756dd222ba12commit hash: de80678debc78cb092b2b6673070756dd222ba12 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/fizz: Update 2021.03.29.00 -> 2021.04.05.00
2021.03.29.00
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2021.03.29.00
29 Mar 2021 21:35:09
Revision:569513Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.03.22.00 -> 2021.03.29.00
2021.03.22.00
24 Mar 2021 03:06:35
Revision:569076Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.03.08.00 -> 2021.03.22.00
2021.03.08.00
09 Mar 2021 01:23:54
Revision:567884Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.03.01.00 -> 2021.03.08.00
2021.03.01.00
01 Mar 2021 18:37:37
Revision:566878Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:27:00
Revision:566327Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:53:54
Revision:565358Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.08.00 -> 2021.02.15.00

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

«  1 | 2 | 3  »