Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] package/watchdogd: version bump and major Config.in rewrite
@ 2024-01-15  7:41 Joachim Wiberg
  2024-01-15  7:41 ` [Buildroot] [PATCH 1/3] package/watchdogd: bump to version 4.0 Joachim Wiberg
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Joachim Wiberg @ 2024-01-15  7:41 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

Hi,

this patch set upgrades watchdogd to the latest version, a major upgrade
with lots of fixes and new features:

  https://github.com/troglobit/watchdogd/releases/tag/4.0

One such change is how the configure script used to be --with-plugin=SEC
and now is just --with-plugin.  This is handled in a separate patch of
Config.in, with the legacy migration support from int -> bool.

The split in separate patches for bump and Config.in changes are mostly
for clarity, but works because the SEC poll argument was always ignored
by the upstream configure script, and the same is true now. (The poll
interval has always been set in the /etc/watchdogd.conf file.)

A couple of new optional system monitor plugins were added too, these
were added as a separate patch.


Best regards
 /Joachim

Joachim Wiberg (3):
  package/watchdogd: bump to version 4.0
  package/watchdogd: convert Config.in options, int -> bool
  package/watchdogd: add menuconfig support for new system monitors

 package/watchdogd/Config.in      | 46 ++++++++++++++++++--------------
 package/watchdogd/watchdogd.hash |  4 +--
 package/watchdogd/watchdogd.mk   | 30 ++++++++++++++-------
 3 files changed, 49 insertions(+), 31 deletions(-)

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

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

end of thread, other threads:[~2024-02-05 22:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15  7:41 [Buildroot] [PATCH 0/3] package/watchdogd: version bump and major Config.in rewrite Joachim Wiberg
2024-01-15  7:41 ` [Buildroot] [PATCH 1/3] package/watchdogd: bump to version 4.0 Joachim Wiberg
2024-01-15  7:41 ` [Buildroot] [PATCH 2/3] package/watchdogd: convert Config.in options, int -> bool Joachim Wiberg
2024-01-27 17:18   ` Yann E. MORIN
2024-01-28  8:54     ` troglobit
2024-01-30 21:56     ` [Buildroot] [PATCH v2 0/2] package/watchdogd: slightly messy bump to v4.0 Joachim Wiberg
2024-01-30 21:56       ` [Buildroot] [PATCH v2 1/2] package/watchdogd: bump to version 4.0 Joachim Wiberg
2024-02-05 22:20         ` Yann E. MORIN
2024-02-05 22:22         ` Yann E. MORIN
2024-01-30 21:56       ` [Buildroot] [PATCH v2 2/2] package/watchdogd: add menuconfig support for new system monitors Joachim Wiberg
2024-02-05 22:23         ` Yann E. MORIN
2024-01-15  7:41 ` [Buildroot] [PATCH 3/3] " Joachim Wiberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox