From 6da82c25717d1f148beacd29eb3cb90fcb036237 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Nov 2024 09:12:16 +0100 Subject: [PATCH] debian: update changelog and copyright file for release Signed-off-by: Joachim Wiberg --- debian/changelog | 28 ++++++++++++++++++++++++++++ debian/copyright | 12 ++++++++++++ 2 files changed, 40 insertions(+) diff --git a/debian/changelog b/debian/changelog index d21f679..b9231c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +mrouted (4.6) stable; urgency=low + + * Issue #56: ensure group timers are stopped when stopping interfaces + * Issue #56: replace homegrown timer and socket handling with pev v2.0. + The existing timer implementation was too imprecise and jittered + several seconds between query intervals + * Issue #64: fix compiler warnings when building with 64-bit 'time_t' + targeting 32-bit platforms (only affects logging and status output) + * Fix 'mroutectl show routes', locally connected routes never expire + * Skip timeout of subordinates at startup + * Minor compiler warnings on non-Linux systems + * Check interface status and update internal state on more error + codes instead of logging 'sendto()' or 'sendmsg()' failure + * Revert change in 'TIMER_INTERVAL' from v4.0, update interval is + now 5 seconds instead of 2 + * Removed internal log rate limiter, demystifies behavior and greatly + simplifies the code + * Log interface names with their assigned VIF number to ease debugging + * Speed up peering by sending route reports as soon as one-way peering + has been established + * Updates to logging, clarifying source 0.0.0.0 of routes as "us", and + add logging when adding and discarding groups to/from interfaces + * Use (S, G) format for all logging + * Silence bogus 'Failed MRT_DEL_MFC' warnings for routes never added to + the MRIB due to missing reverse path + + -- Joachim Wiberg Sun, 10 Nov 2024 09:01:00 +0100 + mrouted (4.5) stable; urgency=low * Ignore IGMP proxy querys (src ip: 0.0.0.0), they must never win diff --git a/debian/copyright b/debian/copyright index be5daf2..b9b70c5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,6 +11,14 @@ Comment: This project was made fully open source by Standford in March 2003 http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/mrouted/LICENSE License: MROUTED +Files: src/pev.[ch] +Copyright: Free software under the UNLICENSE +License: public-domain + +Files: src/ipc.c src/mroutectl.c +Copyright: 2018-2020 Joachim Wiberg +License: BSD-3-clause + Files: lib/strlcpy.c Copyright: 1998, 2015 Todd C. Miller License: ISC @@ -27,6 +35,10 @@ Files: lib/pidfile.c Copyright: 1999 The NetBSD Foundation, Inc. License: BSD-2-clause +Files: lib/utimensat.c +Copyright: 2017-2020 Joachim Wiberg +License: ISC + Files: debian/* Comment: mrouted was repackaged by Joachim Wiberg on Mon, 17 Aug 2010 08:32:02 +0100 based on an earlier (failed)