All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2
@ 2021-03-08 13:27 Joachim Wiberg
  2021-03-08 13:27 ` [Buildroot] [PATCH 1/2] package/sysklogd: " Joachim Wiberg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joachim Wiberg @ 2021-03-08 13:27 UTC (permalink / raw)
  To: buildroot

Hi,

this bump of sysklogd fixes a rather ugly bug in parsing the timestamp
of kernel log messages.  The regression comes from moving from the old
/proc/kmsg interface to the modern /dev/kmsg dito.  So Peter might be
interested in cherry-picking this to 2021.02.x

Best regards
 /Joachim

Joachim Wiberg (2):
  package/sysklogd: bump to version 2.2.2
  DEVELOPERS: adopt package/sysklogd

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

-- 
2.25.1

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

* [Buildroot] [PATCH 1/2] package/sysklogd: bump to version 2.2.2
  2021-03-08 13:27 [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Joachim Wiberg
@ 2021-03-08 13:27 ` Joachim Wiberg
  2021-03-19 19:43   ` Peter Korsgaard
  2021-03-08 13:27 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/sysklogd Joachim Wiberg
  2021-03-08 22:54 ` [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Yann E. MORIN
  2 siblings, 1 reply; 6+ messages in thread
From: Joachim Wiberg @ 2021-03-08 13:27 UTC (permalink / raw)
  To: buildroot

https://github.com/troglobit/sysklogd/releases/tag/v2.2.2

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

diff --git a/package/sysklogd/sysklogd.hash b/package/sysklogd/sysklogd.hash
index ec14363d9f..0ef5e17116 100644
--- a/package/sysklogd/sysklogd.hash
+++ b/package/sysklogd/sysklogd.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  a93b7ad6a615336f030d8a3257544cff1644908af6a12c65f65482f27bd39ca9  sysklogd-2.2.1.tar.gz
+sha256  2752a693a2486f7e532b6b028296c8ac0a97def8a4848f1e915f3e583fd0b4b6  sysklogd-2.2.2.tar.gz
 sha256  7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477  LICENSE
diff --git a/package/sysklogd/sysklogd.mk b/package/sysklogd/sysklogd.mk
index ea7b869d7b..0110974069 100644
--- a/package/sysklogd/sysklogd.mk
+++ b/package/sysklogd/sysklogd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SYSKLOGD_VERSION = 2.2.1
+SYSKLOGD_VERSION = 2.2.2
 SYSKLOGD_SITE = https://github.com/troglobit/sysklogd/releases/download/v$(SYSKLOGD_VERSION)
 SYSKLOGD_LICENSE = BSD-3-Clause
 SYSKLOGD_LICENSE_FILES = LICENSE
-- 
2.25.1

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/sysklogd
  2021-03-08 13:27 [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Joachim Wiberg
  2021-03-08 13:27 ` [Buildroot] [PATCH 1/2] package/sysklogd: " Joachim Wiberg
@ 2021-03-08 13:27 ` Joachim Wiberg
  2021-03-19 19:44   ` Peter Korsgaard
  2021-03-08 22:54 ` [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Yann E. MORIN
  2 siblings, 1 reply; 6+ messages in thread
From: Joachim Wiberg @ 2021-03-08 13:27 UTC (permalink / raw)
  To: buildroot

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 f7f8587d1b..f6d6e4aa06 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1286,6 +1286,7 @@ F:	board/globalscale/espressobin/
 F:	package/mg/
 F:	package/netcalc/
 F:	package/ssdp-responder/
+F:	package/sysklogd/
 
 N:	Joao Pinto <jpinto@synopsys.com>
 F:	board/synopsys/vdk/
-- 
2.25.1

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

* [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2
  2021-03-08 13:27 [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Joachim Wiberg
  2021-03-08 13:27 ` [Buildroot] [PATCH 1/2] package/sysklogd: " Joachim Wiberg
  2021-03-08 13:27 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/sysklogd Joachim Wiberg
@ 2021-03-08 22:54 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2021-03-08 22:54 UTC (permalink / raw)
  To: buildroot

Joachim, All,

On 2021-03-08 14:27 +0100, Joachim Wiberg spake thusly:
> this bump of sysklogd fixes a rather ugly bug in parsing the timestamp
> of kernel log messages.  The regression comes from moving from the old
> /proc/kmsg interface to the modern /dev/kmsg dito.  So Peter might be
> interested in cherry-picking this to 2021.02.x
> 
> Best regards
>  /Joachim
> 
> Joachim Wiberg (2):
>   package/sysklogd: bump to version 2.2.2
>   DEVELOPERS: adopt package/sysklogd

Applied to master, thanks.

Peter, you may cherry-pick b5c5a1d49d into 2021.02, as it is a bug fix.
9efacd4697 is an update to DEVELOPPERS, and I think you should also
cherry-pick it.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/2] package/sysklogd: bump to version 2.2.2
  2021-03-08 13:27 ` [Buildroot] [PATCH 1/2] package/sysklogd: " Joachim Wiberg
@ 2021-03-19 19:43   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-03-19 19:43 UTC (permalink / raw)
  To: buildroot

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

 > https://github.com/troglobit/sysklogd/releases/tag/v2.2.2
 > Signed-off-by: Joachim Wiberg <troglobit@gmail.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/sysklogd
  2021-03-08 13:27 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/sysklogd Joachim Wiberg
@ 2021-03-19 19:44   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-03-19 19:44 UTC (permalink / raw)
  To: 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, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-03-19 19:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 13:27 [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Joachim Wiberg
2021-03-08 13:27 ` [Buildroot] [PATCH 1/2] package/sysklogd: " Joachim Wiberg
2021-03-19 19:43   ` Peter Korsgaard
2021-03-08 13:27 ` [Buildroot] [PATCH 2/2] DEVELOPERS: adopt package/sysklogd Joachim Wiberg
2021-03-19 19:44   ` Peter Korsgaard
2021-03-08 22:54 ` [Buildroot] [PATCH 0/2] package/sysklogd: adopt and bump to version 2.2.2 Yann E. MORIN

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.