Commit graph

40 commits

Author SHA1 Message Date
fhajny
72c105de1f Fix build on SunOS. 2013-08-09 11:41:20 +00:00
tron
64d51badba Fix build under Mac OS X (Lion). 2013-07-06 09:57:20 +00:00
dholland
659e689a21 Don't print time_t with %lu; it fails on 32-bit netbsd, where time_t is
wider than that. PR 47991 from VSYakovetsky.
2013-07-04 03:41:48 +00:00
wiz
ed5b5c3b21 Update to 0.85:
bugfixes.
2013-07-03 08:17:16 +00:00
tron
99412816d2 Fix build under Mac OS X. 2013-03-09 10:25:28 +00:00
wiz
486806b5d6 Update to 0.84.
V0.83 Move to github. Mostly done by Travis.

Author: Travis Cross <tc@traviscross.com>
    Add autotools bootstrap script
    Update README for building from git repository
    Cleanup whitespace in the NEWS file
    Resolve -Wunused-but-set-variable warnings
    Resolve -Wnull-dereference clang warning
    Add -z / --show-ip support
Author: R.E. Wolff <R.E.Wolff@BitWizard.nl> (mostly from patches by others)
    some running patches
    Made report wide switch properly to displayreport mode. Bug #780647
    fixed gtk field order. Bug #701513
    added aslookup patch from bug #701514
    added some extra clarifications to the SECURITY file.
    enable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583
2013-03-08 14:33:54 +00:00
wiz
d6a90f885e Update to 0.82:
V0.82 Removed old Changelog file appended at the end as oldest
        changes.
        2011-03-28  Mark Kamichoff <prox@prolixium.com>
        Enable decoding of ICMP extensions for MPLS for curses and
	report interfaces.  Use the -e flag or press 'e' to enable it.
2011-12-05 10:43:42 +00:00
wiz
f3d5f7d9e1 Update to 0.81:
V0.81 Fix for https://bugs.launchpad.net/mtr/+bug/776211
        don't have time right now to integrate some submitted patches.
        Sorry.
2011-10-15 14:48:49 +00:00
wiz
b9675ad437 Update to 0.80:
V0.80 Some compilation fixes for BSD by Jeremy Chadwick
        <freebsd@jdc.parodius.com>
2010-08-16 09:39:21 +00:00
wiz
bf62b32767 Update to 0.79: contains last remaining pkgsrc patch. 2010-06-13 23:53:22 +00:00
wiz
d17704d1ff Update to 0.78: Inclusion of two pkgsrc patches. 2010-06-08 10:17:43 +00:00
wiz
97bf419c6a Remove unnecessary chunk. 2010-06-05 14:50:12 +00:00
wiz
ec9e4f9d38 Update to 0.77:
0.77:
Changes: Load sharing hosts are now displayed in "--raw" output.
The GUI gained an "About" button. Several minor code clean-ups were
made.
2010-06-05 14:49:51 +00:00
tron
40cbb1622d Remove a bogus cast which breaks the build with Sun Studio C.
While here set the license to "gnu-gpl-v2".
2010-01-09 19:44:05 +00:00
wiz
a2bfb707b7 Update to 0.75:
v0.75 Feelgood patch to move sprintf to snprintf. People might think
        that sprintf might cause a buffer overflow. Now it's clean.
        cut-paste patches: you can now copy an intermediate host to the
        clipboard.
2008-11-05 19:58:25 +00:00
tonnerre
c7038ad24b Add fix to properly detect socklen_t on various system. Fixes PR 39421. 2008-08-29 08:32:41 +00:00
tron
0c8e3b704e Update "mtr" package to version 0.74. Changes since version 0.72:
- KES reported a build problem. Turns out I need to install gtk-1.2
  on my development sytem, otherwise my release script causes the
  build to break.
- changed some docs to advertise the new mailing list.
- added documentation for the Mac OS X compilation problem.
- added -Wno-pointer-sign to the compiler options.
- Nico Lichtmaier's cleanup-gtk patch. (now mtr uses a more modern
  dialect of gtk).
- as possible after opening the sockets, it still had some
  sprintf calls, which have now been converted into snprintf.
2008-08-24 12:36:34 +00:00
tron
11ac3fc8aa Implement a fix for the security vulnerability reported in
<http://seclists.org/fulldisclosure/2008/May/0488.html>.
2008-05-22 12:10:49 +00:00
wiz
516ad1ddb8 Update to 0.72:
Minor (undocumented) improvements.
2006-10-03 19:15:20 +00:00
joerg
9b4ea7ca34 Don't override the result of configure a few moments ago by hard-coding
-lresolv. It might not exist at all and break the other configure tests.
2006-05-12 07:51:05 +00:00
tron
976b81bac7 Fix reverse resolving for IPv6 addresses which contain an octet with
a value larger than 127. Bump package revision because of this fix.
2006-05-04 05:40:16 +00:00
wiz
979f154a49 Note bug report URL for patch-ab. 2006-04-03 20:09:57 +00:00
wiz
61571c3517 Update mtr to 0.71:
0.71:

The build-time check for the resolver library was improved. Binding
to a specific interface was fixed.  Incorrect display of multiple
routes was fixed. Several minor bugs were fixed.

  v0.70 Antinio submitted a cumulative patch containing some
        nice improvements. He also submitted an automake patch
        that causes mtr to no longer compile on my system. I
        refuse to have mtr "in the dark" that I can't test-compile
        the dist.

