Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Dear Release Team,

A small regression w.r.t. Bookworm has just been reported on iproute2.
It is a trivial fix so I'd like to have it in the release if possible.
debdiff attached.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036534

Thanks!

-- 
Kind regards,
Luca Boccassi
diff -Nru iproute2-6.1.0/debian/changelog iproute2-6.1.0/debian/changelog
--- iproute2-6.1.0/debian/changelog	2023-02-25 19:46:35.000000000 +0000
+++ iproute2-6.1.0/debian/changelog	2023-05-22 14:19:52.000000000 +0100
@@ -1,3 +1,9 @@
+iproute2 (6.1.0-3) unstable; urgency=medium
+
+  * Ensure 'ip mo' resolves to 'ip monitor' (Closes: #1036534)
+
+ -- Luca Boccassi <bl...@debian.org>  Mon, 22 May 2023 14:19:52 +0100
+
 iproute2 (6.1.0-2) unstable; urgency=medium
 
   * Add Romanian language translation for debconf (Closes: #1031917)
diff -Nru iproute2-6.1.0/debian/patches/0001-Add-moo-feature.patch iproute2-6.1.0/debian/patches/0001-Add-moo-feature.patch
--- iproute2-6.1.0/debian/patches/0001-Add-moo-feature.patch	2023-02-25 19:04:02.000000000 +0000
+++ iproute2-6.1.0/debian/patches/0001-Add-moo-feature.patch	2023-05-22 14:19:19.000000000 +0100
@@ -3,7 +3,7 @@
 Forwarded: no, critical value-add business feature for Debian
 --- a/ip/ip.c
 +++ b/ip/ip.c
-@@ -86,6 +86,19 @@
+@@ -87,6 +87,19 @@
  	return 0;
  }
  
@@ -23,11 +23,11 @@
  static const struct cmd {
  	const char *cmd;
  	int (*func)(int argc, char **argv);
-@@ -104,6 +117,7 @@
- 	{ "fou",	do_ipfou },
- 	{ "ila",	do_ipila },
- 	{ "macsec",	do_ipmacsec },
+@@ -125,6 +138,7 @@
+ 	{ "ioam",	do_ioam6 },
+ 	{ "help",	do_help },
+ 	{ "stats",	do_ipstats },
 +	{ "moo",	do_moo },
- 	{ "tunnel",	do_iptunnel },
- 	{ "tunl",	do_iptunnel },
- 	{ "tuntap",	do_iptuntap },
+ 	{ 0 }
+ };
+ 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to