diff -Nru netavark-1.14.0/debian/changelog netavark-1.14.0/debian/changelog --- netavark-1.14.0/debian/changelog 2025-03-16 20:40:52.000000000 +0000 +++ netavark-1.14.0/debian/changelog 2025-04-10 16:59:19.000000000 +0000 @@ -1,3 +1,9 @@ +netavark (1.14.0-3) UNRELEASED; urgency=medium + + * Drop 0013-compile-against-prost-12.6.patch + + -- Blair Noctis Thu, 10 Apr 2025 16:59:19 +0000 + netavark (1.14.0-2) unstable; urgency=medium * Delete patches no longer necessary diff -Nru netavark-1.14.0/debian/patches/0013-compile-against-prost-12.6.patch netavark-1.14.0/debian/patches/0013-compile-against-prost-12.6.patch --- netavark-1.14.0/debian/patches/0013-compile-against-prost-12.6.patch 2025-03-16 20:40:52.000000000 +0000 +++ netavark-1.14.0/debian/patches/0013-compile-against-prost-12.6.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -From: Reinhard Tartler -Date: Sun, 16 Mar 2025 07:27:42 -0400 -Subject: compile against prost 12.6 - ---- - Cargo.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: netavark/Cargo.toml -=================================================================== ---- netavark.orig/Cargo.toml -+++ netavark/Cargo.toml -@@ -57,7 +57,7 @@ tokio = { version = "1.43.0", features = - tokio-stream = { version = ">= 0.1.16", features = ["net"] } - tonic = "0.12.3" - mozim = "0.2.5" --prost = "0.13.4" -+prost = "0.12.6" - futures-channel = "0.3.31" - futures-core = "0.3.31" - futures-util = "0.3.31" diff -Nru netavark-1.14.0/debian/patches/0016-update-tonic.patch netavark-1.14.0/debian/patches/0016-update-tonic.patch --- netavark-1.14.0/debian/patches/0016-update-tonic.patch 1970-01-01 00:00:00.000000000 +0000 +++ netavark-1.14.0/debian/patches/0016-update-tonic.patch 2025-04-10 16:59:19.000000000 +0000 @@ -0,0 +1,20 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -55,7 +55,7 @@ + netlink-sys = "0.8.7" + tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "signal", "fs"] } + tokio-stream = { version = ">= 0.1.16", features = ["net"] } +-tonic = "0.12.3" ++tonic = "0.13" + mozim = "0.2.5" + prost = "0.13.4" + futures-channel = "0.3.31" +@@ -67,7 +67,7 @@ + + [build-dependencies] + chrono = { version = "0.4.39", default-features = false, features = ["clock"] } +-tonic-build = "0.12.3" ++tonic-build = "0.13" + + [dev-dependencies] + once_cell = "1.20.2" diff -Nru netavark-1.14.0/debian/patches/series netavark-1.14.0/debian/patches/series --- netavark-1.14.0/debian/patches/series 2025-03-16 20:40:52.000000000 +0000 +++ netavark-1.14.0/debian/patches/series 2025-04-10 16:59:19.000000000 +0000 @@ -6,4 +6,4 @@ 0010-Revert-fix-deps-update-rust-crate-sysctl-to-0.6.0.patch 0013-Build-against-url-2.5.2.patch 0015-update-zbus.patch -0013-compile-against-prost-12.6.patch +0016-update-tonic.patch