mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ntpclient: version bump 2015_365 -> 2024_132; removed from staging
@ 2024-06-24 16:36 Andreas Helmcke
  2024-06-24 17:03 ` [ptxdist] [PATCH v2] " Andreas Helmcke
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Helmcke @ 2024-06-24 16:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Only some minor bug fixes and changes to adapt to current gcc.

Removed from staging since the project is still alive.

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/ntpclient.in   |  7 +------
 rules/ntpclient.make | 12 ++++++++++--
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/rules/ntpclient.in b/rules/ntpclient.in
index 96288307e..b657a2e49 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 bf943e35d..51c105efc 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)
@@ -57,6 +57,14 @@ endif
 
 NTPCLIENT_MAKE_OPT += CFLAGS='-O2 $(NTPCLIENT_CFLAGS)'
 
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/ntpclient.install:
+	@$(call targetinfo)
+	@$(call touch)
+
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.43.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH v2] ntpclient: version bump 2015_365 -> 2024_132; removed from staging
  2024-06-24 16:36 [ptxdist] [PATCH] ntpclient: version bump 2015_365 -> 2024_132; removed from staging Andreas Helmcke
@ 2024-06-24 17:03 ` Andreas Helmcke
  2024-06-24 19:05   ` [ptxdist] [PATCH v3] " Andreas Helmcke
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Helmcke @ 2024-06-24 17:03 UTC (permalink / raw)
  To: ptxdist

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 <ahelmcke@ela-soft.com>
---
 v2: updated license hash


 rules/ntpclient.in   |  7 +------
 rules/ntpclient.make | 14 +++++++++++---
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/rules/ntpclient.in b/rules/ntpclient.in
index 96288307e..b657a2e49 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 bf943e35d..cc7942f61 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
@@ -57,6 +57,14 @@ endif
 
 NTPCLIENT_MAKE_OPT += CFLAGS='-O2 $(NTPCLIENT_CFLAGS)'
 
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/ntpclient.install:
+	@$(call targetinfo)
+	@$(call touch)
+
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.43.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH v3] ntpclient: version bump 2015_365 -> 2024_132; removed from staging
  2024-06-24 17:03 ` [ptxdist] [PATCH v2] " Andreas Helmcke
@ 2024-06-24 19:05   ` Andreas Helmcke
  2024-07-02 12:29     ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Helmcke @ 2024-06-24 19:05 UTC (permalink / raw)
  To: ptxdist

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 <ahelmcke@ela-soft.com>
---
  v3: fixed install target (i missed the patch series)
  v2: updated license hash

 .../0001-Makefile-add-installtarget.patch                  | 0
 patches/{ntpclient_2015_365 => ntpclient_2024_132}/series  | 0
 rules/ntpclient.in                                         | 7 +------
 rules/ntpclient.make                                       | 6 +++---
 4 files changed, 4 insertions(+), 9 deletions(-)
 rename patches/{ntpclient_2015_365 => ntpclient_2024_132}/0001-Makefile-add-installtarget.patch (100%)
 rename patches/{ntpclient_2015_365 => ntpclient_2024_132}/series (100%)

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 96288307e..b657a2e49 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 bf943e35d..1b907f42a 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
-- 
2.43.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] ntpclient: version bump 2015_365 -> 2024_132; removed from staging
  2024-06-24 19:05   ` [ptxdist] [PATCH v3] " Andreas Helmcke
@ 2024-07-02 12:29     ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-07-02 12:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as cade74fb1e18a7d3b4e30ee8a9d89423d8957bb4.

Michael

[sent from post-receive hook]

On Tue, 02 Jul 2024 14:29:55 +0200, Andreas Helmcke <ahelmcke@ela-soft.com> 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 <ahelmcke@ela-soft.com>
> Message-Id: <20240624190512.1335767-2-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-02 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-24 16:36 [ptxdist] [PATCH] ntpclient: version bump 2015_365 -> 2024_132; removed from staging Andreas Helmcke
2024-06-24 17:03 ` [ptxdist] [PATCH v2] " Andreas Helmcke
2024-06-24 19:05   ` [ptxdist] [PATCH v3] " Andreas Helmcke
2024-07-02 12:29     ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox