Debian Patches

Status for laserboy/2024.03.08+dfsg-3

Patch Description Author Forwarded Bugs Origin Last update
remove-amd64-specific.patch Remove amd64 specific compilation options Nicolas Schodet <nico@ni.fr.eu.org> no 2025-08-15
fix-boost-1.88-ftbfs.patch Fix FTBFS on Boost 1.88 * io_service was deprecated and removed in Asio 1.33.0. Boost 1.88 ships
Asio 1.34.2, which already includes this breaking change. In this case,
io_context should be used instead.
(see: https://github.com/boostorg/asio/issues/110 and
https://www.boost.org/doc/libs/latest/doc/html/boost_asio/history.html).
* tcp::resolver::query and tcp::resolver::iterator were deprecated and
removed. The new way to resolve endpoints is to use the resolve method
directly.
(see: https://www.boost.org/doc/libs/1_88_0/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html).
* The resolve method returns a range object, which can be passed directly
to boost::asio::connect.
(see: https://www.boost.org/doc/libs/1_88_0/doc/html/boost_asio/reference/connect.html).
Mateus Rodrigues de Morais <mateus.morais@canonical.com> no debian 2025-09-02

All known versions for source package 'laserboy'

Links