mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] ntp: Version bump. 4.2.8p17 -> 4.2.8p18
@ 2024-05-31 21:38 Christian Melki
  2024-06-10 19:41 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-05-31 21:38 UTC (permalink / raw)
  To: ptxdist

Mostly bugfixes.
https://www.ntp.org/support/securitynotice/4_2_8-series-changelog/#428p18

* Remove obsoleted options.
* Correct a pthread build detection issue with gcc-14. Assume existing func.
Unfortunately, a patch didn't make it into p18. Probably nobody bothered with
the new compiler before releasing p18.
* License file had date changes.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/ntp.make | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/rules/ntp.make b/rules/ntp.make
index b813df9db..21bae26a1 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -15,15 +15,15 @@ PACKAGES-$(PTXCONF_NTP) += ntp
 #
 # Paths and names
 #
-NTP_VERSION	:= 4.2.8p17
-NTP_MD5		:= a15558df580bd1b955a105a8b91c078f
+NTP_VERSION	:= 4.2.8p18
+NTP_MD5		:= 516bdabd94ab7c824e9771390761a46c
 NTP		:= ntp-$(NTP_VERSION)
 NTP_SUFFIX	:= tar.gz
 NTP_URL		:= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$(NTP).$(NTP_SUFFIX)
 NTP_SOURCE	:= $(SRCDIR)/$(NTP).$(NTP_SUFFIX)
 NTP_DIR		:= $(BUILDDIR)/$(NTP)
 NTP_LICENSE	:= ntp
-NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=3a8ffebbcad335abf2c39fec38671eec
+NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=2311915f6d5142b06395231b0ffeaf29
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -32,6 +32,7 @@ NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=3a8ffebbcad335abf2c39fec38671eec
 NTP_CONF_ENV	:= \
 	$(CROSS_ENV) \
 	ac_cv_search_MD5Init=no \
+	ol_cv_func_pthread_detach=yes \
 	libopts_cv_test_dev_zero=yes \
 	ntp_cv_vsnprintf_percent_m=yes
 
@@ -60,7 +61,6 @@ NTP_CONF_OPT	:= \
 	--enable-linuxcaps \
 	--disable-solarisprivs \
 	--disable-trustedbsd-mac \
-	--without-arlib \
 	--without-net-snmp-config \
 	--disable-libseccomp \
 	--disable-debug-timing \
@@ -121,7 +121,6 @@ NTP_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_NTP_VARITEXT)-VARITEXT \
 	--$(call ptx/endis, PTXCONF_NTP_SEL240X)-SEL240X \
 	--$(call ptx/wwo, PTXCONF_NTP_CRYPTO)-crypto \
-	--without-rpath \
 	--$(call ptx/endis, PTXCONF_NTP_CRYPTO)-openssl-random \
 	--$(call ptx/endis, PTXCONF_NTP_CRYPTO)-autokey \
 	--disable-kmem \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] ntp: Version bump. 4.2.8p17 -> 4.2.8p18
  2024-05-31 21:38 [ptxdist] [PATCH v2] ntp: Version bump. 4.2.8p17 -> 4.2.8p18 Christian Melki
@ 2024-06-10 19:41 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-06-10 19:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 51ff3bc25728deae039274392929fc0f628249b3.

Michael

[sent from post-receive hook]

On Mon, 10 Jun 2024 21:41:41 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly bugfixes.
> https://www.ntp.org/support/securitynotice/4_2_8-series-changelog/#428p18
> 
> * Remove obsoleted options.
> * Correct a pthread build detection issue with gcc-14. Assume existing func.
> Unfortunately, a patch didn't make it into p18. Probably nobody bothered with
> the new compiler before releasing p18.
> * License file had date changes.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240531213827.624654-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/ntp.make b/rules/ntp.make
> index b813df9dbf7c..21bae26a1207 100644
> --- a/rules/ntp.make
> +++ b/rules/ntp.make
> @@ -15,15 +15,15 @@ PACKAGES-$(PTXCONF_NTP) += ntp
>  #
>  # Paths and names
>  #
> -NTP_VERSION	:= 4.2.8p17
> -NTP_MD5		:= a15558df580bd1b955a105a8b91c078f
> +NTP_VERSION	:= 4.2.8p18
> +NTP_MD5		:= 516bdabd94ab7c824e9771390761a46c
>  NTP		:= ntp-$(NTP_VERSION)
>  NTP_SUFFIX	:= tar.gz
>  NTP_URL		:= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$(NTP).$(NTP_SUFFIX)
>  NTP_SOURCE	:= $(SRCDIR)/$(NTP).$(NTP_SUFFIX)
>  NTP_DIR		:= $(BUILDDIR)/$(NTP)
>  NTP_LICENSE	:= ntp
> -NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=3a8ffebbcad335abf2c39fec38671eec
> +NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=2311915f6d5142b06395231b0ffeaf29
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -32,6 +32,7 @@ NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=3a8ffebbcad335abf2c39fec38671eec
>  NTP_CONF_ENV	:= \
>  	$(CROSS_ENV) \
>  	ac_cv_search_MD5Init=no \
> +	ol_cv_func_pthread_detach=yes \
>  	libopts_cv_test_dev_zero=yes \
>  	ntp_cv_vsnprintf_percent_m=yes
>  
> @@ -60,7 +61,6 @@ NTP_CONF_OPT	:= \
>  	--enable-linuxcaps \
>  	--disable-solarisprivs \
>  	--disable-trustedbsd-mac \
> -	--without-arlib \
>  	--without-net-snmp-config \
>  	--disable-libseccomp \
>  	--disable-debug-timing \
> @@ -121,7 +121,6 @@ NTP_CONF_OPT	:= \
>  	--$(call ptx/endis, PTXCONF_NTP_VARITEXT)-VARITEXT \
>  	--$(call ptx/endis, PTXCONF_NTP_SEL240X)-SEL240X \
>  	--$(call ptx/wwo, PTXCONF_NTP_CRYPTO)-crypto \
> -	--without-rpath \
>  	--$(call ptx/endis, PTXCONF_NTP_CRYPTO)-openssl-random \
>  	--$(call ptx/endis, PTXCONF_NTP_CRYPTO)-autokey \
>  	--disable-kmem \



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

end of thread, other threads:[~2024-06-10 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-31 21:38 [ptxdist] [PATCH v2] ntp: Version bump. 4.2.8p17 -> 4.2.8p18 Christian Melki
2024-06-10 19:41 ` [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