Commit Graph

66 Commits

Author SHA1 Message Date
Michal Sekletar
b450aa47e4 spec: update to the newest upstream release 0.84
Update to the version 0.84 and some specfile cleanup

Signed-off-by: Michal Sekletar <msekleta@redhat.com>
2013-04-03 16:31:59 +02:00
Adam Tkac
0fcca6ea1d Make non-gtk version of mtr buildable
Signed-off-by: Adam Tkac <atkac@redhat.com>
2013-02-18 20:27:16 +01:00
Adam Tkac
d6f53aea73 Update to 0.83
Signed-off-by: Adam Tkac <atkac@redhat.com>
2013-02-18 15:53:51 +01:00
Toshio Kuratomi
d05e1adc5a Remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077 2013-02-14 15:29:48 -08:00
Dennis Gilmore
19d729c3ed - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 01:42:28 -06:00
Dennis Gilmore
ae94fc8bd1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 22:14:51 -05:00
Dennis Gilmore
5aa95f65a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 04:35:21 -06:00
Adam Tkac
375ea50087 Update to 0.82
Signed-off-by: Adam Tkac <atkac@redhat.com>
2011-12-07 14:58:10 +01:00
Adam Tkac
35b128e4d5 Update to 0.81
- mtr-now-waits-for-last-response.patch is no longer needed
- fixed wide report output (#703549)

Signed-off-by: Adam Tkac <atkac@redhat.com>
2011-11-01 12:19:03 +01:00
Dennis Gilmore
987cc8bd9f - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 16:07:38 -06:00
Adam Tkac
3faa33afa9 Use file capabilities instead of SUID (#646479).
Signed-off-by: Adam Tkac <atkac@redhat.com>
2010-11-03 14:32:15 +01:00
Jan Görig
261ddf40c2 - update to 0.80
- mtr now waits for last sent packet (#611739)
- fixed crashes in XML format
- XML format fixes
2010-10-26 10:38:58 +02:00
Adam Tkac
e20d5d7fe8 - update to 0.79
- patches merged
- mtr-0.75-fd-flags.path
- mtr075-rh516603.patch
2010-06-28 13:26:33 +00:00
Adam Tkac
92ebd991b7 - install mtr as SUID binary (#518828)
- use fprintf instead of perror when getaddrinfo fails (#516603)
2009-12-07 13:40:29 +00:00
Adam Tkac
a9cc50e9f0 - remove unneeded build requires (#525547) 2009-09-25 10:03:49 +00:00
Jesse Keating
8273f0b919 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 15:20:37 +00:00
Jesse Keating
9f0108f193 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 03:15:34 +00:00
Zdenek Prikryl
16b3abc2d6 Fixed setting socket flags in ipv4 only environment (#467964) 2008-10-29 09:30:09 +00:00
Zdenek Prikryl
0f178f925b Fixed epoch verison 2008-09-23 12:29:18 +00:00
Zdenek Prikryl
af296457f0 Minor fix in changelog 2008-09-23 12:28:12 +00:00
Zdenek Prikryl
56c9b0785e Removed confusing underflow patch Removed format patch bacause of -w option 2008-09-23 12:27:21 +00:00
Zdenek Prikryl
42a5d23080 Updated to 0.74 2008-09-11 11:43:56 +00:00
Zdenek Prikryl
7f752f0c45 Minor fix in the patch underflow 2008-09-02 12:42:35 +00:00
Zdenek Prikryl
81c7a7b03b Updated to 0.73 Fixed mtr-0.69-CVE-2002-0497.patch Added build requirement
for GTK+
2008-05-21 12:40:55 +00:00
Jesse Keating
b8f20dc6d6 - Autorebuild for GCC 4.3 2008-02-19 14:30:40 +00:00
Marcela Mašláňová
61cba68501 check license 2007-08-24 08:18:32 +00:00
Karsten Hopp
82d0bd1849 - rebuild with current gtk2 to add png support (#232013) 2007-03-15 11:56:03 +00:00
Marcela Mašláňová
eda2e8d696 clean up CVS, update spec for merge review. 2007-03-08 15:13:57 +00:00
Jesse Keating
9396612768 bumped for rebuild 2006-07-12 07:24:32 +00:00
Marcela Mašláňová
1e86198c1b --- mtr-0.71/dns.c.mar 2006-07-03 07:53:28.000000000 +0200
mtr-0.71/dns.c 2006-07-03 07:52:26.000000000 +0200 @@ -1357,7 +1357,7 @@
    #ifdef ENABLE_IPV6 /* Returns an ip6.arpa character string. */ void
    addr2ip6arpa( ip_t * ip, char * buf ) {
- char * p = (char *) ip;
unsigned char * p = (unsigned char *) ip; char * b = buf; int i;
2006-07-03 06:31:07 +00:00
Marcela Mašláňová
22da837052 - /* impossible? if( totusec < 0 ) totusec = 0 */;
-
/* sometimes < 0 */
totusec = abs(totusec);
2006-05-30 08:47:56 +00:00
Miroslav Lichvar
2ac1af437f - update to mtr-0.71 2006-03-24 09:49:41 +00:00
Miroslav Lichvar
f3c4bf6a1d - replace s390x patch, drop automake dependency 2006-03-23 17:17:24 +00:00
Miroslav Lichvar
5f38f550ef - update to mtr-0.70 2006-03-23 16:20:12 +00:00
Jesse Keating
46f02026e9 bump for bug in double-long on ppc(64) 2006-02-11 04:38:56 +00:00
Jesse Keating
009a2a6ffc bump for new gcc/glibc 2006-02-07 13:04:52 +00:00
Jesse Keating
aae26c3205 gcc update bump 2005-12-09 22:42:10 +00:00
Phil Knirsch
4e652b24fd - Doh.... Pack the correct files dude. :) 2005-10-21 15:13:13 +00:00
Phil Knirsch
8b13adb88d - Fixed xmtr to be installed in /usr/bin instead of /usr/X11R6/bin
(#170945)
2005-10-21 15:05:05 +00:00
Phil Knirsch
08df3e2207 - Added missing gtk+-devel BuildPreReq (#168215) 2005-10-10 14:20:17 +00:00
Tomáš Mráz
df50c9413a - use include instead of pam_stack in pam config 2005-10-07 11:52:21 +00:00
Phil Knirsch
f16b41a9db - Fixed --address option (#162029) 2005-09-05 15:18:51 +00:00
Phil Knirsch
87a6c82994 - Made the output, especially for reports much more readable (#147865) 2005-09-05 15:05:20 +00:00
Phil Knirsch
114abf839b - bump release and rebuild with gcc 4 2005-03-02 16:25:38 +00:00
Karsten Hopp
de0936913d - build with --enable-gtk2 (John Thacker) 2005-02-10 15:46:25 +00:00
Phil Knirsch
8c4b1531b6 - Updated to mtr-0.69
- Dropped quite a few patches
- Forewardported the CVE patch
2005-02-09 17:23:38 +00:00
Phil Knirsch
b812c8a965 - rebuilt 2004-10-18 13:12:46 +00:00
Phil Knirsch
fa9c758231 - Small last fix to specfile (no symlink of mtr to /usr/bin) 2004-10-18 11:54:52 +00:00
Phil Knirsch
6bf8ba14a1 - Add CVE patch for security reasons (#129386)
- Add patch to fix broken --address option (#132628)
- Add patch to fix broken reverse DNS lookups for ipv6 (#134532)
2004-10-06 15:56:44 +00:00
cvsdist
32eb673295 auto-import changelog data from mtr-0.54-8.src.rpm
0.54-8
- #121705 and other spec cleanups
- remove redundant documentation
2004-09-09 08:55:56 +00:00