All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7
@ 2020-03-26  0:42 Ryan Coe
  2020-03-26  0:43 ` [Buildroot] [PATCH 2/2] package/libite: bump version to 2.2.0 Ryan Coe
  2020-03-26 21:37 ` [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Ryan Coe @ 2020-03-26  0:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/inadyn/inadyn.hash | 6 +++---
 package/inadyn/inadyn.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/inadyn/inadyn.hash b/package/inadyn/inadyn.hash
index 52bd6abd38..8480e449ca 100644
--- a/package/inadyn/inadyn.hash
+++ b/package/inadyn/inadyn.hash
@@ -1,6 +1,6 @@
-# From https://github.com/troglobit/inadyn/releases/download/v2.6/inadyn-2.6.tar.xz.md5
-md5  62ec986b73d24b1b755bf0ed3efe54f2  inadyn-2.6.tar.xz
+# From https://github.com/troglobit/inadyn/releases/download/v2.7/inadyn-2.7.tar.xz.md5
+md5  3ab125df504a9755264a9ebeedbfa4de  inadyn-2.7.tar.xz
 
 # Locally computed
-sha256  9f4198764abbd2798472b349d8867e86b4692c76ee304f1f9c607f67c9b582a4  inadyn-2.6.tar.xz
+sha256  eb03bc9d9c09dfbbc651b43a2eb5a967d0454a8293576df23784710dac50c6a4  inadyn-2.7.tar.xz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/inadyn/inadyn.mk b/package/inadyn/inadyn.mk
index b1ebeeb2fe..7888f5a360 100644
--- a/package/inadyn/inadyn.mk
+++ b/package/inadyn/inadyn.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INADYN_VERSION = 2.6
+INADYN_VERSION = 2.7
 INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VERSION)
 INADYN_SOURCE = inadyn-$(INADYN_VERSION).tar.xz
 INADYN_LICENSE = GPL-2.0+
-- 
2.26.0

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

* [Buildroot] [PATCH 2/2] package/libite: bump version to 2.2.0
  2020-03-26  0:42 [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7 Ryan Coe
@ 2020-03-26  0:43 ` Ryan Coe
  2020-03-26 21:37 ` [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Ryan Coe @ 2020-03-26  0:43 UTC (permalink / raw)
  To: buildroot

The hash for LICENSE also changed. The following text was removed:

Note: Much of the code in libite (-lite) is written by Claudio Matsuoka
      for Finit and released under the MIT/X11 license.  Joachim Nilsson
      later improved on the Finit code base and included pieces of
      software released under the ISC and BSD licenses.  See each
      respective file for license details.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/libite/libite.hash | 8 ++++----
 package/libite/libite.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/libite/libite.hash b/package/libite/libite.hash
index e16e78c01f..1a553d2bcb 100644
--- a/package/libite/libite.hash
+++ b/package/libite/libite.hash
@@ -1,8 +1,8 @@
-# From https://github.com/troglobit/libite/releases/download/v2.1.2/libite-2.1.2.tar.xz.md5
-md5  3c23186dec3f3ae135ec4e8b58581f4e  libite-2.1.2.tar.xz
+# From https://github.com/troglobit/libite/releases/download/v2.2.0/libite-2.2.0.tar.xz.md5
+md5  8533ab27d0d4a7c745f11925907795a9  libite-2.2.0.tar.xz
 
 # Locally calculated
-sha256  7a16825c6d02040767ccb9f3faed4bf0e6841857a46cc4cb9e9f36b78a6c7cb3  libite-2.1.2.tar.xz
-sha256  dc6eae50f69af0e848fd6957cdf48895563b4d15fdde7c9d20ae2bfdefbc2b83  LICENSE
+sha256  3fdeb48ea3d9220f91111ed7a68e1e68edfc70346d0108a49bab73a47a7dd761  libite-2.2.0.tar.xz
+sha256  a8a7506c64ce46a58c17838b0f678f8c2567d71869402f97d19460ddec4882f5  LICENSE
 sha256  89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427  src/chomp.c
 sha256  a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d  src/pidfile.c
diff --git a/package/libite/libite.mk b/package/libite/libite.mk
index 62fc0df00a..69a90d7187 100644
--- a/package/libite/libite.mk
+++ b/package/libite/libite.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBITE_VERSION = 2.1.2
+LIBITE_VERSION = 2.2.0
 LIBITE_SOURCE = libite-$(LIBITE_VERSION).tar.xz
 LIBITE_SITE = https://github.com/troglobit/libite/releases/download/v$(LIBITE_VERSION)
 LIBITE_LICENSE = MIT, X11, ISC, BSD-2-Clause
-- 
2.26.0

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

* [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7
  2020-03-26  0:42 [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7 Ryan Coe
  2020-03-26  0:43 ` [Buildroot] [PATCH 2/2] package/libite: bump version to 2.2.0 Ryan Coe
@ 2020-03-26 21:37 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-03-26 21:37 UTC (permalink / raw)
  To: buildroot

On Wed, 25 Mar 2020 17:42:59 -0700
Ryan Coe <bluemrp9@gmail.com> wrote:

> Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
> ---
>  package/inadyn/inadyn.hash | 6 +++---
>  package/inadyn/inadyn.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-03-26 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  0:42 [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7 Ryan Coe
2020-03-26  0:43 ` [Buildroot] [PATCH 2/2] package/libite: bump version to 2.2.0 Ryan Coe
2020-03-26 21:37 ` [Buildroot] [PATCH 1/2] package/inadyn: bump version to 2.7 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.