[Buildroot] [PATCH 1/2] package/libite: bump version to v2.4.1

Joachim Wiberg troglobit at gmail.com
Sat Oct 9 09:28:57 UTC 2021


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 at 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



More information about the buildroot mailing list