From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Dec 2023 08:48:03 +0100 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 1rDJyM-00211n-1V for lore@lore.pengutronix.de; Wed, 13 Dec 2023 08:48:03 +0100 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 1rDJyN-0000ix-2W; Wed, 13 Dec 2023 08:48:03 +0100 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 1rDJxp-0008Gd-57; Wed, 13 Dec 2023 08:47:29 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rDJxo-00FWLy-OM; Wed, 13 Dec 2023 08:47:28 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rDJxo-002uls-2I; Wed, 13 Dec 2023 08:47:28 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 13 Dec 2023 08:47:28 +0100 Message-Id: <20231213074728.694877-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231207194031.981319-1-christian.melki@t2data.com> References: <20231207194031.981319-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] chrony: Version bump. 4.4 -> 4.5 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 5853b9c05e5eddc47786ab48f44fba4e758c75ca. Michael [sent from post-receive hook] On Wed, 13 Dec 2023 08:47:28 +0100, Christian Melki 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 > Message-Id: <20231207194031.981319-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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 > 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)