From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 30 Jun 2025 18:15:29 +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 1uWHAH-00Cfk7-2O for lore@lore.pengutronix.de; Mon, 30 Jun 2025 18:15:29 +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 1uWHAH-0004mK-EZ; Mon, 30 Jun 2025 18:15:29 +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 1uWH9d-0002Ut-5f; Mon, 30 Jun 2025 18:14:49 +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 1uWH9c-0068Gy-38; Mon, 30 Jun 2025 18:14:48 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uWH9c-00FkcQ-2x; Mon, 30 Jun 2025 18:14:48 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 30 Jun 2025 18:14:48 +0200 Message-Id: <20250630161448.3754115-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250617161233.150982-1-christian.melki@t2data.com> References: <20250617161233.150982-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] chrony: Version bump. 4.6.1 -> 4.7 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 f0a022e89fda62ad443e805a3a17a0405e9265a3. Michael [sent from post-receive hook] On Mon, 30 Jun 2025 18:14:48 +0200, Christian Melki wrote: > https://github.com/mlichvar/chrony/blob/4.7/NEWS > > * Forward patches, with offset adjustment. > > Signed-off-by: Christian Melki > Message-Id: <20250617161233.150982-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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 > 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)