- fixed packet size for icmp checksum (#164466)
- small buffer-overflow fixies
This commit is contained in:
parent
c3c0466bea
commit
e26c2b21eb
@ -1,7 +1,7 @@
|
|||||||
Summary: Traces the route taken by packets over a TCP/IP network.
|
Summary: Traces the route taken by packets over a TCP/IP network.
|
||||||
Name: traceroute
|
Name: traceroute
|
||||||
Version: 1.4a12
|
Version: 1.4a12
|
||||||
Release: 26
|
Release: 27
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://ftp.ee.lbl.gov/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.ee.lbl.gov/%{name}-%{version}.tar.bz2
|
||||||
@ -24,6 +24,7 @@ Patch15: traceroute-1.4a12-tos-monitoring.patch
|
|||||||
Patch16: traceroute-1.4a12-mpls-icmp-02.patch
|
Patch16: traceroute-1.4a12-mpls-icmp-02.patch
|
||||||
Patch17: traceroute-1.4a12-pie.patch
|
Patch17: traceroute-1.4a12-pie.patch
|
||||||
Patch18: traceroute-1.4a12-icmp_cksum.patch
|
Patch18: traceroute-1.4a12-icmp_cksum.patch
|
||||||
|
Patch19: traceroute-1.4a12-name.patch
|
||||||
URL: ftp://ftp.ee.lbl.gov/
|
URL: ftp://ftp.ee.lbl.gov/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -59,6 +60,7 @@ problems.
|
|||||||
%patch16 -p1 -b .mpls-icmp-02
|
%patch16 -p1 -b .mpls-icmp-02
|
||||||
%patch17 -p1 -b .pie
|
%patch17 -p1 -b .pie
|
||||||
%patch18 -p1 -b .icmp_cksum
|
%patch18 -p1 -b .icmp_cksum
|
||||||
|
%patch19 -p1 -b .name
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -f config.sub
|
rm -f config.sub
|
||||||
@ -97,6 +99,10 @@ echo %{_prefix}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-27
|
||||||
|
- fixed packet size for icmp checksum (#164466)
|
||||||
|
- small buffer-overflow fixies
|
||||||
|
|
||||||
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-26
|
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-26
|
||||||
- gcc4 rebuilt
|
- gcc4 rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user