auto-import changelog data from iputils-20020927-12.src.rpm
Thu Oct 02 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-12 - Fixed unaligned access problem on ia64 (#101417) Wed Sep 10 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-11 - Don't use own headers, use glibc and kernheaders. Thu Sep 04 2003 Bill Nottingham <notting@redhat.com> 20020927-10 - fix build with new glibc-kernheaders
This commit is contained in:
parent
ffeee16d82
commit
86aadaa602
11
iputils-20020927-unaligned.patch
Normal file
11
iputils-20020927-unaligned.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- iputils/arping.c.unaligned 2001-10-06 00:42:47.000000000 +0200
|
||||
+++ iputils/arping.c 2003-10-02 15:14:42.000000000 +0200
|
||||
@@ -332,7 +332,7 @@
|
||||
timeout = atoi(optarg);
|
||||
break;
|
||||
case 'I':
|
||||
- device = optarg;
|
||||
+ device = strdup(optarg);
|
||||
break;
|
||||
case 'f':
|
||||
quit_on_reply=1;
|
17
iputils.spec
17
iputils.spec
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping.
|
||||
Name: iputils
|
||||
Version: 20020927
|
||||
Release: 9.1
|
||||
Release: 12
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss020927.tar.gz
|
||||
@ -14,6 +14,9 @@ Patch3: iputils-20020124-countermeasures.patch
|
||||
Patch4: iputils-20020927-addrcache.patch
|
||||
Patch5: iputils-20020927-ping-subint.patch
|
||||
Patch6: iputils-20020927-icmp_seq.patch
|
||||
Patch7: iputils-glibckernheaders.patch
|
||||
Patch8: iputils-20020927-headers.patch
|
||||
Patch9: iputils-20020927-unaligned.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildPreReq: docbook-utils perl-SGMLSpm
|
||||
@ -37,6 +40,9 @@ cp %{SOURCE2} .
|
||||
%patch4 -p1 -b .addrcache
|
||||
%patch5 -p1 -b .ping-subint
|
||||
%patch6 -p1 -b .icmp_seq
|
||||
%patch7 -p1 -b .glibckernheaders
|
||||
%patch8 -p1 -b .headers
|
||||
%patch9 -p1 -b .unaligned
|
||||
|
||||
%build
|
||||
make
|
||||
@ -107,6 +113,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 02 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-12
|
||||
- Fixed unaligned access problem on ia64 (#101417)
|
||||
|
||||
* Wed Sep 10 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-11
|
||||
- Don't use own headers, use glibc and kernheaders.
|
||||
|
||||
* Thu Sep 04 2003 Bill Nottingham <notting@redhat.com> 20020927-10
|
||||
- fix build with new glibc-kernheaders
|
||||
|
||||
* Wed Sep 03 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-9.1
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user