Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/systemd: bump to version 254.9
@ 2024-02-19 18:26 Marcus Hoffmann via buildroot
  2024-02-19 21:14 ` Yann E. MORIN
  2024-03-16 21:27 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-19 18:26 UTC (permalink / raw)
  To: buildroot; +Cc: Norbert Lange, Sen Hastings, Yann E. MORIN

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/systemd/systemd.hash | 2 +-
 package/systemd/systemd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/systemd/systemd.hash b/package/systemd/systemd.hash
index c0f4638803..e5588f06a2 100644
--- a/package/systemd/systemd.hash
+++ b/package/systemd/systemd.hash
@@ -1,5 +1,5 @@
 # sha256 locally computed
-sha256  1e1e42c597b4f992679aa964a0c5c23d970c58fed47aed65c11878b332dc5b23  systemd-254.6.tar.gz
+sha256  3d23003ea886dbffa5bc84ad72c6edcbde62d32dbdec506e308624e1da509cb0  systemd-254.9.tar.gz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  LICENSE.GPL2
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENSE.LGPL2.1
 sha256  e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5  LICENSES/BSD-2-Clause.txt
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 528fe60b1d..c6b006d1fb 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -19,7 +19,7 @@
 # - Diff sysusers.d with the previous version
 # - Diff factory/etc/nsswitch.conf with the previous version
 #   (details are often sprinkled around in README and manpages)
-SYSTEMD_VERSION = 254.6
+SYSTEMD_VERSION = 254.9
 SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
 SYSTEMD_LICENSE = \
 	LGPL-2.1+, \
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH] package/systemd: bump to version 254.9
  2024-02-19 18:26 [Buildroot] [PATCH] package/systemd: bump to version 254.9 Marcus Hoffmann via buildroot
@ 2024-02-19 21:14 ` Yann E. MORIN
  2024-02-19 21:30   ` Marcus Hoffmann via buildroot
  2024-03-16 21:27 ` Peter Korsgaard
  1 sibling, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2024-02-19 21:14 UTC (permalink / raw)
  To: Marcus Hoffmann; +Cc: Norbert Lange, Sen Hastings, buildroot

Marcus, All,

On 2024-02-19 19:26 +0100, Marcus Hoffmann via buildroot spake thusly:
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>

Ideally, a little blurb about what changed would be nice, to highlight
critical fixes, or to just mention random fixes. I looked and there were
no report of security fixes...

I initially did not plan on pushing, but I forgot I had it applied
localy, so it went in... I could have reverted, but that's a minor
version bump with no report of security fixes, so it is good to have,
I hope.

Please watch the gitlab pipeline for any failure of the runtimet tests,
just in case this minor version bump breaks anything.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/systemd/systemd.hash | 2 +-
>  package/systemd/systemd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/systemd/systemd.hash b/package/systemd/systemd.hash
> index c0f4638803..e5588f06a2 100644
> --- a/package/systemd/systemd.hash
> +++ b/package/systemd/systemd.hash
> @@ -1,5 +1,5 @@
>  # sha256 locally computed
> -sha256  1e1e42c597b4f992679aa964a0c5c23d970c58fed47aed65c11878b332dc5b23  systemd-254.6.tar.gz
> +sha256  3d23003ea886dbffa5bc84ad72c6edcbde62d32dbdec506e308624e1da509cb0  systemd-254.9.tar.gz
>  sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  LICENSE.GPL2
>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENSE.LGPL2.1
>  sha256  e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5  LICENSES/BSD-2-Clause.txt
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 528fe60b1d..c6b006d1fb 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -19,7 +19,7 @@
>  # - Diff sysusers.d with the previous version
>  # - Diff factory/etc/nsswitch.conf with the previous version
>  #   (details are often sprinkled around in README and manpages)
> -SYSTEMD_VERSION = 254.6
> +SYSTEMD_VERSION = 254.9
>  SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
>  SYSTEMD_LICENSE = \
>  	LGPL-2.1+, \
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/systemd: bump to version 254.9
  2024-02-19 21:14 ` Yann E. MORIN
@ 2024-02-19 21:30   ` Marcus Hoffmann via buildroot
  2024-02-21 17:08     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-19 21:30 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Norbert Lange, Sen Hastings, buildroot

Hi Yann,

On 19.02.24 22:14, Yann E. MORIN wrote:
> Marcus, All,
> 
> On 2024-02-19 19:26 +0100, Marcus Hoffmann via buildroot spake thusly:
>> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> 
> Ideally, a little blurb about what changed would be nice, to highlight
> critical fixes, or to just mention random fixes. I looked and there were
> no report of security fixes...

I looked through the commits as well... on one hand there were too many 
to sensibly list them in the commit message (232 commits in total, IIRC) 
and on the other hand nothing really stood out besides "a random bunch 
of fixes", so I didn't know what to write :D.

> 
> I initially did not plan on pushing, but I forgot I had it applied
> localy, so it went in... I could have reverted, but that's a minor
> version bump with no report of security fixes, so it is good to have,
> I hope.
> 
> Please watch the gitlab pipeline for any failure of the runtimet tests,
> just in case this minor version bump breaks anything.