Add option for gtk support, and remove mtr-gtk package.
2006-04-03 18:38:58 +00:00
joerg
6c73080bdf Fix errno. 2006-03-22 23:56:38 +00:00
wiz
c2bf053ad7 Update to 0.69:
v0.69 make distclean should now also remove "rej" files.
        Antonio Querubin: update getopt.h . More cleanups using
        new infrastructure.
        rcw: Fixed IPV6 support: When compiled in an IPV6-supporting
        environment, but when the kernel doesn't support IPV6, mtr would
        fail to start.
  v0.68 included some old patches.
        included patch from Antonio Querubin for better IPV6 support
        restructured some more whitespace.
        added mtr.h where "global" things should go. Not finished
        moving things around, but now that the infrastructure is there,
        it should be easy.
2005-02-27 22:49:43 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wiz
189e4462bd Add patch based on christos' etherape patch-ab to make name lookups work
on -current. Bump PKGREVISION.
2005-02-01 17:02:00 +00:00
wiz
241c6c2aa8 Add RCS Id (hi jklos!). 2005-02-01 16:53:58 +00:00
jklos
b500ff92d7 Added fix for includes so mtr will compile on Mac OS X. 2005-01-10 00:15:11 +00:00
wiz
ac429c3d7e Update to 0.67:
v0.67 Bad keyboarding by REW caused this one out the door. Sorry.
        No changes.
  v0.66 Through the Debian bugtracking system a bug report and
        fix was sent my way, that deals with stupid optmization
        trying to save some 768 bytes of memory, sacrificing "it
        works" on a different architecture... (default char signedness)
2004-12-25 21:24:45 +00:00
wiz
a22b7de337 Update to 0.65, based on PR 27562 by Andreas Wrede.
Changes since 0.54:
  v0.65 Dancer Vesperman noted that mtr no longer traces past
        a section of non-responding hosts. Apparently I added
        a line in net.c that didn't make sense in mtr-0.56. I
        can't find the reason for adding that line, so someone
        who thinks (s)he needs it, should holler.

  v0.64 Philippe suggests to do the time_t thingy before socket.h.
        Apparently, MAC OS X doesn't compile socket.h otherwise.

  v0.63 Suggestion by RCW: Add -lm at line 70 of Configure.in.
        On my system no ill effects ensued, so this version released
        so that he can test if it still works on his sytem.

        Let me add that it's stupid that I have to specify that this
        this program now requires Automake version 1.5 to build, where
        Automake was intended to make software independent of different
        versions of build software!

        For those concerned about the above statement: If you're just
        trying to compile and use MTR, there is no need for automake.
        Just when you're messing with the configure and build system of
        mtr is automake a tool you need.

  v0.62 Apparently someone changed gethostbyname into gethostbyname2
        in mtr.c in an attempt to add IPV6 support. For systems without
        ipv6 support, the old gethostbyname should be used! Linux
        has the call even if you don't enable IPV6. Thanks Gary (rsub)

  v0.61 Attempt to get/print the local IP address. Now shows as
        0.0.0.0 :-( Hints and tips appreciated! -- REW
        Lots of blank space reformatting.
        moved the interface address setting to net.c (where it
        belongs).

  v0.60 John Thacker submitted a surprisingly simple patch to
        enable linking against GTK2.  (up to 2.4.0)

  v0.59 Josh Martin suggested to add some bounds checking to
        the dynamic field code. This caused me to delve in, and
        rewrite some things. Now 50 lines of code less, but cleaner
        code. :-)

  v0.58 I don't remember. Fogot to update this. :-( Check the
        patch.

  v0.57 Lots of whitespace cleanups. And a DNS fix: Don't do DNS
        lookups in raw mode with -n specified.

  v0.56 Fixed compile warnings. Now compiles with -Wall. If your
        compiler finds things mine didn't feel free to shout.

  v0.55 Cleanup patch. I'm going to do some maintenance on MTR,
        but I want to be able to say: Can you see which version
        fixed/broke things for you, so you're going to see a
        bunch of new releases soon.
2004-10-27 16:18:31 +00:00
wiz
9012b9cf99 Update to 0.54:
v0.54 Added "scrolling" patch from Roland Illig, to allow
        scrolling in text mode. I've always wanted this......
  v0.53 Added fix for raw mode.
2003-05-23 07:28:24 +00:00
mycroft
9a4eb7067c Update from 0.51 to 0.52. Miscellaneous build and portability fixes. 2003-01-09 16:32:10 +00:00
wiz
03f32f8640 Update to 0.51:
v0.51 Fixed the bug introduced by the previous select loop fix...
        Thanks Evgeniy
  v0.50 Make "interface address" option work.
        Changes to "select" loop to allow window resizes (select
        interruption) to work. Thanks Mike!
2002-08-30 23:50:34 +00:00
wiz
42753fc182 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.
2002-03-13 02:16:11 +00:00
wiz
2557f230f0 Add patch to add rudimentary cname chasing to the ptr lookup stuff so
that classless in-addr lookups work.
Patch by atatat.
Bump to 0.42nb1.
2001-11-04 14:09:31 +00:00
jlam
bd3520f814 Don't require autoconf/automake. 2001-10-26 22:05:31 +00:00
agc
b1fbdd6549 Split this package into two - the original mtr uses a curses-based
interface, the mtr-gtk package uses gtk. For use in environments
which need mtr's functionality, but which are unlikely to have X11
installed, such as DMZ hosts, etc.

Patches by Andrew Brown, atatat@netbsd.org.
2001-10-16 15:08:55 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00