- 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)
This commit is contained in:
parent
32eb673295
commit
6bf8ba14a1
13
mtr.spec
13
mtr.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A network diagnostic tool.
|
Summary: A network diagnostic tool.
|
||||||
Name: mtr
|
Name: mtr
|
||||||
Version: 0.54
|
Version: 0.54
|
||||||
Release: 8
|
Release: 9
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -14,6 +14,9 @@ Patch1: mtr-0.54-ipv6-kame.patch
|
|||||||
Patch2: mtr-0.48-nogtk.patch
|
Patch2: mtr-0.48-nogtk.patch
|
||||||
Patch3: mtr-0.52-SA_LEN.patch
|
Patch3: mtr-0.52-SA_LEN.patch
|
||||||
Patch4: mtr-0.54-servfail.patch
|
Patch4: mtr-0.54-servfail.patch
|
||||||
|
Patch5: mtr-0.54-CVE-2002-0497.patch
|
||||||
|
Patch6: mtr-0.54-ipv6-ifaddr.patch
|
||||||
|
Patch7: mtr-0.54-ipv6-ip6arpa.patch
|
||||||
BuildRequires: ncurses-devel libtermcap-devel
|
BuildRequires: ncurses-devel libtermcap-devel
|
||||||
BuildRequires: automake, gtk+-devel
|
BuildRequires: automake, gtk+-devel
|
||||||
|
|
||||||
@ -42,6 +45,9 @@ diagnostic tool.
|
|||||||
%patch2 -p1 -b .nogtk
|
%patch2 -p1 -b .nogtk
|
||||||
%patch3 -p1 -b .SA_LEN
|
%patch3 -p1 -b .SA_LEN
|
||||||
%patch4 -p1 -b .servfail
|
%patch4 -p1 -b .servfail
|
||||||
|
%patch5 -p1 -b .CVE-2002-0497
|
||||||
|
%patch6 -p1 -b .ipv6-ifaddr
|
||||||
|
%patch7 -p1 -b .ipv6-ip6arpa
|
||||||
aclocal
|
aclocal
|
||||||
automake -a
|
automake -a
|
||||||
autoconf
|
autoconf
|
||||||
@ -101,6 +107,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/mtr_icon.xpm
|
%{_datadir}/pixmaps/mtr_icon.xpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 06 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-9
|
||||||
|
- 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)
|
||||||
|
|
||||||
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:0.54-8
|
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:0.54-8
|
||||||
- #121705 and other spec cleanups
|
- #121705 and other spec cleanups
|
||||||
- remove redundant documentation
|
- remove redundant documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user