diff --git a/traceroute.spec b/traceroute.spec index 78bf90b..74725b5 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -1,7 +1,7 @@ Summary: Traces the route taken by packets over a TCP/IP network. Name: traceroute Version: 1.4a12 -Release: 26 +Release: 27 License: BSD Group: Applications/Internet 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 Patch17: traceroute-1.4a12-pie.patch Patch18: traceroute-1.4a12-icmp_cksum.patch +Patch19: traceroute-1.4a12-name.patch URL: ftp://ftp.ee.lbl.gov/ BuildRoot: %{_tmppath}/%{name}-root @@ -59,6 +60,7 @@ problems. %patch16 -p1 -b .mpls-icmp-02 %patch17 -p1 -b .pie %patch18 -p1 -b .icmp_cksum +%patch19 -p1 -b .name %build rm -f config.sub @@ -97,6 +99,10 @@ echo %{_prefix} %{_mandir}/man8/* %changelog +* Thu Aug 11 2005 Radek Vokal 1.4a12-27 +- fixed packet size for icmp checksum (#164466) +- small buffer-overflow fixies + * Fri Mar 04 2005 Radek Vokal 1.4a12-26 - gcc4 rebuilt