Your message dated Sat, 18 Oct 2025 11:05:29 +0000
with message-id <[email protected]>
and subject line Bug#1116542: fixed in netavark 1.16.1-3
has caused the Debian Bug report #1116542,
regarding netavark - upcoming rust-nix 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.)
--
1116542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netavark
I hope to update the nix crate to 0.30 soon, netavark's debian
build-dependencies allow the new version, but it's Cargo
dependencies do not.
After relaxing the dependency the package buildds successfully.
diff -Nru netavark-1.16.1/debian/cargo-checksum.json
netavark-1.16.1/debian/cargo-checksum.json
--- netavark-1.16.1/debian/cargo-checksum.json 1970-01-01 00:00:00.000000000
+0000
+++ netavark-1.16.1/debian/cargo-checksum.json 2025-09-28 11:23:22.000000000
+0000
@@ -0,0 +1 @@
+{"package":"8b2de1f3fe77fb8e2d39faebafb224cf1552c6820b430ff57d1acb28dd60d7f1","files":{}}
diff -Nru netavark-1.16.1/debian/changelog netavark-1.16.1/debian/changelog
--- netavark-1.16.1/debian/changelog 2025-09-11 09:59:45.000000000 +0000
+++ netavark-1.16.1/debian/changelog 2025-09-28 11:23:22.000000000 +0000
@@ -1,3 +1,10 @@
+netavark (1.16.1-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax cargo dependency on nix.
+
+ -- Peter Michael Green <[email protected]> Sun, 28 Sep 2025 11:23:22 +0000
+
netavark (1.16.1-2) unstable; urgency=medium
* Upload to unstable
diff -Nru netavark-1.16.1/debian/patches/0011-Relax-dependency-on-nix.patch
netavark-1.16.1/debian/patches/0011-Relax-dependency-on-nix.patch
--- netavark-1.16.1/debian/patches/0011-Relax-dependency-on-nix.patch
2025-09-11 09:59:45.000000000 +0000
+++ netavark-1.16.1/debian/patches/0011-Relax-dependency-on-nix.patch
2025-09-28 11:20:50.000000000 +0000
@@ -16,7 +16,7 @@
serde_json = "1.0.142"
zbus = { version = "5.9.0" }
-nix = { version = "0.30.1", features = ["net", "sched", "signal", "socket",
"user"] }
-+nix = { version = "0.29", features = ["net", "sched", "signal", "socket",
"user"] }
++nix = { version = ">= 0.29", features = ["net", "sched", "signal", "socket",
"user"] }
rand = "0.9.2"
sha2 = "0.10.9"
netlink-packet-route = "0.23.0"
diff -Nru netavark-1.16.1/debian/patches/0012-Relax-dependency-on-Rand.patch
netavark-1.16.1/debian/patches/0012-Relax-dependency-on-Rand.patch
--- netavark-1.16.1/debian/patches/0012-Relax-dependency-on-Rand.patch
2025-09-11 09:59:45.000000000 +0000
+++ netavark-1.16.1/debian/patches/0012-Relax-dependency-on-Rand.patch
2025-09-28 11:22:26.000000000 +0000
@@ -13,15 +13,9 @@
index a39ce93..4151dbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
-@@ -44,7 +44,7 @@ serde = { version = "1.0.219", features = ["derive"] }
- serde_json = "1.0.142"
- zbus = { version = "5.9.0" }
- nix = { version = "0.29", features = ["net", "sched", "signal", "socket",
"user"] }
+@@ -47,1 +47,1 @@
-rand = "0.9.2"
+rand = "0.8.5"
- sha2 = "0.10.9"
- netlink-packet-route = "0.23.0"
- netlink-packet-core = "0.7.0"
@@ -68,5 +68,5 @@ tonic-build = "0.13.1"
[dev-dependencies]
diff -Nru netavark-1.16.1/debian/patches/0014-Relax-dependency-on-zbus.patch
netavark-1.16.1/debian/patches/0014-Relax-dependency-on-zbus.patch
--- netavark-1.16.1/debian/patches/0014-Relax-dependency-on-zbus.patch
2025-09-11 09:59:45.000000000 +0000
+++ netavark-1.16.1/debian/patches/0014-Relax-dependency-on-zbus.patch
2025-09-28 11:23:00.000000000 +0000
@@ -10,12 +10,6 @@
index f55f6cb..ee1b75a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
-@@ -42,7 +42,7 @@ libc = "0.2.157"
- log = "0.4.27"
- serde = { version = "1.0.219", features = ["derive"] }
- serde_json = "1.0.142"
+@@ -45,1 +45,1 @@
-zbus = { version = "5.9.0" }
+zbus = { version = "5.3.0" }
- nix = { version = "0.29", features = ["net", "sched", "signal", "socket",
"user"] }
- rand = "0.8.5"
- sha2 = "0.10.9"
--- End Message ---
--- Begin Message ---
Source: netavark
Source-Version: 1.16.1-3
Done: Reinhard Tartler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
netavark, 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.
Reinhard Tartler <[email protected]> (supplier of updated netavark 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: Sat, 18 Oct 2025 05:48:04 -0400
Source: netavark
Architecture: source
Version: 1.16.1-3
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1116542
Changes:
netavark (1.16.1-3) unstable; urgency=medium
.
* salsa-ci: Disable reprotest
* Build against nix-0.30, Closes: #1116542
Checksums-Sha1:
ba718b63fac8ac808983885a946d248b14c0f9e7 3296 netavark_1.16.1-3.dsc
f4cdf62b28d3637703fab781d0f9a0175dc7822c 6764 netavark_1.16.1-3.debian.tar.xz
46a4c381deadbf92c84ff73e0942c9d6d1e365df 446784 netavark_1.16.1-3.git.tar.xz
181a83fb74846a27cd494199e11946d937d0487f 18226
netavark_1.16.1-3_source.buildinfo
Checksums-Sha256:
44c025218fb1925564e853f0036dfa74d4ccda7c87e609d7ecf0a4ba6d9c68ff 3296
netavark_1.16.1-3.dsc
0d49ee70b491b9c7a492deffb2eba0135ed8344e54a877c3ddcc301d7d2977cc 6764
netavark_1.16.1-3.debian.tar.xz
43bde93e96f59d2b477f8b284618ef69859a78e1d93f4da84ceefae2f35cb01b 446784
netavark_1.16.1-3.git.tar.xz
78a2db1297b7a33045a4723040718232a98052f99e9b39d303ea40474fb955ec 18226
netavark_1.16.1-3_source.buildinfo
Files:
59a5e17855f5b1b5548989c13e0afc87 3296 net optional netavark_1.16.1-3.dsc
2a2fc9aa9ce41ec75fd122139518b80f 6764 net optional
netavark_1.16.1-3.debian.tar.xz
8586449a1e806b85f80c7cd7ad97b687 446784 net optional
netavark_1.16.1-3.git.tar.xz
037dbcdfad6707a5fe344d4c62ad9f88 18226 net optional
netavark_1.16.1-3_source.buildinfo
Git-Tag-Info: tag=ca61a08da7e2b990e017db1cf9d8766d1bf9e54c
fp=30de7d1763ab9452c7e0825049a76977942826cb
Git-Tag-Tagger: Reinhard Tartler <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjzbr8ACgkQYG0ITkaD
wHkl4g//d0qMFrlUF5Cvh7+NMuuxdhS2PU/5sl4RqSI+sObdhQChtvjnuv6DLSso
tnQzsHsOHEcwhd6y/+R+Whbt3pUS/gw7ga361TJwWWEUik3KSna3SuMZJLYISeTW
nsjMAz4B7uCmFeasUA8SBCRlIrnvjJjqd1yPFxVdun5degvIYixWaPoa7ZOf//cO
K9FiVg5gbkXFvdjP3iO17bZmRkwtPmVmITOghZnaqifSJUoj8v1vInCgj69ooxHv
eIQczSDT4R40mDO1zMK9DgraEvnL/0s4Mwp/Dg+EIQDukYlrykc2yoxihCw5ZQ4a
L4juRaW9i8rYmnabQtVO7noT9pjuturdQcxT/dWvC2/iZDQRvpfFXy7nynNVrEDS
+GvEZdPq4fvIurZUGoDYRhNCXJJH32KpGrOHKk1wdmW9/CwdJJouYObu2qFQ1iBv
2LRjxbpmdEDvkiTB8R8s8aveexRUxvYQBobRbZGOQrFP2YqeGwweXFg6uE81kApS
00f9mxPW4AHMGQEaCluYgPYYFC/haj2gLDADNfOyNdERUhMHmGcuA7/8tUQDJenC
LIqG5zc7f69aOlZEt/KJHz7vjMajEjxbPLOd1A1VxeK2x2/PJbpP+6PKQ41ODtyI
Gc1gC0BJlOmaFmSSFh0IWl6vix6+zGteR2U75JZNNZGPdBzDyUM=
=15fw
-----END PGP SIGNATURE-----
pgpbCrBojGGOI.pgp
Description: PGP signature
--- End Message ---