Package Release Info

smcroute-2.4.4-bp152.3.16

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

smcroute

Change Logs

Version: 2.4.4-bp151.1.1
* Tue Feb 12 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.4
  Changes
  * Allow same outbound interface as inbound for routes, only warn user
  * systemd unit file hardening, recommended by Debian
  Fixes
  * IGMP header checksum missing from mrdisc frames
  * Unblock *all* matching, and currently blocked, (S,G) to a
    newly installed (*,G) route, only the first know was unblocked
  * Timer nanosecond bug causing loss of address refresh on DHCP
    interfaces.  Interface monitoring feature introduced in v2.4.3
  * Calling init script with `stop` does not stop `smcrouted`
  * ifindex in UNIX/POSIX is an interger, not unsigned short
* Wed Nov 14 2018 Tomá? Chvátal <tchvatal@suse.com>
- Remove ip_route.h for the license clash
* Sat Nov 10 2018 mardnh@gmx.de
- Update to version 2.4.3
  Changes
  * Add strlcat() replacement from OpenBSD, use instead of strcat()
  * smcrouted should never log to system console, proposed by Westermo
  Fixes
  * smcrouted fails to join multicast groups on interfaces that do not
    yet have an IP address when smcrouted starts up, or when it receives
    SIGHUP, e.g. DHCP client interfaces. This patch release adds a timer
    refresh of interface addresses that retries multicast group joins
    until an address is set. This is similar to issue #55, but does not
    handle interfaces that do not exist yet.
  * Make sure Linux alias interfaces (baseif:num) are registered as
    baseif. Westermo found that use of alias interfaces cause multiple
    VIFs to be registered for the same base interface causing multicast
    routes to use the wrong inbound or outbound VIF. Alias interfaces
    use the same underlying physical interface so only one VIF needed.
  * Fix display of route counters and column alignment
  * Simplify utimensat() replacement, AT_SYMLINK_NOFOLLOW unused
* Mon Sep 10 2018 mardnh@gmx.de
- Update to version 2.4.2
  Changes
  * Add wrapper script smcroute for use with old style startup scripts
  * Add symlinks to man pages for smcrouted.8 and smcroutectl.8
  * Update SysV init script, daemon now called smcrouted
  Fixes
  * Fix #96: A .conf line may be missing final newline, this is fine
  * Spellcheck smcroute.conf example
* Mon Jun 18 2018 mardnh@gmx.de
- Initial package, version 2.4.1