From: Joachim Wiberg <troglobit@gmail.com>
To: buildroot@buildroot.org
Cc: "Joachim Wiberg" <troglobit@gmail.com>,
"Alejandro González" <alejandro.gonzalez.correo@gmail.com>
Subject: [Buildroot] [PATCH next 1/2] package/watchdogd: bump to version 3.5
Date: Thu, 2 Dec 2021 02:39:01 +0100 [thread overview]
Message-ID: <20211202013902.1593562-2-troglobit@gmail.com> (raw)
In-Reply-To: <20211202013902.1593562-1-troglobit@gmail.com>
This addresses the autobuilder failure for master as per 2021-11-27.
The root cause was a name clash in a dependency, the libite library,
clashing with the DirectFB LiTE library header files. Hence, this
update alone does not fix [1], libite also needs to be updated. To
provide a smooth transition though, watchdogd should be updated first.
[1]: http://autobuild.buildroot.net/results/185c753af2aa159b494b13f78b0826dddbe4aed6
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
package/watchdogd/watchdogd.hash | 2 +-
package/watchdogd/watchdogd.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/watchdogd/watchdogd.hash b/package/watchdogd/watchdogd.hash
index 7c1acf0820..09a34d6b47 100644
--- a/package/watchdogd/watchdogd.hash
+++ b/package/watchdogd/watchdogd.hash
@@ -1,5 +1,5 @@
# Upstream .sha256 from GitHub
-sha256 f36fdea9b323534a704c4c23d9af8050480bca4bdad89cdb50d26fcac316d172 watchdogd-3.4.tar.gz
+sha256 33ec4edc8cb4ada7a4d8324a27d897d33aae5e83257ed64d3d37508825c11237 watchdogd-3.5.tar.gz
# Locally calculated
sha256 fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676 LICENSE
diff --git a/package/watchdogd/watchdogd.mk b/package/watchdogd/watchdogd.mk
index 34b17aa169..b666b56433 100644
--- a/package/watchdogd/watchdogd.mk
+++ b/package/watchdogd/watchdogd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WATCHDOGD_VERSION = 3.4
+WATCHDOGD_VERSION = 3.5
WATCHDOGD_SITE = https://github.com/troglobit/watchdogd/releases/download/$(WATCHDOGD_VERSION)
WATCHDOGD_LICENSE = ISC
WATCHDOGD_LICENSE_FILES = LICENSE
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-12-02 1:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 1:39 [Buildroot] [PATCH next 0/2] fix name clash between libite and LiTE Joachim Wiberg
2021-12-02 1:39 ` Joachim Wiberg [this message]
2021-12-04 20:04 ` [Buildroot] [PATCH next 1/2] package/watchdogd: bump to version 3.5 Thomas Petazzoni
2021-12-04 20:23 ` Joachim Wiberg
2021-12-04 20:49 ` Thomas Petazzoni
2021-12-04 20:59 ` Yann E. MORIN
2021-12-05 7:53 ` Joachim Wiberg
2021-12-02 1:39 ` [Buildroot] [PATCH next 2/2] package/libite: bump to version 2.5.1 Joachim Wiberg
2021-12-05 19:14 ` [Buildroot] [PATCH next 0/2] fix name clash between libite and LiTE Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211202013902.1593562-2-troglobit@gmail.com \
--to=troglobit@gmail.com \
--cc=alejandro.gonzalez.correo@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.