mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 13:33:08 +00:00
This commit updates boost to version 1.88.0 New libraries in this release: * Hash2 [2]: An extensible hashing framework, from Peter Dimov and Christian Mazakas. * MQTT5 [3]: MQTT5 client library built on top of Boost.Asio, from Ivica Siladić, Bruno Iljazović, and Korina Šimičević. More info about Boost 1.88.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_88_0.html [2]: https://www.boost.org/libs/hash2/ [3]: https://www.boost.org/libs/mqtt5/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>