Skip to content

Commit bffc0e9

Browse files
committed
iputils-s20161105
Signed-off-by: David Heidelberg <[email protected]>
1 parent c271dd2 commit bffc0e9

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

RELNOTES

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
[s20161105]
2+
3+
David Heidelberg (1):
4+
ping: eliminate deadcode & simplify
5+
6+
Jan Synacek (5):
7+
ping: do not allow oversized packets to root
8+
correctly initialize first hop
9+
ping: fix ping -6 -I
10+
arping,doc: fix documentation of -I
11+
ping: fix error message when getting EACCES from connect()
12+
13+
Karl-Philipp Richter (2):
14+
renamed INSTALL to INSTALL.md
15+
(re)structured INSTALL.md and transformed into markdown; added hint that installation into prefix has to be done with DESTDIR make variable and that there's no prefix support in configure, close #21
16+
17+
Markos Chandras (2):
18+
ping: Silence GCC warnings when building with -fstrict-aliasing
19+
tftpd: Drop supplementary groups for root
20+
21+
Martin Bark (1):
22+
libgcrypt: fix static linking
23+
24+
Olof Sjödin (1):
25+
doc: Inserted a missing word
26+
27+
Pavel Šimerda (8):
28+
tracepath6: avoid redundant family variable
29+
tracepath: borrow everything good from tracepath6
30+
tracepath: switch to dual-stack operation
31+
tracepath: remove now redundant tracepath6
32+
docs: fix parallel build of manpages
33+
ping: remove assignments of values that are never read
34+
docs: remove references to ping6 and traceroute6
35+
ping: work with older kernels that don't support ping sockets
36+
37+
Robert Schiele (2):
38+
Revert "ping_common.c: fix message flood when EPERM is encountered in ping"
39+
reorder -I option parsing
40+
41+
依云 (1):
42+
ping: also bind the ICMP socket to the specific device
43+
44+
145
[s20160308]
246

347
Aaro Koskinen (1):

SNAPSHOT.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define SNAPSHOT "s20160308"
1+
#define SNAPSHOT "s20161105"

doc/snapshot.db

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
160308
1+
161105

iputils.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This spec file is for _testing_.
33
#
44

5-
%define ssdate 20160308
5+
%define ssdate 20161105
66
%define srcbase iputils%{!?current:-s%{ssdate}}
77

88
Summary: The ping program for checking to see if network hosts are alive.

0 commit comments

Comments
 (0)