auto-import changelog data from traceroute-1.4a5-24.src.rpm
Wed Oct 04 2000 Jeff Johnson <jbj@redhat.com> - check max. packet length correctly (#15917). - support LSRR correctly (#16281).
This commit is contained in:
parent
ad6606940d
commit
4c32090393
@ -1,7 +1,7 @@
|
||||
Summary: Traces the route taken by packets over a TCP/IP network.
|
||||
Name: traceroute
|
||||
Version: 1.4a5
|
||||
Release: 23
|
||||
Release: 24
|
||||
Copyright: BSD
|
||||
Group: Applications/Internet
|
||||
Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a5.tar.Z
|
||||
@ -16,6 +16,8 @@ Patch7: traceroute-1.4a5-fhs.patch
|
||||
Patch8: traceroute-1.4a5-sourceroute.patch
|
||||
Patch9: traceroute-1.4a5-aliases.patch
|
||||
Patch10: traceroute-1.4a5-droproot.patch
|
||||
Patch11: traceroute-1.4a5-bigpacklen.patch
|
||||
Patch12: traceroute-1.4a5-lsrr.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -37,12 +39,14 @@ problems.
|
||||
%patch2 -p1 -b .alpha
|
||||
%patch3 -p1 -b .autoroute
|
||||
%patch4 -p1 -b .autoroute2
|
||||
%patch5 -p0 -b .unaligned
|
||||
%patch5 -p1 -b .unaligned
|
||||
%patch6 -p1 -b .hostname
|
||||
%patch7 -p1 -b .fhs
|
||||
%patch8 -p1 -b .sourceroute
|
||||
%patch9 -p1 -b .aliases
|
||||
%patch10 -p0 -b .droproot
|
||||
%patch10 -p1 -b .droproot
|
||||
%patch11 -p1 -b .bigpacklen
|
||||
%patch12 -p1 -b .lsrr
|
||||
|
||||
%build
|
||||
|
||||
@ -70,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 4 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- check max. packet length correctly (#15917).
|
||||
- support LSRR correctly (#16281).
|
||||
|
||||
* Tue Jul 18 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- drop root privileges even earlier (#13466).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user