Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5
@ 2023-10-13  8:30 Adam Duskett
  2023-10-13  9:59 ` Norbert Lange
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adam Duskett @ 2023-10-13  8:30 UTC (permalink / raw)
  To: buildroot; +Cc: Norbert Lange, Adam Duskett, Yann E . MORIN, Sen Hastings

All tests passed in Debian 11 with the following command:

./support/testing/run-tests tests.init.test_systemd

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 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 10f4bc04fa..f0c3db60e7 100644
--- a/package/systemd/systemd.hash
+++ b/package/systemd/systemd.hash
@@ -1,5 +1,5 @@
 # sha256 locally computed
-sha256  18db69c8fc33afebf95a40cfa3769df5f0e4a07bccdebd33b2fd81c8b75e7a02  systemd-254.tar.gz
+sha256  41873783aa1c680e10d2f2626797a1c2fef8018d69b68c8c77639e140ee7846d  systemd-254.5.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 d220673572..d428765ec3 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
+SYSTEMD_VERSION = 254.5
 SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
 SYSTEMD_LICENSE = \
 	LGPL-2.1+, \
-- 
2.41.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5
  2023-10-13  8:30 [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5 Adam Duskett
@ 2023-10-13  9:59 ` Norbert Lange
  2023-10-15  8:54 ` Peter Korsgaard
  2023-10-15 18:24 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Norbert Lange @ 2023-10-13  9:59 UTC (permalink / raw)
  To: Adam Duskett; +Cc: Yann E . MORIN, Sen Hastings, buildroot

Am Fr., 13. Okt. 2023 um 10:30 Uhr schrieb Adam Duskett
<adam.duskett@amarulasolutions.com>:
>
> All tests passed in Debian 11 with the following command:
>
> ./support/testing/run-tests tests.init.test_systemd
>
> Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>

Acked-by: Norbert Lange <nolange79@gmail.com>

> ---
>  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 10f4bc04fa..f0c3db60e7 100644
> --- a/package/systemd/systemd.hash
> +++ b/package/systemd/systemd.hash
> @@ -1,5 +1,5 @@
>  # sha256 locally computed
> -sha256  18db69c8fc33afebf95a40cfa3769df5f0e4a07bccdebd33b2fd81c8b75e7a02  systemd-254.tar.gz
> +sha256  41873783aa1c680e10d2f2626797a1c2fef8018d69b68c8c77639e140ee7846d  systemd-254.5.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 d220673572..d428765ec3 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
> +SYSTEMD_VERSION = 254.5
>  SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
>  SYSTEMD_LICENSE = \
>         LGPL-2.1+, \
> --
> 2.41.0
>

Using an identical patch for a few days, no problems to be expected.

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

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

* Re: [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5
  2023-10-13  8:30 [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5 Adam Duskett
  2023-10-13  9:59 ` Norbert Lange
@ 2023-10-15  8:54 ` Peter Korsgaard
  2023-10-15 18:24 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-15  8:54 UTC (permalink / raw)
  To: Adam Duskett; +Cc: Norbert Lange, Yann E . MORIN, Sen Hastings, buildroot

>>>>> "Adam" == Adam Duskett <adam.duskett@amarulasolutions.com> writes:

 > All tests passed in Debian 11 with the following command:
 > ./support/testing/run-tests tests.init.test_systemd

 > Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>

Committed, thanks.

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

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

* Re: [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5
  2023-10-13  8:30 [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5 Adam Duskett
  2023-10-13  9:59 ` Norbert Lange
  2023-10-15  8:54 ` Peter Korsgaard
@ 2023-10-15 18:24 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-15 18:24 UTC (permalink / raw)
  To: Adam Duskett; +Cc: Norbert Lange, Yann E . MORIN, Sen Hastings, buildroot

>>>>> "Adam" == Adam Duskett <adam.duskett@amarulasolutions.com> writes:

 > All tests passed in Debian 11 with the following command:
 > ./support/testing/run-tests tests.init.test_systemd

 > Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>

Committed to 2023.08.x, thanks.

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

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

end of thread, other threads:[~2023-10-15 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13  8:30 [Buildroot] [PATCH 1/1] package/systemd: bump version to 254.5 Adam Duskett
2023-10-13  9:59 ` Norbert Lange
2023-10-15  8:54 ` Peter Korsgaard
2023-10-15 18:24 ` Peter Korsgaard

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