[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1036554: marked as done (unblock: iproute2/6.1.0-3)



Your message dated Wed, 24 May 2023 06:39:32 +0000
with message-id <E1q1i9k-00D8da-2O@respighi.debian.org>
and subject line unblock iproute2
has caused the Debian Bug report #1036554,
regarding unblock: iproute2/6.1.0-3
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 owner@bugs.debian.org
immediately.)


-- 
1036554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036554
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <bluca@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


--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: