All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/libite: bump version and adopt
@ 2021-10-09  9:28 Joachim Wiberg
  2021-10-09  9:28 ` [Buildroot] [PATCH 1/2] package/libite: bump version to v2.4.1 Joachim Wiberg
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joachim Wiberg @ 2021-10-09  9:28 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

This patch series bumps the version of libite and adds myself as
maintainer.  An upcoming patch will add another package that has
libite as dependency.

Best regards
 /Joachim

Joachim Wiberg (2):
  package/libite: bump version to v2.4.1
  DEVELOPERS: adopt package/libite

 DEVELOPERS                 |  1 +
 package/libite/libite.hash | 11 +++++------
 package/libite/libite.mk   |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/2] package/libite: bump version to v2.4.1
  2021-10-09  9:28 [Buildroot] [PATCH 0/2] package/libite: bump version and adopt Joachim Wiberg
@ 2021-10-09  9:28 ` Joachim Wiberg
  2021-10-09  9:28 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/libite Joachim Wiberg
  2021-10-09 20:00 ` [Buildroot] [PATCH 0/2] package/libite: bump version and adopt Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Joachim Wiberg @ 2021-10-09  9:28 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

Upstream now supplies sha256 hashes, so drop upstream md5 and locally
computed sha256 in favor of that.

The hash for LICENSE has changed due to the copyright years and author
last name being updated.

The hash for chomp.c and pidfile.c has been changed due to copyright
years and author last name being updated, as well as doxygen comments
being added to the files.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 package/libite/libite.hash | 11 +++++------
 package/libite/libite.mk   |  2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/package/libite/libite.hash b/package/libite/libite.hash
index 1a553d2bcb..6f461f9b76 100644
--- a/package/libite/libite.hash
+++ b/package/libite/libite.hash
@@ -1,8 +1,7 @@
-# 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
+# Upstream .sha256 from GitHub
+sha256  8fad6b8a1e7e0d6b546863104dfe25dfe0bb2d2a9b98ec8e155d23392ef58514  libite-2.4.1.tar.xz
 
 # Locally calculated
-sha256  3fdeb48ea3d9220f91111ed7a68e1e68edfc70346d0108a49bab73a47a7dd761  libite-2.2.0.tar.xz
-sha256  a8a7506c64ce46a58c17838b0f678f8c2567d71869402f97d19460ddec4882f5  LICENSE
-sha256  89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427  src/chomp.c
-sha256  a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d  src/pidfile.c
+sha256  20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f  LICENSE
+sha256  c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14  src/chomp.c
+sha256  bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918  src/pidfile.c
diff --git a/package/libite/libite.mk b/package/libite/libite.mk
index 69a90d7187..7ccf642e50 100644
--- a/package/libite/libite.mk
+++ b/package/libite/libite.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBITE_VERSION = 2.2.0
+LIBITE_VERSION = 2.4.1
 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.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/libite
  2021-10-09  9:28 [Buildroot] [PATCH 0/2] package/libite: bump version and adopt Joachim Wiberg
  2021-10-09  9:28 ` [Buildroot] [PATCH 1/2] package/libite: bump version to v2.4.1 Joachim Wiberg
@ 2021-10-09  9:28 ` Joachim Wiberg
  2021-10-10  8:18   ` Peter Korsgaard
  2021-10-09 20:00 ` [Buildroot] [PATCH 0/2] package/libite: bump version and adopt Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Joachim Wiberg @ 2021-10-09  9:28 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

Since I'm the upstream maintainer and we use it for $DAYJOB, I'll adopt.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 6dc2e68e42..7ebfc9234b 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1330,6 +1330,7 @@ F:	package/rtty/
 N:	Joachim Wiberg <troglobit@gmail.com>
 F:	configs/globalscale_espressobin_defconfig
 F:	board/globalscale/espressobin/
+F:	package/libite/
 F:	package/mg/
 F:	package/netcalc/
 F:	package/ssdp-responder/
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 0/2] package/libite: bump version and adopt
  2021-10-09  9:28 [Buildroot] [PATCH 0/2] package/libite: bump version and adopt Joachim Wiberg
  2021-10-09  9:28 ` [Buildroot] [PATCH 1/2] package/libite: bump version to v2.4.1 Joachim Wiberg
  2021-10-09  9:28 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/libite Joachim Wiberg
@ 2021-10-09 20:00 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2021-10-09 20:00 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: buildroot

On Sat,  9 Oct 2021 11:28:56 +0200
Joachim Wiberg <troglobit@gmail.com> wrote:

> Joachim Wiberg (2):
>   package/libite: bump version to v2.4.1
>   DEVELOPERS: adopt package/libite

Series applied, thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/libite
  2021-10-09  9:28 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/libite Joachim Wiberg
@ 2021-10-10  8:18   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-10-10  8:18 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: buildroot

>>>>> "Joachim" == Joachim Wiberg <troglobit@gmail.com> writes:

 > Since I'm the upstream maintainer and we use it for $DAYJOB, I'll adopt.
 > Signed-off-by: Joachim Wiberg <troglobit@gmail.com>

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-10  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09  9:28 [Buildroot] [PATCH 0/2] package/libite: bump version and adopt Joachim Wiberg
2021-10-09  9:28 ` [Buildroot] [PATCH 1/2] package/libite: bump version to v2.4.1 Joachim Wiberg
2021-10-09  9:28 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/libite Joachim Wiberg
2021-10-10  8:18   ` Peter Korsgaard
2021-10-09 20:00 ` [Buildroot] [PATCH 0/2] package/libite: bump version and adopt 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.