- rebuilt to get fortified

- verify icmp checksums only when -I used (#106013)
This commit is contained in:
Radek Vokál 2005-02-09 13:57:53 +00:00
parent e5c676ce0e
commit 04d06ac122

View File

@ -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: 24 Release: 25
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
@ -23,6 +23,7 @@ Patch14: traceroute-1.4a12-sockopt2.patch
Patch15: traceroute-1.4a12-tos-monitoring.patch 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
URL: ftp://ftp.ee.lbl.gov/ URL: ftp://ftp.ee.lbl.gov/
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -57,6 +58,7 @@ problems.
%patch15 -p1 -b .tos-monitoring %patch15 -p1 -b .tos-monitoring
%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
%build %build
rm -f config.sub rm -f config.sub
@ -95,6 +97,10 @@ echo %{_prefix}
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Wed Feb 09 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-25
- rebuilt
- verify icmp checksum only when -I used (#106013)
* Mon Oct 11 2004 Radek Vokal <rvokal@redhat.com> 1.4a12-24 * Mon Oct 11 2004 Radek Vokal <rvokal@redhat.com> 1.4a12-24
- spec file updated (#135187) - spec file updated (#135187)