Skip to content

Commit 1b5d03a

Browse files
committed
iputils-s20150815
1 parent 877f1f7 commit 1b5d03a

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

RELNOTES

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
[s20150815]
2+
3+
Aaro Koskinen (1):
4+
use syntax compatible with busybox date in Makefile
5+
6+
David Heidelberg (1):
7+
Makefile: use #define as in previous code changes
8+
9+
David McMackins II (1):
10+
ping: status() now returns received/transmitted instead of trans/recv
11+
12+
Felix Janda (1):
13+
ping: don't mess with internals of struct msghdr
14+
15+
Jan Synacek (1):
16+
tracepath,doc: fix corrupted tag
17+
18+
Nikos Mavrogiannopoulos (10):
19+
made ping functions protocol independent
20+
Allow ping to use IPv6 addresses
21+
if IPv4 resolving fails fallback to ping6
22+
ping: in usage print the 'ping -6' options as well
23+
ping: allow option -4 which forces IPv4
24+
combine sock and errno into a single structure
25+
This patch allows running ping and ping6 without root privileges on
26+
use better names for socket variables
27+
travis.yml: install nettle-dev
28+
Allow using nettle instead of libgcrypt for MD5
29+
30+
Pavel Šimerda (12):
31+
avoid compiler warning caused by snapshot.h
32+
make `getaddrinfo()` and `getnameinfo()` usage consistent
33+
enable IDN by default
34+
ping: perform dual-stack ping by default
35+
remove IPV4_TARGETS and IPV6_TARGETS
36+
ping: remove obsolete preprocessor directives
37+
ping: avoid name clashes between IPv4 and IPv6 code
38+
ping: merge all ping header files into a single one
39+
ping: merge `ping6` command into `ping`
40+
ping: refactor ping options
41+
ping: refactor ping socket code
42+
ping: merge IPv4 and IPv6 `pr_addr()`
43+
44+
Peter Dave Hello (1):
45+
Use svg instead of png to get better image quality
46+
47+
Salvatore Mesoraca (1):
48+
iputils ping/ping6: Add a function to check if a packet is ours
49+
50+
YOSHIFUJI Hideaki (9):
51+
ping: Add <linux/types.h> to fix compilation error.
52+
ping6: Use GNUTLS API directly for MD5. (v2)
53+
ping6: Use libgcrypt instead of gnutls for MD5.
54+
ninfod: Regenerate configure by autoconf-2.69.
55+
ninfod: libgcrypt support.
56+
spec: Configure before building ninfod.
57+
spec: Fix date in %changelog.
58+
make,spec: Add rpm target.
59+
ping,ping6 doc: More description on CAP_NET_RAW usage.
60+
61+
162
[s20140519]
263

364
David Gibson (3):

SNAPSHOT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define SNAPSHOT "s20140519"
1+
#define SNAPSHOT "s20150815"

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 20140519
5+
%define ssdate 20150815
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)