Your message dated Sat, 26 Jan 2013 22:36:46 +0000
with message-id <[email protected]>
and subject line Re: Bug#699047: unblock: quagga/0.99.21-4
has caused the Debian Bug report #699047,
regarding unblock: quagga/0.99.21-4
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.)
--
699047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package quagga
(see changelog below)
bye,
-christian-
-=(~/debian/quagga)$ debdiff quagga_0.99.21-3.dsc quagga_0.99.21-4.dsc
diff -Nru quagga-0.99.21/debian/changelog quagga-0.99.21/debian/changelog
--- quagga-0.99.21/debian/changelog 2012-06-08 01:29:47.000000000 +0200
+++ quagga-0.99.21/debian/changelog 2013-01-06 15:58:00.000000000 +0100
@@ -1,3 +1,12 @@
+quagga (0.99.21-4) unstable; urgency=medium
+
+ * Fixed regression bug that caused OSPF "distribute-list" statements to be
+ silently ignored. The patch has already been applied upstream but there
+ has been no new Quagga release since then.
+ Thanks to Hans van Kranenburg for reporting. Closes: #697240
+
+ -- Christian Hammers <[email protected]> Sun, 06 Jan 2013 15:50:32 +0100
+
quagga (0.99.21-3) unstable; urgency=high
* SECURITY:
diff -Nru quagga-0.99.21/debian/patches/99_distribute_list.diff
quagga-0.99.21/debian/patches/99_distribute_list.diff
--- quagga-0.99.21/debian/patches/99_distribute_list.diff 1970-01-01
01:00:00.000000000 +0100
+++ quagga-0.99.21/debian/patches/99_distribute_list.diff 2013-01-06
15:30:27.000000000 +0100
@@ -0,0 +1,35 @@
+From 1e47fb668d0125cbb6d53f73469093e744164a47 Mon Sep 17 00:00:00 2001
+From: Christian Franke <[email protected]>
+Date: Tue, 04 Dec 2012 19:31:16 +0000
+Subject: ospfd: fix argument parsing for distribute-list
+
+Use the correct argument for the protocol lookup in
+ospf distribute-list commands.
+
+Signed-off-by: Christian Franke <[email protected]>
+Signed-off-by: Scott Feldman <[email protected]>
+---
+diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c
+index 3655cfe..862ef95 100644
+--- a/ospfd/ospf_vty.c
++++ b/ospfd/ospf_vty.c
+@@ -6042,7 +6042,7 @@ DEFUN (ospf_distribute_list_out,
+ int source;
+
+ /* Get distribute source. */
+- source = proto_redistnum(AFI_IP, argv[0]);
++ source = proto_redistnum(AFI_IP, argv[1]);
+ if (source < 0 || source == ZEBRA_ROUTE_OSPF)
+ return CMD_WARNING;
+
+@@ -6061,7 +6061,7 @@ DEFUN (no_ospf_distribute_list_out,
+ struct ospf *ospf = vty->index;
+ int source;
+
+- source = proto_redistnum(AFI_IP, argv[0]);
++ source = proto_redistnum(AFI_IP, argv[1]);
+ if (source < 0 || source == ZEBRA_ROUTE_OSPF)
+ return CMD_WARNING;
+
+--
+cgit v0.9.0.2
diff -Nru quagga-0.99.21/debian/patches/series
quagga-0.99.21/debian/patches/series
--- quagga-0.99.21/debian/patches/series 2012-06-08 01:15:26.000000000
+0200
+++ quagga-0.99.21/debian/patches/series 2013-01-06 15:45:54.000000000
+0100
@@ -6,3 +6,4 @@
50_vtysh__vtysh.conf.sample.diff
10_doc__Makefiles__makeinfo-force.diff
99_CVE-2012-1820_bgp_capability_orf.diff
+99_distribute_list.diff
unblock quagga/0.99.21-4
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
On Sat, Jan 26, 2013 at 07:24:24PM +0100, Christian Hammers wrote:
> +quagga (0.99.21-4) unstable; urgency=medium
> +
> + * Fixed regression bug that caused OSPF "distribute-list" statements to be
> + silently ignored. The patch has already been applied upstream but there
> + has been no new Quagga release since then.
> + Thanks to Hans van Kranenburg for reporting. Closes: #697240
Thanks, unblocked.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
<directhex> i have six years of solaris sysadmin experience, from
8->10. i am well qualified to say it is made from bonghits
layered on top of bonghits
signature.asc
Description: Digital signature
--- End Message ---