So if I understood that correctly I can add myself as a maintainer of 
the runtime test files and I'll get an email when that test fails? Or is 
that not how it works?

> 
> Applied to master, thanks.
> 
> Regards,
> Yann E. MORIN.

Best,
Marcus

> 
>> ---
>>   package/systemd/systemd.hash | 2 +-
>>   package/systemd/systemd.mk   | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/systemd/systemd.hash b/package/systemd/systemd.hash
>> index c0f4638803..e5588f06a2 100644
>> --- a/package/systemd/systemd.hash
>> +++ b/package/systemd/systemd.hash
>> @@ -1,5 +1,5 @@
>>   # sha256 locally computed
>> -sha256  1e1e42c597b4f992679aa964a0c5c23d970c58fed47aed65c11878b332dc5b23  systemd-254.6.tar.gz
>> +sha256  3d23003ea886dbffa5bc84ad72c6edcbde62d32dbdec506e308624e1da509cb0  systemd-254.9.tar.gz
>>   sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  LICENSE.GPL2
>>   sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENSE.LGPL2.1
>>   sha256  e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5  LICENSES/BSD-2-Clause.txt
>> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
>> index 528fe60b1d..c6b006d1fb 100644
>> --- a/package/systemd/systemd.mk
>> +++ b/package/systemd/systemd.mk
>> @@ -19,7 +19,7 @@
>>   # - Diff sysusers.d with the previous version
>>   # - Diff factory/etc/nsswitch.conf with the previous version
>>   #   (details are often sprinkled around in README and manpages)
>> -SYSTEMD_VERSION = 254.6
>> +SYSTEMD_VERSION = 254.9
>>   SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
>>   SYSTEMD_LICENSE = \
>>   	LGPL-2.1+, \
>> -- 
>> 2.34.1
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/systemd: bump to version 254.9
  2024-02-19 21:30   ` Marcus Hoffmann via buildroot
@ 2024-02-21 17:08     ` Yann E. MORIN
  2024-02-21 17:45       ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2024-02-21 17:08 UTC (permalink / raw)
  To: Marcus Hoffmann; +Cc: Thomas Petazzoni, buildroot

Marcus, All,

+Thomas

On 2024-02-19 22:30 +0100, Marcus Hoffmann via buildroot spake thusly:
> On 19.02.24 22:14, Yann E. MORIN wrote:
> > Please watch the gitlab pipeline for any failure of the runtimet tests,
> > just in case this minor version bump breaks anything.
> So if I understood that correctly I can add myself as a maintainer of the
> runtime test files and I'll get an email when that test fails? Or is that
> not how it works?

As far as I understand, yes, this is what should happen. Thomas has some
scripting (somewhere!) that sends the daily emails, so he'd have the
authoritative answer.

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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/systemd: bump to version 254.9
  2024-02-21 17:08     ` Yann E. MORIN
@ 2024-02-21 17:45       ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-02-21 17:45 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Marcus Hoffmann, buildroot

On Wed, 21 Feb 2024 18:08:14 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> On 2024-02-19 22:30 +0100, Marcus Hoffmann via buildroot spake thusly:
> > On 19.02.24 22:14, Yann E. MORIN wrote:  
> > > Please watch the gitlab pipeline for any failure of the runtimet tests,
> > > just in case this minor version bump breaks anything.  
> > So if I understood that correctly I can add myself as a maintainer of the
> > runtime test files and I'll get an email when that test fails? Or is that
> > not how it works?  
> 
> As far as I understand, yes, this is what should happen. Thomas has some
> scripting (somewhere!) that sends the daily emails, so he'd have the
> authoritative answer.

Absolutely correct. If someone is registered as a developer/maintainer
for a test case in the DEVELOPERS file, this person will receive an
e-mail when the test fails in our CI. Please note that runtime tests
are not run every day in our CI, but only on a weekly basis.

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] 6+ messages in thread

* Re: [Buildroot] [PATCH] package/systemd: bump to version 254.9
  2024-02-19 18:26 [Buildroot] [PATCH] package/systemd: bump to version 254.9 Marcus Hoffmann via buildroot
  2024-02-19 21:14 ` Yann E. MORIN
@ 2024-03-16 21:27 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-16 21:27 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot
  Cc: Norbert Lange, Marcus Hoffmann, Yann E. MORIN, Sen Hastings

>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>

Committed to 2023.11.x, thanks.

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

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

end of thread, other threads:[~2024-03-16 21:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19 18:26 [Buildroot] [PATCH] package/systemd: bump to version 254.9 Marcus Hoffmann via buildroot
2024-02-19 21:14 ` Yann E. MORIN
2024-02-19 21:30   ` Marcus Hoffmann via buildroot
2024-02-21 17:08     ` Yann E. MORIN
2024-02-21 17:45       ` Thomas Petazzoni via buildroot
2024-03-16 21:27 ` Peter Korsgaard

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