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

Get notified when packages are built

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

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

Port details
wangle Framework for building services in a consistent/modular/composable way
2024.04.15.00 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2024.03.25.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-08 17:13:38
Last Update: 2024-04-16 07:43:56
Commit Hash: 73c80ff
License: APACHE20
WWW:
https://github.com/facebook/wangle
Description:
Wangle is a library that makes it easy to build protocols, application clients, and application servers. It's like Netty + Finagle smooshed together, but in C++.
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 (117 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wangle-2024.04.15.00/catalog.mk
  3. /usr/local/share/licenses/wangle-2024.04.15.00/LICENSE
  4. /usr/local/share/licenses/wangle-2024.04.15.00/APACHE20
  5. include/wangle/acceptor/AcceptObserver.h
  6. include/wangle/acceptor/Acceptor.h
  7. include/wangle/acceptor/AcceptorHandshakeManager.h
  8. include/wangle/acceptor/ConnectionCounter.h
  9. include/wangle/acceptor/ConnectionManager.h
  10. include/wangle/acceptor/EvbHandshakeHelper.h
  11. include/wangle/acceptor/FizzAcceptorHandshakeHelper.h
  12. include/wangle/acceptor/FizzConfig.h
  13. include/wangle/acceptor/FizzConfigUtil.h
  14. include/wangle/acceptor/LoadShedConfiguration.h
  15. include/wangle/acceptor/ManagedConnection.h
  16. include/wangle/acceptor/NetworkAddress.h
  17. include/wangle/acceptor/PeekingAcceptorHandshakeHelper.h
  18. include/wangle/acceptor/SSLAcceptorHandshakeHelper.h
  19. include/wangle/acceptor/SSLContextSelectionMisc.h
  20. include/wangle/acceptor/SecureTransportType.h
  21. include/wangle/acceptor/SecurityProtocolContextManager.h
  22. include/wangle/acceptor/ServerSocketConfig.h
  23. include/wangle/acceptor/SharedSSLContextManager.h
  24. include/wangle/acceptor/SocketOptions.h
  25. include/wangle/acceptor/SocketPeeker.h
  26. include/wangle/acceptor/TLSPlaintextPeekingCallback.h
  27. include/wangle/acceptor/TransportInfo.h
  28. include/wangle/acceptor/UnencryptedAcceptorHandshakeHelper.h
  29. include/wangle/acceptor/test/AcceptorHelperMocks.h
  30. include/wangle/bootstrap/AcceptRoutingHandler-inl.h
  31. include/wangle/bootstrap/AcceptRoutingHandler.h
  32. include/wangle/bootstrap/BaseClientBootstrap.h
  33. include/wangle/bootstrap/ClientBootstrap.h
  34. include/wangle/bootstrap/RoutingDataHandler-inl.h
  35. include/wangle/bootstrap/RoutingDataHandler.h
  36. include/wangle/bootstrap/ServerBootstrap-inl.h
  37. include/wangle/bootstrap/ServerBootstrap.h
  38. include/wangle/bootstrap/ServerSocketFactory.h
  39. include/wangle/bootstrap/test/Mocks.h
  40. include/wangle/channel/AsyncSocketHandler.h
  41. include/wangle/channel/EventBaseHandler.h
  42. include/wangle/channel/FileRegion.h
  43. include/wangle/channel/Handler.h
  44. include/wangle/channel/HandlerContext-inl.h
  45. include/wangle/channel/HandlerContext.h
  46. include/wangle/channel/OutputBufferingHandler.h
  47. include/wangle/channel/Pipeline-inl.h
  48. include/wangle/channel/Pipeline.h
  49. include/wangle/channel/StaticPipeline.h
  50. include/wangle/channel/broadcast/BroadcastHandler-inl.h
  51. include/wangle/channel/broadcast/BroadcastHandler.h
  52. include/wangle/channel/broadcast/BroadcastPool-inl.h
  53. include/wangle/channel/broadcast/BroadcastPool.h
  54. include/wangle/channel/broadcast/ObservingHandler-inl.h
  55. include/wangle/channel/broadcast/ObservingHandler.h
  56. include/wangle/channel/broadcast/Subscriber.h
  57. include/wangle/channel/broadcast/test/Mocks.h
  58. include/wangle/channel/test/MockHandler.h
  59. include/wangle/channel/test/MockPipeline.h
  60. include/wangle/client/persistence/FilePersistenceLayer.h
  61. include/wangle/client/persistence/FilePersistentCache.h
  62. include/wangle/client/persistence/LRUInMemoryCache-inl.h
  63. include/wangle/client/persistence/LRUInMemoryCache.h
  64. include/wangle/client/persistence/LRUPersistentCache-inl.h
  65. include/wangle/client/persistence/LRUPersistentCache.h
  66. include/wangle/client/persistence/PersistentCache.h
  67. include/wangle/client/persistence/PersistentCacheCommon.h
  68. include/wangle/client/persistence/test/Mocks.h
  69. include/wangle/client/persistence/test/TestUtil.h
  70. include/wangle/client/ssl/SSLSessionCacheData.h
  71. include/wangle/client/ssl/SSLSessionCacheUtils.h
  72. include/wangle/client/ssl/SSLSessionCallbacks.h
  73. include/wangle/client/ssl/SSLSessionPersistentCache-inl.h
  74. include/wangle/client/ssl/SSLSessionPersistentCache.h
  75. include/wangle/client/ssl/ThreadSafeSSLSessionCache.h
  76. include/wangle/ssl/SNIConfig.h
  77. include/wangle/ssl/test/MockSSLStats.h
  78. include/wangle/client/ssl/test/Mocks.h
  79. include/wangle/client/ssl/test/TestUtil.h
  80. include/wangle/codec/ByteToMessageDecoder.h
  81. include/wangle/codec/FixedLengthFrameDecoder.h
  82. include/wangle/codec/LengthFieldBasedFrameDecoder.h
  83. include/wangle/codec/LengthFieldPrepender.h
  84. include/wangle/codec/LineBasedFrameDecoder.h
  85. include/wangle/codec/MessageToByteEncoder.h
  86. include/wangle/codec/StringCodec.h
  87. include/wangle/codec/test/CodecTestUtils.h
  88. include/wangle/service/ClientDispatcher.h
  89. include/wangle/service/CloseOnReleaseFilter.h
  90. include/wangle/service/ExecutorFilter.h
  91. include/wangle/service/ExpiringFilter.h
  92. include/wangle/service/ServerDispatcher.h
  93. include/wangle/service/Service.h
  94. include/wangle/ssl/ClientHelloExtStats.h
  95. include/wangle/ssl/PasswordInFileFactory.h
  96. include/wangle/ssl/SSLCacheOptions.h
  97. include/wangle/ssl/SSLCacheProvider.h
  98. include/wangle/ssl/SSLContextConfig.h
  99. include/wangle/ssl/SSLContextManager.h
  100. include/wangle/ssl/SSLSessionCacheManager.h
  101. include/wangle/ssl/SSLStats.h
  102. include/wangle/ssl/SSLUtil.h
  103. include/wangle/ssl/ServerSSLContext.h
  104. include/wangle/ssl/TLSCredProcessor.h
  105. include/wangle/ssl/TLSTicketKeyManager.h
  106. include/wangle/ssl/TLSTicketKeySeeds.h
  107. include/wangle/ssl/test/TicketUtil.h
  108. include/wangle/util/FilePoller.h
  109. include/wangle/util/MultiFilePoller.h
  110. lib/cmake/wangle/wangle-config.cmake
  111. lib/cmake/wangle/wangle-targets-release.cmake
  112. lib/cmake/wangle/wangle-targets.cmake
  113. lib/libwangle.so
  114. lib/libwangle.so.1.0.0
  115. @owner
  116. @group
  117. @mode
Collapse this list.
Dependency lines:
  • wangle>0:net/wangle
To install the port:
cd /usr/ports/net/wangle/ && make install clean
To add the package, run one of these commands:
  • pkg install net/wangle
  • pkg install wangle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wangle
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713241127 SHA256 (facebook-wangle-v2024.04.15.00_GH0.tar.gz) = b65b00f8761d38fdfc8aba2fa4b057f23e02a2004104cfea43185248284a5d19 SIZE (facebook-wangle-v2024.04.15.00_GH0.tar.gz) = 347046

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

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

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

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.04.15.00
16 Apr 2024 07:43:56
commit hash: 73c80ff4661ca6fd606afa5a5d9eaff432e7e551commit hash: 73c80ff4661ca6fd606afa5a5d9eaff432e7e551commit hash: 73c80ff4661ca6fd606afa5a5d9eaff432e7e551commit hash: 73c80ff4661ca6fd606afa5a5d9eaff432e7e551 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.04.08.00 → 2024.04.15.00
2024.04.08.00
09 Apr 2024 07:41:02
commit hash: 5628d31d0f569aa6210be0d5fef1eb92dff0df22commit hash: 5628d31d0f569aa6210be0d5fef1eb92dff0df22commit hash: 5628d31d0f569aa6210be0d5fef1eb92dff0df22commit hash: 5628d31d0f569aa6210be0d5fef1eb92dff0df22 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.04.01.00 → 2024.04.08.00
2024.04.01.00
02 Apr 2024 07:59:10
commit hash: dd21762f2250318feeffdf6c92d65f8f39e6c290commit hash: dd21762f2250318feeffdf6c92d65f8f39e6c290commit hash: dd21762f2250318feeffdf6c92d65f8f39e6c290commit hash: dd21762f2250318feeffdf6c92d65f8f39e6c290 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.03.25.00 → 2024.04.01.00
2024.03.25.00
27 Mar 2024 18:31:07
commit hash: f4f6550b011735170641b0b6912e08714935644fcommit hash: f4f6550b011735170641b0b6912e08714935644fcommit hash: f4f6550b011735170641b0b6912e08714935644fcommit hash: f4f6550b011735170641b0b6912e08714935644f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.03.18.00 → 2024.03.25.00
2024.03.18.00
18 Mar 2024 19:58:34
commit hash: 249233516e119320a6e2793bfdea36b2678103facommit hash: 249233516e119320a6e2793bfdea36b2678103facommit hash: 249233516e119320a6e2793bfdea36b2678103facommit hash: 249233516e119320a6e2793bfdea36b2678103fa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.03.11.00 → 2024.03.18.00
2024.03.11.00
12 Mar 2024 01:42:58
commit hash: cd319703df2f1151a19b04c2b7bc9b0c5fbbcb77commit hash: cd319703df2f1151a19b04c2b7bc9b0c5fbbcb77commit hash: cd319703df2f1151a19b04c2b7bc9b0c5fbbcb77commit hash: cd319703df2f1151a19b04c2b7bc9b0c5fbbcb77 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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:18
commit hash: 73ee05cbc925d19522a031c78fb8551b4560cc85commit hash: 73ee05cbc925d19522a031c78fb8551b4560cc85commit hash: 73ee05cbc925d19522a031c78fb8551b4560cc85commit hash: 73ee05cbc925d19522a031c78fb8551b4560cc85 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2024.02.19.00 → 2024.03.04.00
2024.02.19.00
20 Feb 2024 07:09:17
commit hash: 7ac1bccf80df73c51b5819bcc6106ef6412b3dd6commit hash: 7ac1bccf80df73c51b5819bcc6106ef6412b3dd6commit hash: 7ac1bccf80df73c51b5819bcc6106ef6412b3dd6commit hash: 7ac1bccf80df73c51b5819bcc6106ef6412b3dd6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.02.12.00 → 2024.02.19.00
2024.02.12.00_1
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
2024.02.12.00
13 Feb 2024 07:50:51
commit hash: f551617cbff84fa5bcd7b12aa4745e7c41bcfbb6commit hash: f551617cbff84fa5bcd7b12aa4745e7c41bcfbb6commit hash: f551617cbff84fa5bcd7b12aa4745e7c41bcfbb6commit hash: f551617cbff84fa5bcd7b12aa4745e7c41bcfbb6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.02.05.00 → 2024.02.12.00
2024.02.05.00
06 Feb 2024 06:49:27
commit hash: b6d8d8d0659fcf5a23ebd01367f9bea356240eeacommit hash: b6d8d8d0659fcf5a23ebd01367f9bea356240eeacommit hash: b6d8d8d0659fcf5a23ebd01367f9bea356240eeacommit hash: b6d8d8d0659fcf5a23ebd01367f9bea356240eea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.01.29.00 → 2024.02.05.00
2024.01.29.00
30 Jan 2024 08:56:31
commit hash: 30818aca779e4c851bec0dc92f89472e5f866db3commit hash: 30818aca779e4c851bec0dc92f89472e5f866db3commit hash: 30818aca779e4c851bec0dc92f89472e5f866db3commit hash: 30818aca779e4c851bec0dc92f89472e5f866db3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.01.22.00 → 2024.01.29.00
2024.01.22.00
23 Jan 2024 05:49:26
commit hash: e8e9899cdbf578dc7655663edab0cabb07906283commit hash: e8e9899cdbf578dc7655663edab0cabb07906283commit hash: e8e9899cdbf578dc7655663edab0cabb07906283commit hash: e8e9899cdbf578dc7655663edab0cabb07906283 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.01.15.00 → 2024.01.22.00
2024.01.15.00
16 Jan 2024 10:45:02
commit hash: a45d0ebda5fc4850abfb43123a0ddf379f2998efcommit hash: a45d0ebda5fc4850abfb43123a0ddf379f2998efcommit hash: a45d0ebda5fc4850abfb43123a0ddf379f2998efcommit hash: a45d0ebda5fc4850abfb43123a0ddf379f2998ef files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.01.08.00 → 2024.01.15.00
2024.01.08.00
09 Jan 2024 10:05:13
commit hash: c168bad5faf903afd2304072cd219c8aa2e65e22commit hash: c168bad5faf903afd2304072cd219c8aa2e65e22commit hash: c168bad5faf903afd2304072cd219c8aa2e65e22commit hash: c168bad5faf903afd2304072cd219c8aa2e65e22 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2024.01.01.00 → 2024.01.08.00
2024.01.01.00
02 Jan 2024 05:24:34
commit hash: 7a481fca2b1675675267d9ed6d0ee17e6ea6a1bbcommit hash: 7a481fca2b1675675267d9ed6d0ee17e6ea6a1bbcommit hash: 7a481fca2b1675675267d9ed6d0ee17e6ea6a1bbcommit hash: 7a481fca2b1675675267d9ed6d0ee17e6ea6a1bb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.12.25.00 → 2024.01.01.00
2023.12.25.00
26 Dec 2023 06:17:10
commit hash: ff7a21dfd51132db1849877e62133da89c83dfa9commit hash: ff7a21dfd51132db1849877e62133da89c83dfa9commit hash: ff7a21dfd51132db1849877e62133da89c83dfa9commit hash: ff7a21dfd51132db1849877e62133da89c83dfa9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.12.18.00 → 2023.12.25.00
2023.12.18.00
19 Dec 2023 06:36:07
commit hash: 9e4842a42ebeedc98e18e675f3940e0ff23eb113commit hash: 9e4842a42ebeedc98e18e675f3940e0ff23eb113commit hash: 9e4842a42ebeedc98e18e675f3940e0ff23eb113commit hash: 9e4842a42ebeedc98e18e675f3940e0ff23eb113 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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:28
commit hash: 14947f0b88e4e92b4418ad988ae1411e9f3f0556commit hash: 14947f0b88e4e92b4418ad988ae1411e9f3f0556commit hash: 14947f0b88e4e92b4418ad988ae1411e9f3f0556commit hash: 14947f0b88e4e92b4418ad988ae1411e9f3f0556 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.12.04.00 → 2023.12.11.00
2023.12.04.00
05 Dec 2023 07:27:25
commit hash: 4c26f70fe14a0b64786da8a55ea11e343c538c25commit hash: 4c26f70fe14a0b64786da8a55ea11e343c538c25commit hash: 4c26f70fe14a0b64786da8a55ea11e343c538c25commit hash: 4c26f70fe14a0b64786da8a55ea11e343c538c25 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 23.11.1 → 23.12.0
2023.11.27.00
28 Nov 2023 10:09:01
commit hash: ce0953015ea628a682ceb6705ac115f2dcb90223commit hash: ce0953015ea628a682ceb6705ac115f2dcb90223commit hash: ce0953015ea628a682ceb6705ac115f2dcb90223commit hash: ce0953015ea628a682ceb6705ac115f2dcb90223 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.11.20.00 → 2023.11.27.00
2023.11.20.00
21 Nov 2023 07:27:52
commit hash: eb738d984be5161b3078de07bba7a35a33074c8acommit hash: eb738d984be5161b3078de07bba7a35a33074c8acommit hash: eb738d984be5161b3078de07bba7a35a33074c8acommit hash: eb738d984be5161b3078de07bba7a35a33074c8a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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:49
commit hash: ffe5e3c93c745cc5615f89df79b54bb14c724d19commit hash: ffe5e3c93c745cc5615f89df79b54bb14c724d19commit hash: ffe5e3c93c745cc5615f89df79b54bb14c724d19commit hash: ffe5e3c93c745cc5615f89df79b54bb14c724d19 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.11.06.00 → 2023.11.13.00
2023.11.06.00
07 Nov 2023 15:53:12
commit hash: e8201e88068fd0480172435816bd3a22a60ce81ccommit hash: e8201e88068fd0480172435816bd3a22a60ce81ccommit hash: e8201e88068fd0480172435816bd3a22a60ce81ccommit hash: e8201e88068fd0480172435816bd3a22a60ce81c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.10.30.00 → 2023.11.06.00
2023.10.30.00
31 Oct 2023 03:42:14
commit hash: 4f2211d9362189cfc4286a89454f69f431ba0d15commit hash: 4f2211d9362189cfc4286a89454f69f431ba0d15commit hash: 4f2211d9362189cfc4286a89454f69f431ba0d15commit hash: 4f2211d9362189cfc4286a89454f69f431ba0d15 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.10.16.00 → 2023.10.30.00
2023.10.16.00
18 Oct 2023 08:59:53
commit hash: 0218133b8880cdb37cc205f0faa6a20dfe131fc0commit hash: 0218133b8880cdb37cc205f0faa6a20dfe131fc0commit hash: 0218133b8880cdb37cc205f0faa6a20dfe131fc0commit hash: 0218133b8880cdb37cc205f0faa6a20dfe131fc0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.10.09.00 → 2023.10.16.00
2023.10.09.00
10 Oct 2023 08:00:19
commit hash: 6fccff989fa7dbbdbf69c6535ee9f9631a8e0132commit hash: 6fccff989fa7dbbdbf69c6535ee9f9631a8e0132commit hash: 6fccff989fa7dbbdbf69c6535ee9f9631a8e0132commit hash: 6fccff989fa7dbbdbf69c6535ee9f9631a8e0132 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: update 2023.09.25.00 → 2023.10.09.00
2023.09.25.00_1
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
2023.09.25.00
26 Sep 2023 06:01:52
commit hash: b3616eb20ec8f5f5dcc3501d1c25d0f95f30af50commit hash: b3616eb20ec8f5f5dcc3501d1c25d0f95f30af50commit hash: b3616eb20ec8f5f5dcc3501d1c25d0f95f30af50commit hash: b3616eb20ec8f5f5dcc3501d1c25d0f95f30af50 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.09.18.00 → 2023.09.25.00
2023.09.18.00
19 Sep 2023 06:02:52
commit hash: 1e5e5f3d6b73eb97900e3342659009ec838882a6commit hash: 1e5e5f3d6b73eb97900e3342659009ec838882a6commit hash: 1e5e5f3d6b73eb97900e3342659009ec838882a6commit hash: 1e5e5f3d6b73eb97900e3342659009ec838882a6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.09.11.00  → 2023.09.18.00
2023.09.11.00
12 Sep 2023 06:44:03
commit hash: 379afadc2f523563088de05555d4e5df7552a1a3commit hash: 379afadc2f523563088de05555d4e5df7552a1a3commit hash: 379afadc2f523563088de05555d4e5df7552a1a3commit hash: 379afadc2f523563088de05555d4e5df7552a1a3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.09.04.00 → 2023.09.11.00
2023.09.04.00
05 Sep 2023 07:02:23
commit hash: 460d025b296c88f9aedbf5e63664f1620851e7f2commit hash: 460d025b296c88f9aedbf5e63664f1620851e7f2commit hash: 460d025b296c88f9aedbf5e63664f1620851e7f2commit hash: 460d025b296c88f9aedbf5e63664f1620851e7f2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.08.28.00 → 2023.09.04.00
2023.08.28.00
29 Aug 2023 07:32:42
commit hash: ed6020f2faa7a9a5e31a1bb49e74b7e9f86a4785commit hash: ed6020f2faa7a9a5e31a1bb49e74b7e9f86a4785commit hash: ed6020f2faa7a9a5e31a1bb49e74b7e9f86a4785commit hash: ed6020f2faa7a9a5e31a1bb49e74b7e9f86a4785 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.08.14.00 → 2023.08.28.00
2023.08.14.00
15 Aug 2023 04:56:51
commit hash: 8cd2cb19a74c54782092fef151e557f984efe86ecommit hash: 8cd2cb19a74c54782092fef151e557f984efe86ecommit hash: 8cd2cb19a74c54782092fef151e557f984efe86ecommit hash: 8cd2cb19a74c54782092fef151e557f984efe86e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.08.07.00 → 2023.08.14.00
2023.08.07.00
08 Aug 2023 08:42:42
commit hash: 45721bcce993f419f454498ccdb44e8bcda722eecommit hash: 45721bcce993f419f454498ccdb44e8bcda722eecommit hash: 45721bcce993f419f454498ccdb44e8bcda722eecommit hash: 45721bcce993f419f454498ccdb44e8bcda722ee files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.07.24.00 → 2023.08.07.00
2023.07.24.00
25 Jul 2023 04:43:45
commit hash: b191d24d37554c068212e1e9c60f37fe11465d12commit hash: b191d24d37554c068212e1e9c60f37fe11465d12commit hash: b191d24d37554c068212e1e9c60f37fe11465d12commit hash: b191d24d37554c068212e1e9c60f37fe11465d12 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.07.17.00 → 2023.07.24.00
2023.07.17.00
19 Jul 2023 03:32:50
commit hash: 77c6da4fee9ec74da12efed9c49a27462add195bcommit hash: 77c6da4fee9ec74da12efed9c49a27462add195bcommit hash: 77c6da4fee9ec74da12efed9c49a27462add195bcommit hash: 77c6da4fee9ec74da12efed9c49a27462add195b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.07.10.00 → 2023.07.17.00
2023.07.10.00
11 Jul 2023 05:45:21
commit hash: 607339aeb846807816be989986b86e81ebcd8500commit hash: 607339aeb846807816be989986b86e81ebcd8500commit hash: 607339aeb846807816be989986b86e81ebcd8500commit hash: 607339aeb846807816be989986b86e81ebcd8500 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.07.03.00 → 2023.07.10.00
2023.07.03.00
04 Jul 2023 06:35:23
commit hash: e98fb07dc8cb8bb8c6b362a2955980021f86af22commit hash: e98fb07dc8cb8bb8c6b362a2955980021f86af22commit hash: e98fb07dc8cb8bb8c6b362a2955980021f86af22commit hash: e98fb07dc8cb8bb8c6b362a2955980021f86af22 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.06.26.00 → 2023.07.03.00
2023.06.26.00
01 Jul 2023 03:17:56
commit hash: 75ef8e7cdbf05e32a8204f8beb8d552480679efbcommit hash: 75ef8e7cdbf05e32a8204f8beb8d552480679efbcommit hash: 75ef8e7cdbf05e32a8204f8beb8d552480679efbcommit hash: 75ef8e7cdbf05e32a8204f8beb8d552480679efb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.06.12.00 → 2023.06.26.00
2023.06.12.00
17 Jun 2023 06:55:01
commit hash: 2b8d87ea3bd16fdcceb57a7aae623feae683b9dccommit hash: 2b8d87ea3bd16fdcceb57a7aae623feae683b9dccommit hash: 2b8d87ea3bd16fdcceb57a7aae623feae683b9dccommit hash: 2b8d87ea3bd16fdcceb57a7aae623feae683b9dc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.06.08.00 → 2023.06.12.00
2023.06.08.00
11 Jun 2023 03:20:34
commit hash: 6f9876c3fa750aa8753fe9fe9ab7b39e6ad91a3ecommit hash: 6f9876c3fa750aa8753fe9fe9ab7b39e6ad91a3ecommit hash: 6f9876c3fa750aa8753fe9fe9ab7b39e6ad91a3ecommit hash: 6f9876c3fa750aa8753fe9fe9ab7b39e6ad91a3e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.05.08.00 → 2023.06.08.00
2023.05.08.00
09 May 2023 22:55:29
commit hash: 04d39b1aa6a2a414566f0a9ac3e270d8cc6abffecommit hash: 04d39b1aa6a2a414566f0a9ac3e270d8cc6abffecommit hash: 04d39b1aa6a2a414566f0a9ac3e270d8cc6abffecommit hash: 04d39b1aa6a2a414566f0a9ac3e270d8cc6abffe files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.05.01.00 → 2023.05.08.00
2023.05.01.00
02 May 2023 01:18:05
commit hash: cdfda727df28a5d0fc2ce6f3a57c5a87aeaaec99commit hash: cdfda727df28a5d0fc2ce6f3a57c5a87aeaaec99commit hash: cdfda727df28a5d0fc2ce6f3a57c5a87aeaaec99commit hash: cdfda727df28a5d0fc2ce6f3a57c5a87aeaaec99 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.04.24.00 → 2023.05.01.00
2023.04.24.00_1
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
2023.04.24.00
25 Apr 2023 04:55:35
commit hash: bc540b249b473f60df920509d6ac677bc92df086commit hash: bc540b249b473f60df920509d6ac677bc92df086commit hash: bc540b249b473f60df920509d6ac677bc92df086commit hash: bc540b249b473f60df920509d6ac677bc92df086 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.04.17.00 → 2023.04.24.00
2023.04.17.00_1
18 Apr 2023 04:38:09
commit hash: ba26727a1e014a8a0c000de3c36b34bc0638b1afcommit hash: ba26727a1e014a8a0c000de3c36b34bc0638b1afcommit hash: ba26727a1e014a8a0c000de3c36b34bc0638b1afcommit hash: ba26727a1e014a8a0c000de3c36b34bc0638b1af files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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: e9b523b611f515e5bcb1576582ccd2b8768a5da9commit hash: e9b523b611f515e5bcb1576582ccd2b8768a5da9commit hash: e9b523b611f515e5bcb1576582ccd2b8768a5da9commit hash: e9b523b611f515e5bcb1576582ccd2b8768a5da9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 2023.04.03.00
2023.04.03.00
03 Apr 2023 18:31:19
commit hash: 908ffb23642fcbdcc67bc6bb6a97ece9993e8a68commit hash: 908ffb23642fcbdcc67bc6bb6a97ece9993e8a68commit hash: 908ffb23642fcbdcc67bc6bb6a97ece9993e8a68commit hash: 908ffb23642fcbdcc67bc6bb6a97ece9993e8a68 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.03.27.00 → 2023.04.03.00
2023.03.27.00
27 Mar 2023 18:25:46
commit hash: 919709737ef065df0dfd1c86c41a8d59f8689f6bcommit hash: 919709737ef065df0dfd1c86c41a8d59f8689f6bcommit hash: 919709737ef065df0dfd1c86c41a8d59f8689f6bcommit hash: 919709737ef065df0dfd1c86c41a8d59f8689f6b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.03.20.00 → 2023.03.27.00
2023.03.20.00
24 Mar 2023 06:06:03
commit hash: 1302f92bf38295196d357e33c2f36e7b2c5fb2dbcommit hash: 1302f92bf38295196d357e33c2f36e7b2c5fb2dbcommit hash: 1302f92bf38295196d357e33c2f36e7b2c5fb2dbcommit hash: 1302f92bf38295196d357e33c2f36e7b2c5fb2db files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.03.13.00 → 2023.03.20.00
2023.03.13.00
14 Mar 2023 01:16:52
commit hash: cb7ce38c8a325a9b30a9b6f1e36fe92531d7082fcommit hash: cb7ce38c8a325a9b30a9b6f1e36fe92531d7082fcommit hash: cb7ce38c8a325a9b30a9b6f1e36fe92531d7082fcommit hash: cb7ce38c8a325a9b30a9b6f1e36fe92531d7082f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.03.06.00 → 2023.03.13.00
2023.03.06.00
06 Mar 2023 18:06:41
commit hash: 3b43772d759b43fc661f64cfd396b26d63fc948fcommit hash: 3b43772d759b43fc661f64cfd396b26d63fc948fcommit hash: 3b43772d759b43fc661f64cfd396b26d63fc948fcommit hash: 3b43772d759b43fc661f64cfd396b26d63fc948f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.02.27.00 → 2023.03.06.00
2023.02.27.00
27 Feb 2023 17:33:32
commit hash: 1c24d81dbb8944996a5a865c697c22b6d77ae433commit hash: 1c24d81dbb8944996a5a865c697c22b6d77ae433commit hash: 1c24d81dbb8944996a5a865c697c22b6d77ae433commit hash: 1c24d81dbb8944996a5a865c697c22b6d77ae433 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.02.20.00 → 2023.02.27.00
2023.02.20.00
20 Feb 2023 20:54:37
commit hash: 3ec2cea16bf2c3f068aa22dbb1f0c171fc4b5801commit hash: 3ec2cea16bf2c3f068aa22dbb1f0c171fc4b5801commit hash: 3ec2cea16bf2c3f068aa22dbb1f0c171fc4b5801commit hash: 3ec2cea16bf2c3f068aa22dbb1f0c171fc4b5801 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.02.13.00 → 2023.02.20.00
2023.02.13.00
13 Feb 2023 23:00:31
commit hash: 5de9d2f51a03c9a986173e79484d100ab2ad1fe9commit hash: 5de9d2f51a03c9a986173e79484d100ab2ad1fe9commit hash: 5de9d2f51a03c9a986173e79484d100ab2ad1fe9commit hash: 5de9d2f51a03c9a986173e79484d100ab2ad1fe9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.02.06.00 → 2023.02.13.00
2023.02.06.00
06 Feb 2023 17:32:18
commit hash: e6cd3aa8d876d4a8648fdd9c8cfd1c9e1a908bcecommit hash: e6cd3aa8d876d4a8648fdd9c8cfd1c9e1a908bcecommit hash: e6cd3aa8d876d4a8648fdd9c8cfd1c9e1a908bcecommit hash: e6cd3aa8d876d4a8648fdd9c8cfd1c9e1a908bce files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.01.30.00 → 2023.02.06.00
2023.01.30.00
31 Jan 2023 03:04:54
commit hash: 20231bbbdbd0efb7d28b6ea5fe1857cb09d6dc7dcommit hash: 20231bbbdbd0efb7d28b6ea5fe1857cb09d6dc7dcommit hash: 20231bbbdbd0efb7d28b6ea5fe1857cb09d6dc7dcommit hash: 20231bbbdbd0efb7d28b6ea5fe1857cb09d6dc7d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.01.23.00 → 2023.01.30.00
2023.01.23.00
23 Jan 2023 18:36:12
commit hash: 9b5c18c541513489f31c76e7077d352580c48151commit hash: 9b5c18c541513489f31c76e7077d352580c48151commit hash: 9b5c18c541513489f31c76e7077d352580c48151commit hash: 9b5c18c541513489f31c76e7077d352580c48151 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.01.16.00 -> 2023.01.23.00
2023.01.16.00
16 Jan 2023 21:12:24
commit hash: ddcef13cb81e3deebb42a385e84f09b5a26ac3f5commit hash: ddcef13cb81e3deebb42a385e84f09b5a26ac3f5commit hash: ddcef13cb81e3deebb42a385e84f09b5a26ac3f5commit hash: ddcef13cb81e3deebb42a385e84f09b5a26ac3f5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.01.09.00 -> 2023.01.16.00
2023.01.09.00_1
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
2023.01.09.00
10 Jan 2023 01:15:26
commit hash: 5f64402dfcb57b044a1b6d2dc144aad384c581f5commit hash: 5f64402dfcb57b044a1b6d2dc144aad384c581f5commit hash: 5f64402dfcb57b044a1b6d2dc144aad384c581f5commit hash: 5f64402dfcb57b044a1b6d2dc144aad384c581f5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2023.01.02.00 -> 2023.01.09.00
2023.01.02.00
02 Jan 2023 21:03:32
commit hash: 31cb75ea41ea7f5a07975c0a164337a2fd73f6adcommit hash: 31cb75ea41ea7f5a07975c0a164337a2fd73f6adcommit hash: 31cb75ea41ea7f5a07975c0a164337a2fd73f6adcommit hash: 31cb75ea41ea7f5a07975c0a164337a2fd73f6ad files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.12.26.00 -> 2023.01.02.00
2022.12.26.00
26 Dec 2022 20:07:48
commit hash: bcb3bef528f771ff8387711b7e95d71003ca55ddcommit hash: bcb3bef528f771ff8387711b7e95d71003ca55ddcommit hash: bcb3bef528f771ff8387711b7e95d71003ca55ddcommit hash: bcb3bef528f771ff8387711b7e95d71003ca55dd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.12.19.00 -> 2022.12.26.00
2022.12.19.00
20 Dec 2022 03:52:28
commit hash: 46ccb77e7912848be34d580a4949cf98120eb832commit hash: 46ccb77e7912848be34d580a4949cf98120eb832commit hash: 46ccb77e7912848be34d580a4949cf98120eb832commit hash: 46ccb77e7912848be34d580a4949cf98120eb832 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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:36
commit hash: c19ef088c7ee8cb9abf6971fea5732966423a406commit hash: c19ef088c7ee8cb9abf6971fea5732966423a406commit hash: c19ef088c7ee8cb9abf6971fea5732966423a406commit hash: c19ef088c7ee8cb9abf6971fea5732966423a406 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.12.05.00 -> 2022.12.12.00
2022.12.05.00
05 Dec 2022 20:00:02
commit hash: 9910c2afcb59abb05bc387ad45e7e108998302becommit hash: 9910c2afcb59abb05bc387ad45e7e108998302becommit hash: 9910c2afcb59abb05bc387ad45e7e108998302becommit hash: 9910c2afcb59abb05bc387ad45e7e108998302be files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.11.28.00 -> 2022.12.05.00
2022.11.28.00
29 Nov 2022 09:18:45
commit hash: f3e2953bfc53e1a21b35ce1e42adb528440d5caacommit hash: f3e2953bfc53e1a21b35ce1e42adb528440d5caacommit hash: f3e2953bfc53e1a21b35ce1e42adb528440d5caacommit hash: f3e2953bfc53e1a21b35ce1e42adb528440d5caa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.11.14.00 -> 2022.11.28.00
2022.11.14.00
16 Nov 2022 07:26:29
commit hash: ec1010c2aeace46451cef21564c5c89b9a91b70bcommit hash: ec1010c2aeace46451cef21564c5c89b9a91b70bcommit hash: ec1010c2aeace46451cef21564c5c89b9a91b70bcommit hash: ec1010c2aeace46451cef21564c5c89b9a91b70b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.11.07.00 -> 2022.11.14.00
2022.11.07.00
08 Nov 2022 20:46:52
commit hash: 40b49584b9e304bdad77c4542f7a5ccc4ba0e7f3commit hash: 40b49584b9e304bdad77c4542f7a5ccc4ba0e7f3commit hash: 40b49584b9e304bdad77c4542f7a5ccc4ba0e7f3commit hash: 40b49584b9e304bdad77c4542f7a5ccc4ba0e7f3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.10.31.00 -> 2022.11.07.00
2022.10.31.00
31 Oct 2022 19:37:51
commit hash: f15874d7d7752684cbcee87ea0dff80c0eed7c6acommit hash: f15874d7d7752684cbcee87ea0dff80c0eed7c6acommit hash: f15874d7d7752684cbcee87ea0dff80c0eed7c6acommit hash: f15874d7d7752684cbcee87ea0dff80c0eed7c6a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.10.24.00 -> 2022.10.31.00
2022.10.24.00
25 Oct 2022 20:50:00
commit hash: 2a128b0a1110a1f3766628cad92d60845080a431commit hash: 2a128b0a1110a1f3766628cad92d60845080a431commit hash: 2a128b0a1110a1f3766628cad92d60845080a431commit hash: 2a128b0a1110a1f3766628cad92d60845080a431 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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: c7f2693464517631aa034ffd5f9408ecdaf7696dcommit hash: c7f2693464517631aa034ffd5f9408ecdaf7696dcommit hash: c7f2693464517631aa034ffd5f9408ecdaf7696dcommit hash: c7f2693464517631aa034ffd5f9408ecdaf7696d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.10.10.00 -> 2022.10.17.00
2022.10.10.00
10 Oct 2022 14:57:18
commit hash: fb15ff75b083f6759c4e0d53b9b71c6b3405940acommit hash: fb15ff75b083f6759c4e0d53b9b71c6b3405940acommit hash: fb15ff75b083f6759c4e0d53b9b71c6b3405940acommit hash: fb15ff75b083f6759c4e0d53b9b71c6b3405940a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update  2022.10.03.00 -> 2022.10.10.00
2022.10.03.00
04 Oct 2022 01:35:23
commit hash: 578f379a4d32bf32813d4f351fa243dd8447291ccommit hash: 578f379a4d32bf32813d4f351fa243dd8447291ccommit hash: 578f379a4d32bf32813d4f351fa243dd8447291ccommit hash: 578f379a4d32bf32813d4f351fa243dd8447291c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.09.26.00 -> 2022.10.03.00
2022.09.26.00
27 Sep 2022 02:49:00
commit hash: 1895cba4249a31084bf1dee425ca140c261718cfcommit hash: 1895cba4249a31084bf1dee425ca140c261718cfcommit hash: 1895cba4249a31084bf1dee425ca140c261718cfcommit hash: 1895cba4249a31084bf1dee425ca140c261718cf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.09.19.00 -> 2022.09.26.00
2022.09.19.00
20 Sep 2022 04:37:47
commit hash: 88be778905164493d37579b1236ff7edb1356c3dcommit hash: 88be778905164493d37579b1236ff7edb1356c3dcommit hash: 88be778905164493d37579b1236ff7edb1356c3dcommit hash: 88be778905164493d37579b1236ff7edb1356c3d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.09.12.00 -> 2022.09.19.00
2022.09.12.00
14 Sep 2022 04:38:43
commit hash: 36193069dc09b24f7a21878a58f6155bb9f235cfcommit hash: 36193069dc09b24f7a21878a58f6155bb9f235cfcommit hash: 36193069dc09b24f7a21878a58f6155bb9f235cfcommit hash: 36193069dc09b24f7a21878a58f6155bb9f235cf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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
05 Sep 2022 20:07:36
commit hash: 0aeee15a7185cf2c5ddd9e239ee76e281200aab7commit hash: 0aeee15a7185cf2c5ddd9e239ee76e281200aab7commit hash: 0aeee15a7185cf2c5ddd9e239ee76e281200aab7commit hash: 0aeee15a7185cf2c5ddd9e239ee76e281200aab7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.08.29.00 -> 2022.09.05.00
2022.08.29.00
30 Aug 2022 21:10:10
commit hash: 918c6be892b0dc44f9112988a2ac68287a6889a3commit hash: 918c6be892b0dc44f9112988a2ac68287a6889a3commit hash: 918c6be892b0dc44f9112988a2ac68287a6889a3commit hash: 918c6be892b0dc44f9112988a2ac68287a6889a3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.08.22.00 -> 2022.08.29.00
2022.08.22.00
23 Aug 2022 22:52:29
commit hash: b54cfbaabbd0fb728769d41475fad7c14bbd4855commit hash: b54cfbaabbd0fb728769d41475fad7c14bbd4855commit hash: b54cfbaabbd0fb728769d41475fad7c14bbd4855commit hash: b54cfbaabbd0fb728769d41475fad7c14bbd4855 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.08.15.00 -> 2022.08.22.00
2022.08.15.00
15 Aug 2022 23:08:11
commit hash: cf4020f20b6ada305c87404549f33f5bf8ac0ddecommit hash: cf4020f20b6ada305c87404549f33f5bf8ac0ddecommit hash: cf4020f20b6ada305c87404549f33f5bf8ac0ddecommit hash: cf4020f20b6ada305c87404549f33f5bf8ac0dde files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: 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: 4b14cf0b201ace4ecbc7a1b31282689f3b0383ebcommit hash: 4b14cf0b201ace4ecbc7a1b31282689f3b0383ebcommit hash: 4b14cf0b201ace4ecbc7a1b31282689f3b0383ebcommit hash: 4b14cf0b201ace4ecbc7a1b31282689f3b0383eb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.08.01.00 -> 2022.08.08.00
2022.08.01.00
01 Aug 2022 19:00:16
commit hash: 8ac5730004637efafb6c4ddfc13bd6c979d12a18commit hash: 8ac5730004637efafb6c4ddfc13bd6c979d12a18commit hash: 8ac5730004637efafb6c4ddfc13bd6c979d12a18commit hash: 8ac5730004637efafb6c4ddfc13bd6c979d12a18 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.07.25.00 -> 2022.08.01.00
2022.07.25.00
26 Jul 2022 07:50:18
commit hash: 95136b664a9c180417f2588510c5e0d68ba75960commit hash: 95136b664a9c180417f2588510c5e0d68ba75960commit hash: 95136b664a9c180417f2588510c5e0d68ba75960commit hash: 95136b664a9c180417f2588510c5e0d68ba75960 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.07.18.00 -> 2022.07.25.00
2022.07.18.00
22 Jul 2022 22:01:01
commit hash: 4117fa8efe70800c6bf1f069d7b65fa41d5b04bbcommit hash: 4117fa8efe70800c6bf1f069d7b65fa41d5b04bbcommit hash: 4117fa8efe70800c6bf1f069d7b65fa41d5b04bbcommit hash: 4117fa8efe70800c6bf1f069d7b65fa41d5b04bb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.07.11.00 -> 2022.07.18.00
2022.07.11.00
12 Jul 2022 01:24:31
commit hash: 869ebb2ad252eb4f7394add6b9590eb5c95d1337commit hash: 869ebb2ad252eb4f7394add6b9590eb5c95d1337commit hash: 869ebb2ad252eb4f7394add6b9590eb5c95d1337commit hash: 869ebb2ad252eb4f7394add6b9590eb5c95d1337 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.07.04.00 -> 2022.07.11.00
2022.07.04.00
04 Jul 2022 23:16:26
commit hash: 1c58bc3e6bd663a5133c39122522f328c6b094c9commit hash: 1c58bc3e6bd663a5133c39122522f328c6b094c9commit hash: 1c58bc3e6bd663a5133c39122522f328c6b094c9commit hash: 1c58bc3e6bd663a5133c39122522f328c6b094c9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.06.27.00 -> 2022.07.04.00
2022.06.27.00
27 Jun 2022 19:36:27
commit hash: a0569a559f6c96bac575bcd10d1d3c61d1076a64commit hash: a0569a559f6c96bac575bcd10d1d3c61d1076a64commit hash: a0569a559f6c96bac575bcd10d1d3c61d1076a64commit hash: a0569a559f6c96bac575bcd10d1d3c61d1076a64 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.06.20.00 -> 2022.06.27.00
2022.06.20.00
20 Jun 2022 20:57:31
commit hash: b83cceda9fb8b7d3234ee6fcc30ccf1d6a539468commit hash: b83cceda9fb8b7d3234ee6fcc30ccf1d6a539468commit hash: b83cceda9fb8b7d3234ee6fcc30ccf1d6a539468commit hash: b83cceda9fb8b7d3234ee6fcc30ccf1d6a539468 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.06.13.00 -> 2022.06.20.00
2022.06.13.00
13 Jun 2022 22:49:47
commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.06.06.00 -> 2022.06.13.00

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

1 | 2  »