]> git.ipfire.org Git - ipfire-2.x.git/commit
mtr: Update to version 0.96
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 20:08:11 +0000 (22:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Sep 2025 10:59:19 +0000 (10:59 +0000)
commit78c7800d13de161e9ddd852a4759696d0d960d1d
tree740b9df9cc2b3c7364729275f054f13b99e24964
parent8729e18bcd673bc167cac12a48ac55787389cfc3
mtr: Update to version 0.96

- Update from version 0.95 to 0.96
- Update of rootfile not required
- Changelog
    0.96
         Merge branch 'traviscross:master' into master
         Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option
         Adjust MIN_PORT to match other implementations
         Handle EHOSTDOWN and refine error handling better granularity
         add braille graph support with --displaymode 3
         fix legend for braille display
         fix documentation/comment for ENABLE_BRAILLE
         use addrs for static host ordering in curses
         add --max-display-paths option
         Add a compact mode in curses
         mtr.8.in: spell --mark argument type properly
         Fix tiny typo in target
         Implement ASN lookups in well-known nat64 prefix
         net: implement addrcmp for AF_UNSPEC
         Initialize lines to empty string in split mode
         Add error code ETIMEOUT(110) handle logic
         fixed the sizes passed into snprintf
         Allow signed integers in the utils function
         Split the strtonum function into two parts to create a better structure
         Remove redundant code
         Fix https://github.com/traviscross/mtr/issues/475
         xml report: remove leading spaces
         Set UTF-8 encoding for XML reports
         Update Cygwin ICMP service thread for asynchronous pipes
         Prevent icmp_socket leak on error
         Markus pointed out useless statement.
         merged
         Merge branch 'master' of github.com:traviscross/mtr
         Fixed typo noted by @szczot3k
         Changed how conflicitng first/max TTL works.
         Increased max probes
         Added protection against use of MTR_PACKET under special circumstances
         Merge branch 'master' of github.com:traviscross/mtr
         Added Arad Cohen to NEWS
         Set SO_BINDTODEVICE for -I
         Check if SO_BINDTODEVICE is defined
         ui: make interactive and non-interactive exit code the same
         Add WSL method to Windows Install
         Add Ubuntu as specific distribution
         Update section title
         Github actions added to perform lint and compile
         configure.ac: fix broken cap check
         Add option to use custom ipinfo provider
         Fix Capability Management, Retain CAP_NET_ADMIN
         Fix interface binding by retaining CAP_NET_RAW
         Linux-Only Interface, Marking, and IP Unit Tests
         Annotate `set_privileged_socket_opt` with UNUSED
         Drop capabilities when `setsockopt` errors
         Fix flake8 linting
         Change B101->S101 to reflect flake8
         Use a uint32 for the type of a Linux mark
         Use Packet Marking for IP Address Selection
         Support Hexadecimal Arguments for Packet Marking
         ipv6 udp checksums like ipv4 but with ipv6 pseudoheader
         fix typo
         Merge branch 'master' into compact-layout
         Add help info for option -E
         Brought an unlikely privilege escalation scenario to my attention.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/mtr