All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/iputils: bump version to s20161105
@ 2017-06-05 11:43 Bernd Kuhls
  2017-06-05 13:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-06-05 11:43 UTC (permalink / raw)
  To: buildroot

Bump package to latest tagged release, fix typo and check-package
errors.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/iputils/Config.in    | 5 +++--
 package/iputils/iputils.hash | 2 +-
 package/iputils/iputils.mk   | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/iputils/Config.in b/package/iputils/Config.in
index c83e414cc..b5d9141a7 100644
--- a/package/iputils/Config.in
+++ b/package/iputils/Config.in
@@ -2,7 +2,8 @@ config BR2_PACKAGE_IPUTILS
 	bool "iputils"
 	depends on BR2_USE_MMU # fork()
 	help
-	  This package is set of small useful utilities for Linux networking.
-	  It includes complete versions of ping, traceroute, etc.
+	  This package is set of small useful utilities for Linux
+	  networking. It includes complete versions of ping, traceroute,
+	  etc.
 
 	  https://github.com/iputils/iputils
diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash
index d7d3f5cbd..a19348aa1 100644
--- a/package/iputils/iputils.hash
+++ b/package/iputils/iputils.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	79e22e940b6f52c37810657c8f12e7ba85692b517d6cd6e90cbceac2d94fc5e8	iputils-55828d1fef3fed7f07abcbf7be9282a9662e78c7.tar.gz
+sha256 f813092f03d17294fd23544b129b95cdb87fe19f7970a51908a6b88509acad8a  iputils-s20161105.tar.gz
diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index a3ab83652..57dc66067 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -7,11 +7,11 @@
 # The original upstream was forked to the github repository in 2014 to
 # pull fixes from other distribution and centralize the changes after
 # 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.
 # http://www.spinics.net/lists/netdev/msg279881.html
 
-IPUTILS_VERSION = 55828d1fef3fed7f07abcbf7be9282a9662e78c7
+IPUTILS_VERSION = s20161105
 IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
 IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause, BSD-4-Clause
 # Only includes a license file for BSD
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/iputils: bump version to s20161105
  2017-06-05 11:43 [Buildroot] [PATCH 1/1] package/iputils: bump version to s20161105 Bernd Kuhls
@ 2017-06-05 13:10 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-05 13:10 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  5 Jun 2017 13:43:15 +0200, Bernd Kuhls wrote:
> Bump package to latest tagged release, fix typo and check-package
> errors.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/iputils/Config.in    | 5 +++--
>  package/iputils/iputils.hash | 2 +-
>  package/iputils/iputils.mk   | 4 ++--
>  3 files changed, 6 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-05 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 11:43 [Buildroot] [PATCH 1/1] package/iputils: bump version to s20161105 Bernd Kuhls
2017-06-05 13:10 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.