From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 18 Sep 2026 11:02:39 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x7UUR-003Vh7-0E for lore@lore.pengutronix.de; Fri, 18 Sep 2026 11:02:39 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x7UUP-0005oF-UC; Fri, 18 Sep 2026 11:02:37 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x7UU5-0004K2-9f for ptxdist@pengutronix.de; Fri, 18 Sep 2026 11:02:18 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 3D54C20004A; Fri, 18 Sep 2026 11:02:17 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x7UU5-001Xlg-0Y; Fri, 18 Sep 2026 11:02:17 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x7UU5-0000000768G-0V9A; Fri, 18 Sep 2026 11:02:17 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 18 Sep 2026 11:02:17 +0200 Message-ID: <20260918090217.1691862-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260909175554.621980-1-christian.melki@t2data.com> References: <20260909175554.621980-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [APPLIED] chrony: Version bump. 4.8 -> 4.9 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as cdec78b59fa5e69910cda4b0ef435fce64c84d32. Michael [sent from post-receive hook] On Fri, 18 Sep 2026 11:02:17 +0200, Christian Melki wrote: > Various enhancements. > https://github.com/mlichvar/chrony/blob/4.9/NEWS > > * Forward patchset, applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20260909175554.621980-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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 > 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)