* [ptxdist] [PATCH] chrony: Version bump. 4.8 -> 4.9
@ 2026-09-09 17:55 Christian Melki
2026-09-18 9:02 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-09-09 17:55 UTC (permalink / raw)
To: ptxdist
Various enhancements.
https://github.com/mlichvar/chrony/blob/4.9/NEWS
* Forward patchset, applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...001-configure-make-unrecognized-option-a-fatal-error.patch | 4 ++--
patches/{chrony-4.8 => chrony-4.9}/series | 0
rules/chrony.make | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{chrony-4.8 => chrony-4.9}/0001-configure-make-unrecognized-option-a-fatal-error.patch (89%)
rename patches/{chrony-4.8 => chrony-4.9}/series (100%)
diff --git a/patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.9/0001-configure-make-unrecognized-option-a-fatal-error.patch
similarity index 89%
rename from patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch
rename to patches/chrony-4.9/0001-configure-make-unrecognized-option-a-fatal-error.patch
index 2e7a7792f..f1d02e49a 100644
--- a/patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch
+++ b/patches/chrony-4.9/0001-configure-make-unrecognized-option-a-fatal-error.patch
@@ -12,10 +12,10 @@ Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
-index 195b1ed7076b..b5e7ac0e2b2f 100755
+index ef8892ed3c03..f2514ad37a01 100755
--- a/configure
+++ b/configure
-@@ -404,6 +404,7 @@ do
+@@ -401,6 +401,7 @@ do
;;
* )
echo "Unrecognized option : " $option
diff --git a/patches/chrony-4.8/series b/patches/chrony-4.9/series
similarity index 100%
rename from patches/chrony-4.8/series
rename to patches/chrony-4.9/series
diff --git a/rules/chrony.make b/rules/chrony.make
index d66783e0b..dad2ea466 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
#
# Paths and names
#
-CHRONY_VERSION := 4.8
-CHRONY_SHA256 := 33ea8eb2a4daeaa506e8fcafd5d6d89027ed6f2f0609645c6f149b560d301706
+CHRONY_VERSION := 4.9
+CHRONY_SHA256 := 4924c6f530105bcd5b9e9e33c48a2ae1bfd889222c8480bc41601110efc864d0
CHRONY := chrony-$(CHRONY_VERSION)
CHRONY_SUFFIX := tar.gz
CHRONY_URL := https://chrony-project.org/releases/$(CHRONY).$(CHRONY_SUFFIX)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ptxdist] [APPLIED] chrony: Version bump. 4.8 -> 4.9
2026-09-09 17:55 [ptxdist] [PATCH] chrony: Version bump. 4.8 -> 4.9 Christian Melki
@ 2026-09-18 9:02 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-09-18 9:02 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as cdec78b59fa5e69910cda4b0ef435fce64c84d32.
Michael
[sent from post-receive hook]
On Fri, 18 Sep 2026 11:02:17 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Various enhancements.
> https://github.com/mlichvar/chrony/blob/4.9/NEWS
>
> * Forward patchset, applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260909175554.621980-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.9/0001-configure-make-unrecognized-option-a-fatal-error.patch
> similarity index 89%
> rename from patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch
> rename to patches/chrony-4.9/0001-configure-make-unrecognized-option-a-fatal-error.patch
> index 2e7a7792f36b..f1d02e49ab54 100644
> --- a/patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch
> +++ b/patches/chrony-4.9/0001-configure-make-unrecognized-option-a-fatal-error.patch
> @@ -12,10 +12,10 @@ Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> -index 195b1ed7076b..b5e7ac0e2b2f 100755
> +index ef8892ed3c03..f2514ad37a01 100755
> --- a/configure
> +++ b/configure
> -@@ -404,6 +404,7 @@ do
> +@@ -401,6 +401,7 @@ do
> ;;
> * )
> echo "Unrecognized option : " $option
> diff --git a/patches/chrony-4.8/series b/patches/chrony-4.9/series
> similarity index 100%
> rename from patches/chrony-4.8/series
> rename to patches/chrony-4.9/series
> diff --git a/rules/chrony.make b/rules/chrony.make
> index d66783e0b20a..dad2ea466e35 100644
> --- a/rules/chrony.make
> +++ b/rules/chrony.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
> #
> # Paths and names
> #
> -CHRONY_VERSION := 4.8
> -CHRONY_SHA256 := 33ea8eb2a4daeaa506e8fcafd5d6d89027ed6f2f0609645c6f149b560d301706
> +CHRONY_VERSION := 4.9
> +CHRONY_SHA256 := 4924c6f530105bcd5b9e9e33c48a2ae1bfd889222c8480bc41601110efc864d0
> CHRONY := chrony-$(CHRONY_VERSION)
> CHRONY_SUFFIX := tar.gz
> CHRONY_URL := https://chrony-project.org/releases/$(CHRONY).$(CHRONY_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-18 9:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 17:55 [ptxdist] [PATCH] chrony: Version bump. 4.8 -> 4.9 Christian Melki
2026-09-18 9:02 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox