Control: tags 1127289 + patch Control: tags 1127289 + pending Dear maintainer,
I've prepared an NMU for trojan (versioned as 1.16.0-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for trojan-1.16.0 trojan-1.16.0 changelog | 7 +++++++ control | 2 +- patches/boost1.89.patch | 15 +++++++++++++++ patches/series | 1 + 4 files changed, 24 insertions(+), 1 deletion(-) diff -Nru trojan-1.16.0/debian/changelog trojan-1.16.0/debian/changelog --- trojan-1.16.0/debian/changelog 2024-05-25 01:50:00.000000000 +0300 +++ trojan-1.16.0/debian/changelog 2026-03-20 15:38:06.000000000 +0200 @@ -1,3 +1,10 @@ +trojan (1.16.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1127289) + + -- Adrian Bunk <[email protected]> Fri, 20 Mar 2026 15:38:06 +0200 + trojan (1.16.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru trojan-1.16.0/debian/control trojan-1.16.0/debian/control --- trojan-1.16.0/debian/control 2024-05-25 01:49:46.000000000 +0300 +++ trojan-1.16.0/debian/control 2026-03-20 15:38:06.000000000 +0200 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: GreaterFire <[email protected]> -Build-Depends: debhelper-compat (= 12), cmake (>= 3.7.2), libboost-system-dev, libboost-program-options-dev, libssl-dev, default-libmysqlclient-dev, openssl, python3:any, curl, netcat-openbsd, pkgconf, systemd-dev +Build-Depends: debhelper-compat (= 12), cmake (>= 3.7.2), libboost-program-options-dev, libssl-dev, default-libmysqlclient-dev, openssl, python3:any, curl, netcat-openbsd, pkgconf, systemd-dev Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian/trojan Vcs-Git: https://salsa.debian.org/debian/trojan.git diff -Nru trojan-1.16.0/debian/patches/boost1.89.patch trojan-1.16.0/debian/patches/boost1.89.patch --- trojan-1.16.0/debian/patches/boost1.89.patch 1970-01-01 02:00:00.000000000 +0200 +++ trojan-1.16.0/debian/patches/boost1.89.patch 2026-03-20 15:38:06.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with Boost >= 1.89 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1127289 + +--- trojan-1.16.0.orig/CMakeLists.txt ++++ trojan-1.16.0/CMakeLists.txt +@@ -36,7 +36,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON) + find_package(Threads REQUIRED) + target_link_libraries(trojan ${CMAKE_THREAD_LIBS_INIT}) + +-find_package(Boost 1.66.0 REQUIRED COMPONENTS system program_options) ++find_package(Boost 1.66.0 REQUIRED COMPONENTS program_options) + include_directories(${Boost_INCLUDE_DIR}) + target_link_libraries(trojan ${Boost_LIBRARIES}) + if(MSVC) diff -Nru trojan-1.16.0/debian/patches/series trojan-1.16.0/debian/patches/series --- trojan-1.16.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ trojan-1.16.0/debian/patches/series 2026-03-20 15:38:06.000000000 +0200 @@ -0,0 +1 @@ +boost1.89.patch

