diff options
author | wiz <wiz> | 2002-03-13 02:16:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-13 02:16:11 +0000 |
commit | 9f34bd954c9e9f64a115f97e6b7ae22ab048aa09 (patch) | |
tree | 43926467ec15b59f20e5a0ff46cf3c9eb74384d7 /net/mtr/patches/patch-aa | |
parent | 1f9e97ff226b28aee4d8377a7f9c77b55adf13b9 (diff) | |
download | pkgsrc-9f34bd954c9e9f64a115f97e6b7ae22ab048aa09.tar.gz |
Update mtr packages to 0.49. Changes since 0.42:
v0.49 Fix compilation problems on several platforms.
v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't
respond.
v0.47 Fixed a (believed-) non-exploitable bufferoverflow.
Thanks Damian.
v0.46 Included patch to be able to specify outgoing interface
address.
v0.45 People are pressuring me to release new versions with their
changes. That's fine. Now this version just adds dynamic
switching between numeric / dns names, and some minor
stuff I forgot. This release serves as a code-sycn-release.
new version with even more new stuff in about two weeks!
I'm afraid I don't know how to fix the MaxOS-X compilation
problems in the source. Help wanted...
v0.44 David Stone adds the "last" column to the gtk version.
v0.43 Compile fixes.
Diffstat (limited to 'net/mtr/patches/patch-aa')
-rw-r--r-- | net/mtr/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mtr/patches/patch-aa b/net/mtr/patches/patch-aa index 3cc012b45db..01ce5ec9bb6 100644 --- a/net/mtr/patches/patch-aa +++ b/net/mtr/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2001/04/05 15:18:09 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2002/03/13 02:16:12 wiz Exp $ ---- net.c.orig Fri Aug 13 18:46:49 1999 -+++ net.c Sat Dec 4 11:44:33 1999 -@@ -213,7 +213,9 @@ +--- net.c.orig Wed Mar 6 12:27:37 2002 ++++ net.c +@@ -219,7 +219,9 @@ rv = sendto(sendsock, packet, packetsize, 0, (struct sockaddr *)&remoteaddress, sizeof(remoteaddress)); if (rv >= 0) { |