7594b7
%global _hardened_build 1
7594b7
7594b7
Summary: Network diagnostic tool combining 'traceroute' and 'ping'
7594b7
Name: mtr
7594b7
Version: 0.92
7594b7
Release: 3%{?dist}
7594b7
Epoch: 2
7594b7
Group: Applications/Internet
7594b7
License: GPLv2
7594b7
URL: https://www.bitwizard.nl/mtr/
7594b7
Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz
7594b7
Source1: net-x%{name}.desktop
7594b7
Source2: mtr-gtk-pkexec-wrapper.sh
7594b7
Source3: org.fedoraproject.mtr.policy
7594b7
7594b7
Patch0001: 0001-buildsys-don-t-set-filecaps-nor-setuid-manually-and-.patch
7594b7
7594b7
BuildRequires: ncurses-devel gtk2-devel desktop-file-utils
7594b7
BuildRequires: autoconf automake libtool git
7594b7
7594b7
%description
7594b7
MTR combines the functionality of the 'traceroute' and 'ping' programs
7594b7
in a single network diagnostic tool.
7594b7
7594b7
When MTR is started, it investigates the network connection between the
7594b7
host MTR runs on and the user-specified destination host. Afterwards it
7594b7
determines the address of each network hop between the machines and sends
7594b7
a sequence of ICMP echo requests to each one to determine the quality of
7594b7
the link to each machine. While doing this, it prints running statistics
7594b7
about each machine.
7594b7
7594b7
MTR provides two user interfaces: an ncurses interface, useful for the
7594b7
command line, e.g. for SSH sessions; and a GTK+ interface for X (provided
7594b7
in the mtr-gtk package).
7594b7
7594b7
%package gtk
7594b7
Summary: GTK+ interface for MTR
7594b7
Group: Applications/Internet
7594b7
Requires: %{name} = %{epoch}:%{version}-%{release}
7594b7
7594b7
%description gtk
7594b7
MTR combines the functionality of the 'traceroute' and 'ping' programs
7594b7
in a single network diagnostic tool. The mtr-gtk package provides the
7594b7
GTK+ interface for MTR.
7594b7
7594b7
When MTR is started, it investigates the network connection between the
7594b7
host MTR runs on and the user-specified destination host. Afterwards it
7594b7
determines the address of each network hop between the machines and sends
7594b7
a sequence of ICMP echo requests to each one to determine the quality of
7594b7
the link to each machine. While doing this, it prints running statistics
7594b7
about each machine.
7594b7
7594b7
%prep
7594b7
%autosetup -S git
7594b7
7594b7
%build
7594b7
autoreconf -vfi
7594b7
export CFLAGS="%{optflags} -fPIE"
7594b7
export LDFLAGS="-z now -pie"
7594b7
7594b7
# Upstream forgot to ship .tarball-version
7594b7
echo "%{version}" > .tarball-version
7594b7
7594b7
./bootstrap.sh
7594b7
%configure --with-gtk
7594b7
%make_build && mv -f mtr xmtr.bin && make distclean
7594b7
%configure --without-gtk
7594b7
%make_build
7594b7
7594b7
%install
7594b7
install -D -p -m 0755 mtr %{buildroot}%{_sbindir}/mtr
7594b7
install -D -p -m 0755 xmtr.bin %{buildroot}%{_bindir}/xmtr.bin
7594b7
install -D -p -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/xmtr
7594b7
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/polkit-1/actions/org.fedoraproject.mtr.policy
7594b7
install -D -p -m 0644 img/mtr_icon.xpm %{buildroot}%{_datadir}/pixmaps/mtr_icon.xpm
7594b7
%make_install
7594b7
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
7594b7
7594b7
%files
7594b7
%{!?_licensedir:%global license %%doc}
7594b7
%license COPYING
7594b7
%doc AUTHORS FORMATS NEWS README SECURITY
7594b7
%{_sbindir}/%{name}
7594b7
%caps(cap_net_raw=pe) %{_sbindir}/%{name}-packet
7594b7
%{_mandir}/man8/*
7594b7
%dir %{_datadir}/bash-completion/
7594b7
%dir %{_datadir}/bash-completion/completions/
7594b7
%{_datadir}/bash-completion/completions/%{name}
7594b7
7594b7
%files gtk
7594b7
%{_bindir}/xmtr
7594b7
%{_bindir}/xmtr.bin
7594b7
%{_datadir}/pixmaps/mtr_icon.xpm
7594b7
%{_datadir}/polkit-1/actions/org.fedoraproject.mtr.policy
7594b7
%{_datadir}/applications/net-x%{name}.desktop
7594b7
7594b7
%changelog
7594b7
* Mon Jul 29 2019 Michal Sekletar <msekleta@redhat.com> - 2:0.92-3
7594b7
- fix name of the gating config file (#1681042)
7594b7
7594b7
* Fri Jul 26 2019 Michal Sekletar <msekleta@redhat.com> - 2:0.92-2
7594b7
- don't set setuid and filecaps manually (#1633182)
7594b7
7594b7
* Sat Aug 26 2017 Robert Scheck <robert@fedoraproject.org> - 2:0.92-1
7594b7
- Rebase to 0.92 (#1458265)
7594b7
7594b7
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.87-6
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7594b7
7594b7
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.87-5
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7594b7
7594b7
* Thu Mar  2 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-4
7594b7
- Don't include git revision in version string
7594b7
7594b7
* Wed Mar 01 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-3
7594b7
- One more version bump for the same reason (hopefully last one)
7594b7
7594b7
* Wed Mar 01 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-2
7594b7
- Rebuilt because previous build doesn't have correct dist-tag
7594b7
7594b7
* Tue Feb 28 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-1
7594b7
- Rebase to latest upstream (#1365128)
7594b7
7594b7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.86-2
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7594b7
7594b7
* Fri May 13 2016 Michal Sekletar <msekleta@redhat.com> - 2:0.86-1
7594b7
- rebase to 0.86
7594b7
7594b7
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.85-8
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7594b7
7594b7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.85-7
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7594b7
7594b7
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.85-6
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7594b7
7594b7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.85-5
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7594b7
7594b7
* Fri Oct 18 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-4
7594b7
- rebuild with new upstream tarball for release 0.85 (#1020926)
7594b7
7594b7
* Tue Oct 01 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-3
7594b7
- enable hardened build
7594b7
- migrate from consolehelper to policykit (#502750)
7594b7
- specfile cleanup
7594b7
- introduce grace period (#1009051)
7594b7
- query all ipv6 nameservers (#966174)
7594b7
- add missing documentation (#1015552)
7594b7
7594b7
* Mon Aug 05 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-2
7594b7
- add generate-tarball.sh script
7594b7
7594b7
* Sun Aug 04 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-1
7594b7
- update to 0.85
7594b7
- fix bogus dates in changelog
7594b7
7594b7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.84-3
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7594b7
7594b7
* Thu Jun 06 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.84-2
7594b7
- fix crash when dns resolver is configured with both IPv4 and IPv6 nameservers
7594b7
7594b7
* Wed Apr 03 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.84-1
7594b7
- update to the newest upstream release
7594b7
- specfile cleanup
7594b7
7594b7
* Mon Feb 18 2013 Adam Tkac <atkac redhat com> - 2:0.83-2
7594b7
- make non-gtk version of mtr buildable
7594b7
7594b7
* Mon Feb 18 2013 Adam Tkac <atkac redhat com> - 2:0.83-1
7594b7
- update to 0.83
7594b7
- patches merged
7594b7
  - mtr081-rh703549.patch
7594b7
7594b7
* Thu Feb 14 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2:0.82-5
7594b7
- Remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
7594b7
7594b7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-4
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7594b7
7594b7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-3
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7594b7
7594b7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-2
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7594b7
7594b7
* Wed Dec 07 2011 Adam Tkac <atkac redhat com> - 2:0.82-1
7594b7
- update to 0.82
7594b7
7594b7
* Tue Nov 01 2011 Adam Tkac <atkac redhat com> - 2:0.81-1
7594b7
- update to 0.81
7594b7
- mtr-now-waits-for-last-response.patch is no longer needed
7594b7
- fixed wide report output (#703549)
7594b7
7594b7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.80-3
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7594b7
7594b7
* Wed Nov 03 2010 Adam Tkac <atkac redhat com> 2:0.80-2
7594b7
- use file capabilities instead of SUID (#646479)
7594b7
7594b7
* Tue Oct 26 2010 Jan Görig <jgorig redhat com> 2:0.80-1
7594b7
- update to 0.80
7594b7
- mtr now waits for last sent packet (#611739)
7594b7
- fixed crashes in XML format
7594b7
- XML format fixes
7594b7
7594b7
* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 2:0.79-1
7594b7
- update to 0.79
7594b7
- patches merged
7594b7
  - mtr-0.75-fd-flags.path
7594b7
  - mtr075-rh516603.patch
7594b7
7594b7
* Mon Dec 07 2009 Adam Tkac <atkac redhat com> 2:0.75-6
7594b7
- install mtr as SUID binary (#518828)
7594b7
- use fprintf instead of perror when getaddrinfo fails (#516603)
7594b7
7594b7
* Fri Sep 25 2009 Adam Tkac <atkac redhat com> 2:0.75-5
7594b7
- remove unneeded build requires (#525547)
7594b7
7594b7
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.75-4
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7594b7
7594b7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.75-3
7594b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7594b7
7594b7
* Wed Oct 29 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.75-2
7594b7
- Fixed setting socket flags in ipv4 only environment (#467964)
7594b7
7594b7
* Tue Sep 23 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.75-1
7594b7
- Updated to 0.75
7594b7
- Removed confusing underflow patch
7594b7
- Removed format patch bacause of -w option
7594b7
7594b7
* Tue Sep 09 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.74-1
7594b7
- Updated to 0.74
7594b7
7594b7
* Tue Sep 02 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-2
7594b7
- Minor fix in the patch underflow
7594b7
7594b7
* Wed May 21 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-1
7594b7
- Updated to 0.73
7594b7
- Fixed mtr-0.69-CVE-2002-0497.patch
7594b7
- Added build requirement for GTK+
7594b7
7594b7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:0.72-4
7594b7
- Autorebuild for GCC 4.3
7594b7
7594b7
* Fri Aug 24 2007 Marcela Maslanova <mmaslano@redhat.com> - 2:0.72-3
7594b7
- rebuild for mas rebuild
7594b7
- check license
7594b7
7594b7
* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 2:0.72-2
7594b7
- rebuild with current gtk2 to add png support (#232013)
7594b7
7594b7
* Thu Feb 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 2:0.72-1
7594b7
- review
7594b7
- rhbz#226164
7594b7
7594b7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:0.71-3.1
7594b7
- rebuild
7594b7
7594b7
* Mon Jul 3 2006 Marcela Maslanova <mmaslano@redhat.com> - 2:0.71-3
7594b7
- bugzilla #195458 – reverse-map bug in mtr and patch - resolving ipv6 hostname correctly
7594b7
7594b7
* Tue May 30 2006 Marcela Maslanova <mmaslano@redhat.com> - 2:0.71-2
7594b7
- underflow solved
7594b7
7594b7
* Fri Mar 24 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.71-1
7594b7
- update to mtr-0.71
7594b7
7594b7
* Thu Mar 23 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.70-1
7594b7
- update to mtr-0.70
7594b7
- replace s390x patch, drop automake dependency
7594b7
7594b7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2.1
7594b7
- bump again for double-long bug on ppc(64)
7594b7
7594b7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2
7594b7
- rebuilt for new gcc4.1 snapshot and glibc changes
7594b7
7594b7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7594b7
- rebuilt
7594b7
7594b7
* Fri Oct 21 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-7
7594b7
- Fixed xmtr to be installed in /usr/bin instead of /usr/X11R6/bin (#170945)
7594b7
7594b7
* Mon Oct 10 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-6
7594b7
- Added missing gtk+-devel BuildPreReq (#168215)
7594b7
7594b7
* Fri Oct  7 2005 Tomas Mraz <tmraz@redhat.com> 2:0.69-5
7594b7
- use include instead of pam_stack in pam config
7594b7
7594b7
* Mon Sep 05 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-4
7594b7
- Made the output, especially for reports much more readable (#147865)
7594b7
- Fixed --address option (#162029)
7594b7
7594b7
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-3
7594b7
- bump release and rebuild with gcc 4
7594b7
7594b7
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 2:0.69-2
7594b7
- build with --enable-gtk2 (John Thacker)
7594b7
7594b7
* Wed Feb 09 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-1
7594b7
- Updated to mtr-0.69
7594b7
- Dropped quite a few patches
7594b7
- Forewardported the CVE patch
7594b7
7594b7
* Mon Oct 18 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-10
7594b7
- rebuilt
7594b7
7594b7
* Wed Oct 06 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-9
7594b7
- Add CVE patch for security reasons (#129386)
7594b7
- Add patch to fix broken --address option (#132628)
7594b7
- Add patch to fix broken reverse DNS lookups for ipv6 (#134532)
7594b7
7594b7
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:0.54-8
7594b7
- #121705 and other spec cleanups
7594b7
- remove redundant documentation
7594b7
7594b7
* Thu Jul 01 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-7
7594b7
- Fixed broken behaviour with resolver SERVFAIL results (#125392)
7594b7
- Added ncurses-devel libtermcap-devel as BuildPreReq (#124553)
7594b7
- Added gtk+ Requires for mtr-gtk package (#121705)
7594b7
7594b7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
7594b7
- rebuilt
7594b7
7594b7
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-5
7594b7
- Removed absolute path for Icon in desktop file (#120170)
7594b7
7594b7
* Mon Feb 16 2004 Phil Knirsch <pknirsch@redhat.com>
7594b7
- Added IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/mtr-054-*
7594b7
- Enabled IPv6 in mtr.
7594b7
- Included fix from Robert Scheck to make GTK optional in configure.
7594b7
7594b7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
7594b7
- rebuilt
7594b7
7594b7
* Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-2
7594b7
- Fix to build on current tree.
7594b7
7594b7
* Sat Oct 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
7594b7
- update to 0.54
7594b7
7594b7
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
7594b7
- rebuilt
7594b7
7594b7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
7594b7
- rebuilt
7594b7
7594b7
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 0.52-1
7594b7
- Update to latest upstream version (0.52).
7594b7
7594b7
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49-9
7594b7
- Remove absolute paths from the PAM configuration, ensuring that the modules
7594b7
  for the right arch get used on multilib systems.
7594b7
- Remove Icon:.
7594b7
7594b7
* Tue Sep 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.49-7a
7594b7
- Fix build on s390x
7594b7
7594b7
* Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7
7594b7
- Fixed consolehelper support.
7594b7
7594b7
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-6
7594b7
- Desktop file fixes (#69550).
7594b7
7594b7
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.49-5
7594b7
- automated rebuild
7594b7
7594b7
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-4
7594b7
- Added consolehelper support to xmtr.
7594b7
7594b7
* Sun May 26 2002 Tim Powers <timp@redhat.com>
7594b7
- automated rebuild
7594b7
7594b7
* Wed May 22 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-2
7594b7
- Fixed autoFOO problems.
7594b7
7594b7
* Fri Mar 08 2002 Florian La Roche <Florian.LaRoche@redhat.de>
7594b7
- 0.49 update
7594b7
7594b7
* Thu Mar 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
7594b7
- 0.48 update
7594b7
7594b7
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
7594b7
- 0.44 bugfix release
7594b7
- fix display of icon in .desktop entry
7594b7
7594b7
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
7594b7
- Bump release + rebuild.
7594b7
7594b7
* Mon Feb 12 2001 Preston Brown <pbrown@redhat.com>
7594b7
- don't advertise gtk support in non-gtk binary (#27172)
7594b7
7594b7
* Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
7594b7
- fix autoconf check for resolver functions
7594b7
7594b7
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
7594b7
- fix group
7594b7
7594b7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
7594b7
- automatic rebuild
7594b7
7594b7
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
7594b7
- fix setuid bit
7594b7
- remove symlink
7594b7
- force build of non-gtk version
7594b7
7594b7
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
7594b7
- disable SUID bits
7594b7
- desktop entry
7594b7
7594b7
* Mon Jun 19 2000 Than Ngo <than@redhat.de>
7594b7
- FHS fixes
7594b7
7594b7
* Fri May 26 2000 Preston Brown <pbrown@redhat.com>
7594b7
- adopted for Winston
7594b7
7594b7
* Thu Aug 19 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.41-1]
7594b7
- Added afr's patch to allow disabeling of gtk without Robn's hack.
7594b7
- Made report mode report the newly added extra resolution.
7594b7
7594b7
* Wed Aug 18 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
- renamed mtr-gtk to xmtr
7594b7
- added symlink from /usr/bin/mtr to /usr/sbin/mtr
7594b7
7594b7
  [mtr-0.40-1]
7594b7
- Fixed some problems with HPUX and SunOS.
7594b7
- Included Olav Kvittem's patch to do packetsize option.
7594b7
- Made the timekeeping in micro seconds.
7594b7
7594b7
* Thu Jun 10 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.39-1]
7594b7
- Updated to version 0.39.
7594b7
7594b7
* Wed Jun  9 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.38-1]
7594b7
- Updated to version 0.38.
7594b7
7594b7
* Thu Apr 15 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.37-2]
7594b7
- Changed RPM headers to conform to Red Hat Contrib|Net specs.
7594b7
7594b7
* Mon Apr 12 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.37-1]
7594b7
- v0.37
7594b7
- Added Bill Bogstad's "show the local host & time" patch.
7594b7
- Added R. Sparks' show-last-ping patch, submitted by Philip Kizer.
7594b7
7594b7
- v0.36
7594b7
- Added Craigs change-the-interval-on-the-fly patch.
7594b7
- Added Moritz Barsnick's "do something sensible if host not found"
7594b7
  patch.
7594b7
- Some cleanup of both Craigs and Moritz' patches.
7594b7
7594b7
* Wed Apr  7 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.35-1]
7594b7
- v0.35
7594b7
- Added Craig Milo Rogers pause/resume for GTK patch.
7594b7
- Added Craig Milo Rogers cleanup of "reset". (restart at the beginning)
7594b7
- Net_open used to send a first packet. After that the display-driver
7594b7
  got a chance to distort the timing by taking its time to initialize.
7594b7
7594b7
* Mon Apr  5 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.34-1]
7594b7
- v0.34
7594b7
- Added Matt's nifty "use the icmp unreachables to do the timing" patch.
7594b7
- Added Steve Kann's pause/resume patch.
7594b7
7594b7
* Wed Mar 10 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.33-1]
7594b7
- v0.33
7594b7
- Fixed the Linux glibc resolver problems.
7594b7
- Fixed the off-by-one problem with -c option.
7594b7
7594b7
* Mon Mar  8 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.32-1]
7594b7
- v0.32
7594b7
- Fixed the FreeBSD bug detection stuff.
7594b7
7594b7
* Fri Mar  5 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.31-1]
7594b7
- v0.31
7594b7
- Fixed a few documentation issues. -- Matt
7594b7
- Changed the autoconf stuff to find the resolver library on
7594b7
  Solaris. -- REW
7594b7
- Cleaned up the autoconf.in file a bit. -- Matt.
7594b7
7594b7
* Thu Mar  4 1999 Ryan Weaver <ryanw@infohwy.com>
7594b7
  [mtr-0.30-1]
7594b7
- Build gtk version against gtk+-1.2.0
7594b7
- v0.30
7594b7
- Fixed a typo in the changelog (NEWS) entry for 0.27. :-)
7594b7
- added use of "MTR_OPTIONS" environment variable for defaults.