Skip to content

Commit

Permalink
debian: update changelog and copyright file for release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 10, 2024
1 parent 7d4079d commit 6da82c2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
28 changes: 28 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
12 changes: 12 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
License: ISC
Expand All @@ -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 <[email protected]>
on Mon, 17 Aug 2010 08:32:02 +0100 based on an earlier (failed)
Expand Down

0 comments on commit 6da82c2

Please sign in to comment.