diff options
author | Shan Hai <shan.hai@windriver.com> | 2016-07-21 22:21:19 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:30 +0100 |
commit | 21916fe5b62ab4dbae22a43161c883c820738683 (patch) | |
tree | 6e290f94fb3e7f4944b2cf7854c8e625ae110530 /meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |
parent | 012262ad6aecf85f8522d057e8eb53f6a8e1df54 (diff) | |
download | poky-21916fe5b62ab4dbae22a43161c883c820738683.tar.gz |
net-tools: lib/inet6.c:INET6_rresolve() - various fixes
Integrate the commit from https://github.com/ecki/net-tools/commit/a70c568b907d23ec2cf7defc81be50c351968f12
to fix a bug which causes the 'netstat -a' to print "[UNKNOWN]" in case of
DNS problem instead of IPv6 address.
(From OE-Core rev: e99a7220bbc2d605200d5005ba40bf45f6f8dcf5)
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/net-tools/net-tools_1.60-26.bb')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb index 759de0a700..9c2adfa62e 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |||
@@ -15,6 +15,7 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/ | |||
15 | file://net-tools-1.60-sctp1.patch \ | 15 | file://net-tools-1.60-sctp1.patch \ |
16 | file://net-tools-1.60-sctp2-quiet.patch \ | 16 | file://net-tools-1.60-sctp2-quiet.patch \ |
17 | file://net-tools-1.60-sctp3-addrs.patch \ | 17 | file://net-tools-1.60-sctp3-addrs.patch \ |
18 | file://0001-lib-inet6.c-INET6_rresolve-various-fixes.patch \ | ||
18 | " | 19 | " |
19 | 20 | ||
20 | # for this package we're mostly interested in tracking debian patches, | 21 | # for this package we're mostly interested in tracking debian patches, |