mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] chrony: Version bump. 4.4 -> 4.5
@ 2023-12-07 19:40 Christian Melki
  2023-12-13  7:47 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-12-07 19:40 UTC (permalink / raw)
  To: ptxdist

Various fixes.
https://github.com/mlichvar/chrony/compare/4.4...4.5
https://github.com/mlichvar/chrony/blob/4.5/NEWS
Chrony could do with a little bit of option polishing.

* Forward patch, fix offset. Applies ok.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...001-configure-make-unrecognized-option-a-fatal-error.patch | 4 ++--
 patches/{chrony-4.4 => chrony-4.5}/series                     | 0
 rules/chrony.make                                             | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename patches/{chrony-4.4 => chrony-4.5}/0001-configure-make-unrecognized-option-a-fatal-error.patch (89%)
 rename patches/{chrony-4.4 => chrony-4.5}/series (100%)

diff --git a/patches/chrony-4.4/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.5/0001-configure-make-unrecognized-option-a-fatal-error.patch
similarity index 89%
rename from patches/chrony-4.4/0001-configure-make-unrecognized-option-a-fatal-error.patch
rename to patches/chrony-4.5/0001-configure-make-unrecognized-option-a-fatal-error.patch
index 01f213633..c7b762015 100644
--- a/patches/chrony-4.4/0001-configure-make-unrecognized-option-a-fatal-error.patch
+++ b/patches/chrony-4.5/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 323f5743cd57..080f7bce746d 100755
+index eefe5de82cb6..000021624709 100755
 --- a/configure
 +++ b/configure
-@@ -388,6 +388,7 @@ do
+@@ -410,6 +410,7 @@ do
      ;;
      * )
      echo "Unrecognized option : " $option
diff --git a/patches/chrony-4.4/series b/patches/chrony-4.5/series
similarity index 100%
rename from patches/chrony-4.4/series
rename to patches/chrony-4.5/series
diff --git a/rules/chrony.make b/rules/chrony.make
index b7e831eed..faa7e9a69 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
 #
 # Paths and names
 #
-CHRONY_VERSION	:= 4.4
-CHRONY_MD5	:= f9876c57f9385c193c806ad8d5c6aec7
+CHRONY_VERSION	:= 4.5
+CHRONY_MD5	:= fa50d026df54f9919e6a37fae1258c61
 CHRONY		:= chrony-$(CHRONY_VERSION)
 CHRONY_SUFFIX	:= tar.gz
 CHRONY_URL	:= http://download.tuxfamily.org/chrony/$(CHRONY).$(CHRONY_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] chrony: Version bump. 4.4 -> 4.5
  2023-12-07 19:40 [ptxdist] [PATCH] chrony: Version bump. 4.4 -> 4.5 Christian Melki
@ 2023-12-13  7:47 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-12-13  7:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 5853b9c05e5eddc47786ab48f44fba4e758c75ca.

Michael

[sent from post-receive hook]

On Wed, 13 Dec 2023 08:47:28 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Various fixes.
> https://github.com/mlichvar/chrony/compare/4.4...4.5
> https://github.com/mlichvar/chrony/blob/4.5/NEWS
> Chrony could do with a little bit of option polishing.
> 
> * Forward patch, fix offset. Applies ok.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231207194031.981319-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/chrony-4.4/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.5/0001-configure-make-unrecognized-option-a-fatal-error.patch
> similarity index 89%
> rename from patches/chrony-4.4/0001-configure-make-unrecognized-option-a-fatal-error.patch
> rename to patches/chrony-4.5/0001-configure-make-unrecognized-option-a-fatal-error.patch
> index 01f2136338b9..c7b7620157c8 100644
> --- a/patches/chrony-4.4/0001-configure-make-unrecognized-option-a-fatal-error.patch
> +++ b/patches/chrony-4.5/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 323f5743cd57..080f7bce746d 100755
> +index eefe5de82cb6..000021624709 100755
>  --- a/configure
>  +++ b/configure
> -@@ -388,6 +388,7 @@ do
> +@@ -410,6 +410,7 @@ do
>       ;;
>       * )
>       echo "Unrecognized option : " $option
> diff --git a/patches/chrony-4.4/series b/patches/chrony-4.5/series
> similarity index 100%
> rename from patches/chrony-4.4/series
> rename to patches/chrony-4.5/series
> diff --git a/rules/chrony.make b/rules/chrony.make
> index b7e831eedd5a..faa7e9a691d9 100644
> --- a/rules/chrony.make
> +++ b/rules/chrony.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
>  #
>  # Paths and names
>  #
> -CHRONY_VERSION	:= 4.4
> -CHRONY_MD5	:= f9876c57f9385c193c806ad8d5c6aec7
> +CHRONY_VERSION	:= 4.5
> +CHRONY_MD5	:= fa50d026df54f9919e6a37fae1258c61
>  CHRONY		:= chrony-$(CHRONY_VERSION)
>  CHRONY_SUFFIX	:= tar.gz
>  CHRONY_URL	:= http://download.tuxfamily.org/chrony/$(CHRONY).$(CHRONY_SUFFIX)



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

end of thread, other threads:[~2023-12-13  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07 19:40 [ptxdist] [PATCH] chrony: Version bump. 4.4 -> 4.5 Christian Melki
2023-12-13  7:47 ` [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