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:   drixter
Date:           Sun Jun 14 08:53:08 UTC 2026

Modified Files:
        pkgsrc/net/mtr: Makefile distinfo

Log Message:
net/mtr: Update to 0.96

WHAT'S NEW?
V0.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
[...]
More in NEWS


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/net/mtr/Makefile
cvs rdiff -u -r1.55 -r1.56 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.132 pkgsrc/net/mtr/Makefile:1.133
--- pkgsrc/net/mtr/Makefile:1.132       Tue Jan 27 08:40:22 2026
+++ pkgsrc/net/mtr/Makefile     Sun Jun 14 08:53:08 2026
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.132 2026/01/27 08:40:22 wiz Exp $
+# $NetBSD: Makefile,v 1.133 2026/06/14 08:53:08 drixter Exp $
 
-DISTNAME=      mtr-0.95
-PKGREVISION=   13
+DISTNAME=      mtr-0.96
 CATEGORIES=    net
 MASTER_SITES=  https://www.bitwizard.nl/mtr/files/
 MASTER_SITES+= https://www.aydogan.net/distfiles/net/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    drixter%e-utp.net@localhost
 HOMEPAGE=      https://www.bitwizard.nl/mtr/
 COMMENT=       Traceroute and ping in a single graphical network diagnostic tool
 LICENSE=       gnu-gpl-v2

Index: pkgsrc/net/mtr/distinfo
diff -u pkgsrc/net/mtr/distinfo:1.55 pkgsrc/net/mtr/distinfo:1.56
--- pkgsrc/net/mtr/distinfo:1.55        Sun Jan 16 22:46:12 2022
+++ pkgsrc/net/mtr/distinfo     Sun Jun 14 08:53:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2022/01/16 22:46:12 wiz Exp $
+$NetBSD: distinfo,v 1.56 2026/06/14 08:53:08 drixter Exp $
 
-BLAKE2s (mtr-0.95.tar.gz) = 47d897b34e9ad1e5dc522b641788791d68fd50198ff2b975098c8f0c61de9fac
-SHA512 (mtr-0.95.tar.gz) = 452705a1bd0b9df8c37d96359b99a56922e66fc683ed48b76b366a7798c646ffa01f9ee76e710e5763252bd8136f96b9ad1d4a02f94c06cce1322dcf7b670324
-Size (mtr-0.95.tar.gz) = 291991 bytes
+BLAKE2s (mtr-0.96.tar.gz) = 80528c544f9b99a3d74a51b687858d29984c7f65a0c6019b0e988947931595ea
+SHA512 (mtr-0.96.tar.gz) = 1a5643036acf572a8055527e1dc92529b61e65ee6cd6ad317f9e48db720852029387730bbba1009a494d78397fc95724311302af13b6e7cf33a7e00b8911f8ca
+Size (mtr-0.96.tar.gz) = 301374 bytes



Home | Main Index | Thread Index | Old Index