mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/iputils: bump version to s20161105
Bump package to latest tagged release, fix typo and check-package errors. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c5915135be
commit
05324c4ece
@ -2,7 +2,8 @@ config BR2_PACKAGE_IPUTILS
|
|||||||
bool "iputils"
|
bool "iputils"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
This package is set of small useful utilities for Linux networking.
|
This package is set of small useful utilities for Linux
|
||||||
It includes complete versions of ping, traceroute, etc.
|
networking. It includes complete versions of ping, traceroute,
|
||||||
|
etc.
|
||||||
|
|
||||||
https://github.com/iputils/iputils
|
https://github.com/iputils/iputils
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 79e22e940b6f52c37810657c8f12e7ba85692b517d6cd6e90cbceac2d94fc5e8 iputils-55828d1fef3fed7f07abcbf7be9282a9662e78c7.tar.gz
|
sha256 f813092f03d17294fd23544b129b95cdb87fe19f7970a51908a6b88509acad8a iputils-s20161105.tar.gz
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
# The original upstream was forked to the github repository in 2014 to
|
# The original upstream was forked to the github repository in 2014 to
|
||||||
# pull fixes from other distribution and centralize the changes after
|
# pull fixes from other distribution and centralize the changes after
|
||||||
# the upstream seemed to have gone dormant. The fork contains the
|
# the upstream seemed to have gone dormant. The fork contains the
|
||||||
# latest changes including msul support, removing a libsysfs dependency
|
# latest changes including musl support, removing a libsysfs dependency
|
||||||
# and IPv6 updates.
|
# and IPv6 updates.
|
||||||
# http://www.spinics.net/lists/netdev/msg279881.html
|
# http://www.spinics.net/lists/netdev/msg279881.html
|
||||||
|
|
||||||
IPUTILS_VERSION = 55828d1fef3fed7f07abcbf7be9282a9662e78c7
|
IPUTILS_VERSION = s20161105
|
||||||
IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
|
IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
|
||||||
IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause, BSD-4-Clause
|
IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause, BSD-4-Clause
|
||||||
# Only includes a license file for BSD
|
# Only includes a license file for BSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user