From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Apr 2022 21:34:00 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1neikb-000xCT-Qa for lore@lore.pengutronix.de; Wed, 13 Apr 2022 21:34:00 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1neikZ-0000hQ-Mo; Wed, 13 Apr 2022 21:33:59 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1neijw-0000h7-GR; Wed, 13 Apr 2022 21:33:20 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1neijx-002qEJ-2p; Wed, 13 Apr 2022 21:33:19 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1neiju-00GqpK-Aa; Wed, 13 Apr 2022 21:33:18 +0200 Date: Wed, 13 Apr 2022 21:33:18 +0200 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220412085619.543715-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220412085619.543715-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] ntp: Version bump. 4.2.8p12 -> 4.2.8p15 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: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, Apr 12, 2022 at 10:56:19AM +0200, Christian Melki wrote: > Almost 4 years worth of bugfixes. > https://fossies.org/linux/ntp/ChangeLog > > * Drop old patchset, it was fixed in p14. > * Add new patch to circumvent issues with glibc-2.34+. The license file changed. Michael > Signed-off-by: Christian Melki > --- > .../0001-make-the-build-reproducible.patch | 26 ----------------- > patches/ntp-4.2.8p12/series | 4 --- > ...o-not-use-PTHREAD_STACK_MIN-on-glibc.patch | 29 +++++++++++++++++++ > patches/ntp-4.2.8p15/series | 4 +++ > rules/ntp.make | 4 +-- > 5 files changed, 35 insertions(+), 32 deletions(-) > delete mode 100644 patches/ntp-4.2.8p12/0001-make-the-build-reproducible.patch > delete mode 100644 patches/ntp-4.2.8p12/series > create mode 100644 patches/ntp-4.2.8p15/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch > create mode 100644 patches/ntp-4.2.8p15/series > > diff --git a/patches/ntp-4.2.8p12/0001-make-the-build-reproducible.patch b/patches/ntp-4.2.8p12/0001-make-the-build-reproducible.patch > deleted file mode 100644 > index 5c70b10a2..000000000 > --- a/patches/ntp-4.2.8p12/0001-make-the-build-reproducible.patch > +++ /dev/null > @@ -1,26 +0,0 @@ > -From: Michael Olbrich > -Date: Tue, 23 Oct 2018 00:21:54 +0200 > -Subject: [PATCH] make the build reproducible > - > -Don't include the current date / time into the build. > - > -Original patch from Debian. > - > -Signed-off-by: Michael Olbrich > ---- > - scripts/build/mkver.in | 2 -- > - 1 file changed, 2 deletions(-) > - > -diff --git a/scripts/build/mkver.in b/scripts/build/mkver.in > -index 3aef1c816a7f..badd2cda8c1f 100644 > ---- a/scripts/build/mkver.in > -+++ b/scripts/build/mkver.in > -@@ -15,8 +15,6 @@ case "@VER_SUFFIX@" in > - *) ConfStr="${ConfStr}-@VER_SUFFIX@" ;; > - esac > - > --ConfStr="$ConfStr `LC_TIME=C TZ=UTC date`" > -- > - if [ ! -f .version ]; then > - echo 0 > .version > - fi > diff --git a/patches/ntp-4.2.8p12/series b/patches/ntp-4.2.8p12/series > deleted file mode 100644 > index 6b9bdfd27..000000000 > --- a/patches/ntp-4.2.8p12/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-make-the-build-reproducible.patch > -# a698708e9f96ed91827a81d376db1955 - git-ptx-patches magic > diff --git a/patches/ntp-4.2.8p15/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch b/patches/ntp-4.2.8p15/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch > new file mode 100644 > index 000000000..017b4d41f > --- /dev/null > +++ b/patches/ntp-4.2.8p15/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch > @@ -0,0 +1,29 @@ > +From: Khem Raj > +Date: Sat, 31 Jul 2021 10:51:41 -0700 > +Subject: [PATCH] libntp: Do not use PTHREAD_STACK_MIN on glibc > + > +In glibc 2.34+ PTHREAD_STACK_MIN is not a compile-time constant which > +could mean different stack sizes at runtime on different architectures > +and it also causes compile failure. Default glibc thread stack size > +or 64Kb set by ntp should be good in glibc these days. > + > +Signed-off-by: Khem Raj > +[Copied from https://github.com/openembedded/meta-openembedded/blob/master/meta-networking/recipes-support/ntp/ntp/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch] > +Signed-off-by: Alexey Brodkin > +--- > + libntp/work_thread.c | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/libntp/work_thread.c b/libntp/work_thread.c > +index 03a5647bea36..3ddd751557e0 100644 > +--- a/libntp/work_thread.c > ++++ b/libntp/work_thread.c > +@@ -41,7 +41,7 @@ > + #ifndef THREAD_MINSTACKSIZE > + # define THREAD_MINSTACKSIZE (64U * 1024) > + #endif > +-#ifndef __sun > ++#if !defined(__sun) && !defined(__GLIBC__) > + #if defined(PTHREAD_STACK_MIN) && THREAD_MINSTACKSIZE < PTHREAD_STACK_MIN > + # undef THREAD_MINSTACKSIZE > + # define THREAD_MINSTACKSIZE PTHREAD_STACK_MIN > diff --git a/patches/ntp-4.2.8p15/series b/patches/ntp-4.2.8p15/series > new file mode 100644 > index 000000000..7a2de77a2 > --- /dev/null > +++ b/patches/ntp-4.2.8p15/series > @@ -0,0 +1,4 @@ > +# generated by git-ptx-patches > +#tag:base --start-number 1 > +0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch > +# e85ebd807ca50b5d07918a17d9595773 - git-ptx-patches magic > diff --git a/rules/ntp.make b/rules/ntp.make > index 168cfc2c4..332778118 100644 > --- a/rules/ntp.make > +++ b/rules/ntp.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_NTP) += ntp > # > # Paths and names > # > -NTP_VERSION := 4.2.8p12 > -NTP_MD5 := 1522d66574bae14abb2622746dad2bdc > +NTP_VERSION := 4.2.8p15 > +NTP_MD5 := e1e6b23d2fc75cced41801dbcd6c2561 > 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) > -- > 2.32.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de