pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mtr mtr: update to 0.95.
details: https://anonhg.NetBSD.org/pkgsrc/rev/339581a0f935
branches: trunk
changeset: 371951:339581a0f935
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 16 22:46:12 2022 +0000
description:
mtr: update to 0.95.
V0.95
Aaron Lipinski (27):
move net_send_batch call to its caller
addr -> hostent for consistency
re-init source too
additional call from net_reopen
refactor - group local, remote inits
reset ctl address family at net_reopen
accept only value used in structure
tell dns process if we want 4 or 6
resolve ipv6 only if we have ipv6
remove wrapper only function
init structures correctly wired up
prepare host with h_addr_list
remove temporaries
extract convert_addrinfo_to_hostent function
move conversion call to caller
use addrinfo
remove conversion function
switch gui to addrinfo
export DEFAULT_AF
reset addr family before searching again
freeaddrinfo
export get_hostent_from_name
make Hostname as const
rename function
dont show json option if not available
Egor Panov (1):
Updated Readme
R.E. Wolff (2):
Slight cleanup, but no fix for code that came up in a bugreport.
increased max length suggested by YVS2014
Roger Wolff (12):
Rogier Wolff (2):
Code formatting for Zenithal pull
added clarification to readme suggested by Zenithal
Sergei Trofimovich (1):
ui/curses: always use "%s"-style format for printf()-style functions
Vincent Bernat (3):
ui: don't cast to void* when calling display_rawhost()
net: fix MPLS display for curses and report
report: fix display of MPLS labels when using --report
Zenithal (1):
Add display of destination with resolved addr under curses mode
a1346054 (5):
fix wrong bash completion flag
fix shellcheck warnings
unify codestyle
fix spelling
trim trailing whitespace
gaamox%tutanota.com@localhost (1):
Report secondary servers when CSV + wide report is enabled
diffstat:
net/mtr/Makefile | 5 ++---
net/mtr/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r 404c501f337a -r 339581a0f935 net/mtr/Makefile
--- a/net/mtr/Makefile Sun Jan 16 22:45:33 2022 +0000
+++ b/net/mtr/Makefile Sun Jan 16 22:46:12 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2021/12/08 16:06:03 adam Exp $
+# $NetBSD: Makefile,v 1.117 2022/01/16 22:46:12 wiz Exp $
-DISTNAME= mtr-0.94
-PKGREVISION= 1
+DISTNAME= mtr-0.95
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
diff -r 404c501f337a -r 339581a0f935 net/mtr/distinfo
--- a/net/mtr/distinfo Sun Jan 16 22:45:33 2022 +0000
+++ b/net/mtr/distinfo Sun Jan 16 22:46:12 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2021/10/26 11:06:02 nia Exp $
+$NetBSD: distinfo,v 1.55 2022/01/16 22:46:12 wiz Exp $
-BLAKE2s (mtr-0.94.tar.gz) = 7c1b7d293c15dca63ee0d91b1398b6d35b5a7b97434550847cb05b4d7a7a36f6
-SHA512 (mtr-0.94.tar.gz) = 82d7f3c3a692800739a37c95b0a561cb3897e18db7b8b6e4e43c7cba997488e811d82e92ad3f0e97712633627020c7be81e3053c0444f4cc4bd3d9b87fde2aa7
-Size (mtr-0.94.tar.gz) = 293925 bytes
+BLAKE2s (mtr-0.95.tar.gz) = 47d897b34e9ad1e5dc522b641788791d68fd50198ff2b975098c8f0c61de9fac
+SHA512 (mtr-0.95.tar.gz) = 452705a1bd0b9df8c37d96359b99a56922e66fc683ed48b76b366a7798c646ffa01f9ee76e710e5763252bd8136f96b9ad1d4a02f94c06cce1322dcf7b670324
+Size (mtr-0.95.tar.gz) = 291991 bytes
Home |
Main Index |
Thread Index |
Old Index