diff options
| author | Matt Weber <matt@thewebers.ws> | 2016-01-21 03:31:47 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-21 22:16:32 +0100 |
| commit | 837de1793a37d350e689c03eeaa32f6477bcfd43 (patch) | |
| tree | 148ba3e5ff474a45c297856771b9aa89c1860ef1 /package/iputils/iputils.hash | |
| parent | 11d7b8b64aa171823bc4c97e3cce43884d078ecf (diff) | |
| download | buildroot-837de1793a37d350e689c03eeaa32f6477bcfd43.tar.gz buildroot-837de1793a37d350e689c03eeaa32f6477bcfd43.zip | |
iputils: resolve musl compatibility
The new upstream is a fork of the original that consolidates other distro's
patches. This fork resolves a series of musl build failures noted in the
autobuilder log.
http://autobuild.buildroot.net/results/12cb73f3def95efe706bcd957bc2c091e7931d5a/
- Updated to github fork, selected merge from Nov 3 2015
which provided musl fixes (last release was to old, 20150815)
- Why the fork ? (http://www.spinics.net/lists/netdev/msg279881.html)
- Added missing dependencies for kernel capabilies lib
- Accounted for new consolidated ping (ipv4/6)
Tested against a buildroot arm musl/glibc toolchains, as well as
autobuilder defconfig.
Signed-off-by: Matt Weber <matt@thewebers.ws>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iputils/iputils.hash')
| -rw-r--r-- | package/iputils/iputils.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash index 21a20444e3..e32e134114 100644 --- a/package/iputils/iputils.hash +++ b/package/iputils/iputils.hash @@ -1,2 +1,2 @@ -# From http://sourceforge.net/projects/iputils/files/ -sha1 3e85179746fd93000d6267bd55addfe97f321ba7 iputils-s20121011.tar.bz2 +# Locally computed +sha256 0e98cb527fa175d1e08afb969c124e452b30968f10ec2c3b078f1440c8977a94 iputils-c8ff6feaf0442f8efd96ccb415770c54f9e84d47.tar.gz |

