pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mtr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 16 22:46:12 UTC 2022

Modified Files:
        pkgsrc/net/mtr: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/net/mtr/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/mtr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mtr/Makefile
diff -u pkgsrc/net/mtr/Makefile:1.116 pkgsrc/net/mtr/Makefile:1.117
--- pkgsrc/net/mtr/Makefile:1.116       Wed Dec  8 16:06:03 2021
+++ pkgsrc/net/mtr/Makefile     Sun Jan 16 22:46:12 2022
@@ -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/
 

Index: pkgsrc/net/mtr/distinfo
diff -u pkgsrc/net/mtr/distinfo:1.54 pkgsrc/net/mtr/distinfo:1.55
--- pkgsrc/net/mtr/distinfo:1.54        Tue Oct 26 11:06:02 2021
+++ pkgsrc/net/mtr/distinfo     Sun Jan 16 22:46:12 2022
@@ -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