From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 02 Jul 2024 14:30: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 1sOceL-000qAt-0G for lore@lore.pengutronix.de; Tue, 02 Jul 2024 14:30: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 1sOceK-0001Dg-OT; Tue, 02 Jul 2024 14:30: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 1sOcdv-00013B-MM; Tue, 02 Jul 2024 14:29:55 +0200 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 1sOcdv-006brF-9A; Tue, 02 Jul 2024 14:29:55 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sOcdv-00GrWJ-0k; Tue, 02 Jul 2024 14:29:55 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 2 Jul 2024 14:29:55 +0200 Message-Id: <20240702122955.4018961-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240624190512.1335767-2-ahelmcke@ela-soft.com> References: <20240624190512.1335767-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] ntpclient: version bump 2015_365 -> 2024_132; removed from staging 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: Andreas Helmcke 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 cade74fb1e18a7d3b4e30ee8a9d89423d8957bb4. Michael [sent from post-receive hook] On Tue, 02 Jul 2024 14:29:55 +0200, Andreas Helmcke wrote: > Only some minor bug fixes and changes to adapt to current gcc. > License: only URL to gplv2 changed > > Removed from staging since the project is still alive. > > Signed-off-by: Andreas Helmcke > Message-Id: <20240624190512.1335767-2-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/ntpclient_2015_365/0001-Makefile-add-installtarget.patch b/patches/ntpclient_2024_132/0001-Makefile-add-installtarget.patch > similarity index 100% > rename from patches/ntpclient_2015_365/0001-Makefile-add-installtarget.patch > rename to patches/ntpclient_2024_132/0001-Makefile-add-installtarget.patch > diff --git a/patches/ntpclient_2015_365/series b/patches/ntpclient_2024_132/series > similarity index 100% > rename from patches/ntpclient_2015_365/series > rename to patches/ntpclient_2024_132/series > diff --git a/rules/ntpclient.in b/rules/ntpclient.in > index 96288307ef9a..b657a2e4931a 100644 > --- a/rules/ntpclient.in > +++ b/rules/ntpclient.in > @@ -1,6 +1,4 @@ > -## SECTION=staging > -## old section: > -### SECTION=networking > +## SECTION=networking > > menuconfig NTPCLIENT > tristate > @@ -22,9 +20,6 @@ menuconfig NTPCLIENT > > See http://doolittle.icarus.com/ntpclient/ for details. > > - STAGING: remove in PTXdist 2025.05.0 > - Unmaintained in PTXdist. Upstream and URL are dead. > - > > if NTPCLIENT > > diff --git a/rules/ntpclient.make b/rules/ntpclient.make > index bf943e35dbe4..1b907f42ac28 100644 > --- a/rules/ntpclient.make > +++ b/rules/ntpclient.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_NTPCLIENT) += ntpclient > # > # Paths and names > # > -NTPCLIENT_VERSION := 2015_365 > -NTPCLIENT_MD5 := e0d0e6089dd3300b6958055340a7796f > +NTPCLIENT_VERSION := 2024_132 > +NTPCLIENT_MD5 := 847a3941a1b7218d6e73c44825c40138 > NTPCLIENT_SUFFIX := tar.gz > NTPCLIENT := ntpclient_$(NTPCLIENT_VERSION) > NTPCLIENT_TARBALL := $(NTPCLIENT).$(NTPCLIENT_SUFFIX) > @@ -25,7 +25,7 @@ NTPCLIENT_SOURCE := $(SRCDIR)/$(NTPCLIENT_TARBALL) > NTPCLIENT_DIR := $(BUILDDIR)/$(NTPCLIENT) > NTPCLIENT_LICENSE := GPL-2.0-only > NTPCLIENT_LICENSE_FILES := \ > - file://ntpclient.c;startline=6;endline=16;md5=3c2ff3dfb1e4846d1a114bd3b2e9fdbd > + file://ntpclient.c;startline=6;endline=16;md5=aaa51db4d92042ba01b32afb583c7809 > > # ---------------------------------------------------------------------------- > # Prepare