Skip to content

Commit 56a0b8e

Browse files
author
David Heidelberger
committed
iputils-s20140419
1 parent 1d7a75d commit 56a0b8e

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

RELNOTES

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
[s20140419]
2+
3+
Arjan van de Ven (1):
4+
ping6: Fix build command line argument with gnutls.
5+
6+
Bjørn Mork (1):
7+
tracepath: return correct number of hops
8+
9+
Christophe Le Roy (1):
10+
ping: flush stdout when a truncated response is received
11+
12+
David Fries (1):
13+
Only emit an audible ping when requested (including flooding).
14+
15+
David Heidelberger (13):
16+
add missing limits.h
17+
in case that HZ is undefined, define it
18+
fix include paths, now compile with both glibc and musl
19+
protocol/timed.h is no longer required
20+
fix ifdef to apply only on uclibc and old glibc
21+
replace non-POSIX compilant caddr_t with char *
22+
replace u_TYPE with compilant unsigned TYPE
23+
add .gitignore and .travis.yml
24+
ping_common.c: fix typo
25+
fix tracepath docs
26+
Makefile: set CC only if it's not defined before
27+
add README.md
28+
.travis.yml, improve build testing
29+
30+
Hendrik Lönngren (1):
31+
arping: return immediately
32+
33+
Jan Synacek (1):
34+
ping doc: Fix typo.
35+
36+
Jeremie Koenig (1):
37+
replace gethostbyname with gethostbyname2
38+
39+
Matija Nalis (1):
40+
Disable DNS-lookup on every ping
41+
42+
Mike Frysinger (1):
43+
tracepath, tracepath6: re-use printf return in print_host
44+
45+
Noah Meyerhans (1):
46+
remove bogus check required for < 2.4.9 kernels
47+
48+
YOSHIFUJI Hideaki (5):
49+
rdisc: Fix memory leakage in initifs() in error path.
50+
ninfod: Clean up signal/logfile handling
51+
ninfod: Open pidfile exclusively for write.
52+
ping, ping6: fix building with older linux headers that don't define SO_MARK
53+
tracepath, tracepath6: Support -m (maximum hops) option.
54+
55+
156
[s20121221]
257

358
YOSHIFUJI Hideaki (14):

SNAPSHOT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
static char SNAPSHOT[] = "s20121221";
1+
static char SNAPSHOT[] = "s20140419";

doc/snapshot.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
121221
1+
140419

iputils.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This spec file is for _testing_.
33
#
44

5-
%define ssdate 20121221
5+
%define ssdate 20140419
66
Summary: The ping program for checking to see if network hosts are alive.
77
Name: iputils
88
Version: s%{ssdate}

0 commit comments

Comments
 (0)