From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 08 Sep 2025 09:24:21 +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 1uvWEf-000Yjh-1c for lore@lore.pengutronix.de; Mon, 08 Sep 2025 09:24:21 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uvWEe-00081z-Lt; Mon, 08 Sep 2025 09:24:20 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uvWEZ-0007hX-Ep; Mon, 08 Sep 2025 09:24:15 +0200 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 1uvWEZ-000D6j-0q; Mon, 08 Sep 2025 09:24:15 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1uvWEZ-0000000Ej4J-0tii; Mon, 08 Sep 2025 09:24:15 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 8 Sep 2025 09:24:15 +0200 Message-ID: <20250908072415.3509828-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250901181726.1538000-1-christian.melki@t2data.com> References: <20250901181726.1538000-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] chrony: Version bump. 4.7 -> 4.8 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 50f4e0398e564fa9d8a8480d5d17c659e88e14ee. Michael [sent from post-receive hook] On Mon, 08 Sep 2025 09:24:15 +0200, Christian Melki wrote: > Nothing major. The most interesting tidbit is the chronyc non-privileged user. > In case somebody cares, this should probably be set to something other than a > privileged user. > https://github.com/mlichvar/chrony/blob/4.8/NEWS > > * Forward patchset, applies cleanly with offset adjustment. > > Signed-off-by: Christian Melki > Message-Id: <20250901181726.1538000-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch > similarity index 89% > rename from patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch > rename to patches/chrony-4.8/0001-configure-make-unrecognized-option-a-fatal-error.patch > index e0d7e816546f..2e7a7792f36b 100644 > --- a/patches/chrony-4.7/0001-configure-make-unrecognized-option-a-fatal-error.patch > +++ b/patches/chrony-4.8/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 bcd69449bcd0..3a54e6c3adeb 100755 > +index 195b1ed7076b..b5e7ac0e2b2f 100755 > --- a/configure > +++ b/configure > -@@ -399,6 +399,7 @@ do > +@@ -404,6 +404,7 @@ do > ;; > * ) > echo "Unrecognized option : " $option > diff --git a/patches/chrony-4.7/series b/patches/chrony-4.8/series > similarity index 100% > rename from patches/chrony-4.7/series > rename to patches/chrony-4.8/series > diff --git a/rules/chrony.make b/rules/chrony.make > index b0e28c4d2b45..b8adb98125e9 100644 > --- a/rules/chrony.make > +++ b/rules/chrony.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony > # > # Paths and names > # > -CHRONY_VERSION := 4.7 > -CHRONY_MD5 := a1ab6e972527a9cbf6bf862679352ed3 > +CHRONY_VERSION := 4.8 > +CHRONY_MD5 := 0ad862b6d40b84abe145b13d9f1d8025 > CHRONY := chrony-$(CHRONY_VERSION) > CHRONY_SUFFIX := tar.gz > CHRONY_URL := https://chrony-project.org/releases/$(CHRONY).$(CHRONY_SUFFIX)