* [ptxdist] [PATCH v2] chrony: Version bump. 4.6.1 -> 4.7
@ 2025-06-17 16:12 Christian Melki
2025-06-30 16:14 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-06-17 16:12 UTC (permalink / raw)
To: ptxdist
https://github.com/mlichvar/chrony/blob/4.7/NEWS
* Forward patches, with offset adjustment.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...001-configure-make-unrecognized-option-a-fatal-error.patch | 4 ++--
patches/{chrony-4.6.1 => chrony-4.7}/series | 0
rules/chrony.make | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{chrony-4.6.1 => chrony-4.7}/0001-configure-make-unrecognized-option-a-fatal-error.patch (89%)
rename patches/{chrony-4.6.1 => chrony-4.7}/series (100%)
diff --git a/patches/chrony-4.6.1/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch
similarity index 89%
rename from patches/chrony-4.6.1/0001-configure-make-unrecognized-option-a-fatal-error.patch
rename to patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch
index c7b762015..e0d7e8165 100644
--- a/patches/chrony-4.6.1/0001-configure-make-unrecognized-option-a-fatal-error.patch
+++ b/patches/chrony-4.7/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 eefe5de82cb6..000021624709 100755
+index bcd69449bcd0..3a54e6c3adeb 100755
--- a/configure
+++ b/configure
-@@ -410,6 +410,7 @@ do
+@@ -399,6 +399,7 @@ do
;;
* )
echo "Unrecognized option : " $option
diff --git a/patches/chrony-4.6.1/series b/patches/chrony-4.7/series
similarity index 100%
rename from patches/chrony-4.6.1/series
rename to patches/chrony-4.7/series
diff --git a/rules/chrony.make b/rules/chrony.make
index 647b78272..ee58ae164 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
#
# Paths and names
#
-CHRONY_VERSION := 4.6.1
-CHRONY_MD5 := 81a83f54d5f8e1d5fd9afcf8a40c493d
+CHRONY_VERSION := 4.7
+CHRONY_MD5 := a1ab6e972527a9cbf6bf862679352ed3
CHRONY := chrony-$(CHRONY_VERSION)
CHRONY_SUFFIX := tar.gz
CHRONY_URL := https://chrony-project.org/releases/$(CHRONY).$(CHRONY_SUFFIX)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] chrony: Version bump. 4.6.1 -> 4.7
2025-06-17 16:12 [ptxdist] [PATCH v2] chrony: Version bump. 4.6.1 -> 4.7 Christian Melki
@ 2025-06-30 16:14 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-06-30 16:14 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as f0a022e89fda62ad443e805a3a17a0405e9265a3.
Michael
[sent from post-receive hook]
On Mon, 30 Jun 2025 18:14:48 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> https://github.com/mlichvar/chrony/blob/4.7/NEWS
>
> * Forward patches, with offset adjustment.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250617161233.150982-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/chrony-4.6.1/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch
> similarity index 89%
> rename from patches/chrony-4.6.1/0001-configure-make-unrecognized-option-a-fatal-error.patch
> rename to patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch
> index c7b7620157c8..e0d7e816546f 100644
> --- a/patches/chrony-4.6.1/0001-configure-make-unrecognized-option-a-fatal-error.patch
> +++ b/patches/chrony-4.7/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 eefe5de82cb6..000021624709 100755
> +index bcd69449bcd0..3a54e6c3adeb 100755
> --- a/configure
> +++ b/configure
> -@@ -410,6 +410,7 @@ do
> +@@ -399,6 +399,7 @@ do
> ;;
> * )
> echo "Unrecognized option : " $option
> diff --git a/patches/chrony-4.6.1/series b/patches/chrony-4.7/series
> similarity index 100%
> rename from patches/chrony-4.6.1/series
> rename to patches/chrony-4.7/series
> diff --git a/rules/chrony.make b/rules/chrony.make
> index 647b78272020..ee58ae1641e9 100644
> --- a/rules/chrony.make
> +++ b/rules/chrony.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
> #
> # Paths and names
> #
> -CHRONY_VERSION := 4.6.1
> -CHRONY_MD5 := 81a83f54d5f8e1d5fd9afcf8a40c493d
> +CHRONY_VERSION := 4.7
> +CHRONY_MD5 := a1ab6e972527a9cbf6bf862679352ed3
> 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:[~2025-06-30 16:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-17 16:12 [ptxdist] [PATCH v2] chrony: Version bump. 4.6.1 -> 4.7 Christian Melki
2025-06-30 16:14 ` [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