Your message dated Sun, 10 May 2026 19:35:54 +0000
with message-id <[email protected]>
and subject line Bug#1135770: fixed in bpftop 0.7.1.4.gd579e4e-3
has caused the Debian Bug report #1135770,
regarding bibiman - upcoming ratatui/crossterm/tui-input update
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1135770: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135770
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bpftop
Version: 0.7.1.4.gd579e4e-2
I hope to update ratatui, crossterm and tui-input to the latest upstream
versions soon.
bpftop needs a small patch to build with the new version of ratatui,
I was able to write the patch in such a way that it remained compatible
with the old version, so this can be uploaded without wating.
diff -Nru bpftop-0.7.1.4.gd579e4e/debian/changelog
bpftop-0.7.1.4.gd579e4e/debian/changelog
--- bpftop-0.7.1.4.gd579e4e/debian/changelog 2026-01-10 22:28:17.000000000
+0000
+++ bpftop-0.7.1.4.gd579e4e/debian/changelog 2026-05-05 17:57:48.000000000
+0000
@@ -1,3 +1,12 @@
+bpftop (0.7.1.4.gd579e4e-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax dependencies on ratatui, tui-input and crossterm.
+ * Add patch to support built with ratatui 0.30 (without breaking
+ support for ratatui 0.29).
+
+ -- Peter Michael Green <[email protected]> Tue, 05 May 2026 17:57:48 +0000
+
bpftop (0.7.1.4.gd579e4e-2) unstable; urgency=medium
* Use latest ratatui 0.29. (Closes: #1124093)
diff -Nru bpftop-0.7.1.4.gd579e4e/debian/patches/ratatui-0.30.patch
bpftop-0.7.1.4.gd579e4e/debian/patches/ratatui-0.30.patch
--- bpftop-0.7.1.4.gd579e4e/debian/patches/ratatui-0.30.patch 1970-01-01
00:00:00.000000000 +0000
+++ bpftop-0.7.1.4.gd579e4e/debian/patches/ratatui-0.30.patch 2026-05-05
17:57:48.000000000 +0000
@@ -0,0 +1,32 @@
+Index: bpftop_0.7.1.4.gd579e4e.new/Cargo.toml
+===================================================================
+--- bpftop_0.7.1.4.gd579e4e.new.orig/Cargo.toml
++++ bpftop_0.7.1.4.gd579e4e.new/Cargo.toml
+@@ -15,11 +15,11 @@ tracing-subscriber = "0.3.20"
+ tracing-journald = "0.3.0"
+ libbpf-rs = "= 0.26.0-beta.1"
+ libbpf-sys = "1.6.1"
+-crossterm = "0.28.1"
++crossterm = ">= 0.28.1, < 0.30"
+ anyhow = "1.0.100"
+-ratatui = { version = "0.29.0", default-features = false, features =
['crossterm'] }
++ratatui = { version = ">= 0.29.0, < 0.31", default-features = false, features
= ['crossterm'] }
+ nix = { version = "0.30.1", features = ["user"] }
+ circular-buffer = "1.0.0"
+ procfs = "0.17.0"
+-tui-input = "0.11.1"
++tui-input = ">= 0.11.1, < 0.16"
+ clap = { version = "4.5.48", features = ["derive"] }
+Index: bpftop_0.7.1.4.gd579e4e.new/src/main.rs
+===================================================================
+--- bpftop_0.7.1.4.gd579e4e.new.orig/src/main.rs
++++ bpftop_0.7.1.4.gd579e4e.new/src/main.rs
+@@ -259,7 +259,7 @@ fn load_pid_iter(iter_link: &mut Option<
+ result
+ }
+
+-fn run_draw_loop<B: Backend>(terminal: &mut Terminal<B>, mut app: App) ->
Result<()> {
++fn run_draw_loop(terminal: &mut Terminal<CrosstermBackend<Stdout>>, mut app:
App) -> Result<()> {
+ loop {
+ terminal.draw(|f| ui(f, &mut app))?;
+
diff -Nru bpftop-0.7.1.4.gd579e4e/debian/patches/series
bpftop-0.7.1.4.gd579e4e/debian/patches/series
--- bpftop-0.7.1.4.gd579e4e/debian/patches/series 2026-01-10
22:25:23.000000000 +0000
+++ bpftop-0.7.1.4.gd579e4e/debian/patches/series 2026-05-05
17:57:48.000000000 +0000
@@ -1 +1,2 @@
fix-version.patch
+ratatui-0.30.patch
--- End Message ---
--- Begin Message ---
Source: bpftop
Source-Version: 0.7.1.4.gd579e4e-3
Done: Sudip Mukherjee <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bpftop, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sudip Mukherjee <[email protected]> (supplier of updated bpftop
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 10 May 2026 19:09:42 +0100
Source: bpftop
Architecture: source
Version: 0.7.1.4.gd579e4e-3
Distribution: unstable
Urgency: medium
Maintainer: Sudip Mukherjee <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 1135770
Changes:
bpftop (0.7.1.4.gd579e4e-3) unstable; urgency=medium
.
* Update Standards-Version to 4.7.4
.
[ Peter Michael Green ]
* Relax dependencies on ratatui, tui-input and crossterm.
* Add patch to support built with ratatui 0.30 (without breaking
support for ratatui 0.29). (Closes: #1135770)
Checksums-Sha1:
06233aebf3d9db8445c3883218b485192a0124b9 2290 bpftop_0.7.1.4.gd579e4e-3.dsc
2fb9f4ad427d7b694329f0d0e23036d03b1d2397 4784
bpftop_0.7.1.4.gd579e4e-3.debian.tar.xz
411d79ede340327d17512236172aed61d85d12cd 32516
bpftop_0.7.1.4.gd579e4e-3_amd64.buildinfo
Checksums-Sha256:
ddd1dd0508601456ec219df4b85fb20c981fc074cd645300f0c6129ed0a7d71c 2290
bpftop_0.7.1.4.gd579e4e-3.dsc
bc6f9379510a052691162f51321883e0b92c4aabcb6a8e6349f41b34fa51926d 4784
bpftop_0.7.1.4.gd579e4e-3.debian.tar.xz
b23ec38f47905d024e3acdf4759e0da91def09ec4c38bc3cef4c1876c3779b7f 32516
bpftop_0.7.1.4.gd579e4e-3_amd64.buildinfo
Files:
7f75d87017511518a88dac4eb343f0de 2290 admin optional
bpftop_0.7.1.4.gd579e4e-3.dsc
176ac0d6bdb417151bce82124449c3df 4784 admin optional
bpftop_0.7.1.4.gd579e4e-3.debian.tar.xz
caf031d6930d729fbdacd7468a286732 32516 admin optional
bpftop_0.7.1.4.gd579e4e-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmoAzHcACgkQR5mjUUbR
KzWT5A//Wu0CbQ4e922EZ/uBP7RxK4E41yFOyt4weUzMB/1dci6YolMZ9xqP4tnq
A9WTlaydFbhWJq0qr3jsR/lH4k4qfT/qhyba5NBsRFxwfjf5YWta8YelSTSmTT/g
g0p5wB90PFaNMYNKNeH2BwaQE9N+USTAaE8s8Cf6QbQWM+OlnJLnAlpZv+WYjDit
bUHC0ovsfmohyum5baIbX2GvmnOCYdDlpfCDIZszdlz6HWwd7lXpnyuFUlM50cht
B+FFECmVh3TRNBjLQlPOuHFouyDzrlWmoRZF5oqhb5FWlKFVsFBQC/Y2ibhS1mTl
ZaU1nxsGMtwydJ4m1GApJeW/5YUS/ZSJeaFHpmwcBujH6HFhKhf3j6aen16smAiD
V+zb7MG5tySpfNQZyUAX3ZvyrkIkBpYVZnecVwbkclrtGB07o9qlhiJZ1kItmhYO
bqMXc/elWWbMiMUBRPjIzkjHHvtXNyBoDGYmiULlYAMmzcHomttci6ZQ1TvWQ7V8
/pp5k8z2+mnZSj977iqKy65BL2U0jdkqhJJx/cPYBKE8Y4GgknO0nGuo+xwHKuZW
njMmH6Mh3mBFr3AzquSKiNnjam2DTrliN6/JO2TO8gP9C1Ynrk8FNGykHG5fH3G3
Z5Nv2G9Z84ZMgMX9SlRyCFtDpPFy3IyEPu+9x6RSuhwSwX41z/o=
=Vlpq
-----END PGP SIGNATURE-----
pgpgFhZCdPxv4.pgp
Description: PGP signature
--- End Message ---