Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected], [email protected], Francisco Vilmar Cardoso Ruviaro <[email protected]>, [email protected] Control: affects -1 + src:bettercap User: [email protected] Usertags: pu
Hi SRM, hi Francisco, While we were not planning to address this issue in a DSA, bettercap, affected by #1141754 would ideally be fixed as well in this upcoming point release. Bettercap did install and start a ssytemd service (bettercap.service) which enables the REST API on 127.0.0.1:8081 with authentication disabled by default because both api.rest.username and api.rest.password are empty. With this update follow what was alrady done in unstable, and stop installing the bettercap.service, it is as well not part of documented installation procedure upstream. Debusine run: https://debusine.debian.net/debian/developers/work-request/1233907/ Moritz and I did already apporached earlier Francisco, but suspect our query was missed, so proposing myself this "last minute" debdiff for addressing the problem. Francisco, please let us know if you do not agree on this though please. Regards, Salvatore
diff -Nru bettercap-2.33.0/debian/bettercap.install bettercap-2.33.0/debian/bettercap.install --- bettercap-2.33.0/debian/bettercap.install 2026-07-13 04:33:58.000000000 +0200 +++ bettercap-2.33.0/debian/bettercap.install 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -bettercap.service usr/lib/systemd/system diff -Nru bettercap-2.33.0/debian/changelog bettercap-2.33.0/debian/changelog --- bettercap-2.33.0/debian/changelog 2026-07-13 04:41:40.000000000 +0200 +++ bettercap-2.33.0/debian/changelog 2026-09-05 18:00:23.000000000 +0200 @@ -1,3 +1,13 @@ +bettercap (2.33.0-1+deb13u2) trixie; urgency=medium + + * Non-maintainer upload. + + [ Francisco Vilmar Cardoso Ruviaro ] + * Drop debian/bettercap.install to stop installing bettercap.service by + default (Closes: #1141754) + + -- Salvatore Bonaccorso <[email protected]> Sat, 05 Sep 2026 18:00:23 +0200 + bettercap (2.33.0-1+deb13u1) trixie; urgency=medium * Add debian/patches/CVE-2026-8276.patch.

