Update to iputils-s20121125 (#879952)

This commit is contained in:
Jan Synacek 2012-11-26 11:53:54 +01:00
parent 01e652aa1d
commit e773cafb78
4 changed files with 18 additions and 14 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ ifenslave.tar.gz
/iputils-s20121106.tar.bz2
/iputils-s20121112.tar.bz2
/iputils-s20121121.tar.bz2
/iputils-s20121125.tar.bz2

View File

@ -1,11 +1,11 @@
--- iputils-s20121121/Makefile.orig 2012-11-22 07:33:01.000000000 +0100
+++ iputils-s20121121/Makefile 2012-11-22 07:33:54.886547891 +0100
@@ -45,7 +45,7 @@
LIB_SYSFS = -lsysfs
endif
-ifneq ($(USE_IDN),no)
+ifneq ($(USE_IDN),yes)
DEF_IDN = -DUSE_IDN
LIB_IDN = -lidn
endif
--- iputils-s20121125/Makefile.orig 2012-11-26 11:27:31.000000000 +0100
+++ iputils-s20121125/Makefile 2012-11-26 11:28:02.128803095 +0100
@@ -21,7 +21,7 @@
# sysfs support (with libsysfs - deprecated)
USE_SYSFS=no
# IDN support (experimental)
-USE_IDN=no
+USE_IDN=yes
# Do not use getifaddrs
WITHOUT_IFADDRS=no
# arping default device

View File

@ -1,7 +1,7 @@
Summary: Network monitoring tools including ping
Name: iputils
Version: 20121121
Release: 2%{?dist}
Version: 20121125
Release: 1%{?dist}
# some parts are under the original BSD (ping.c)
# some are under GPLv2+ (tracepath.c)
License: BSD and GPLv2+
@ -149,6 +149,9 @@ mv -f RELNOTES.tmp RELNOTES
%{_sysconfdir}/rc.d/init.d/rdisc
%changelog
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1
- Update to iputils-s20121125 (#879952)
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121121-2
- Re-fix arping's default device search logic (#879807)

View File

@ -1,2 +1,2 @@
7da47744fc3b01c84e2cebd34cbf9e16 iputils-s20121121.tar.bz2
fb00899ec0f1e4e6c54faa7be25ea926 iputils-s20121125.tar.bz2
6702c58e970e6a73fc8d9b7c9b63af35 ifenslave.tar.gz