From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 02 Aug 2024 09:52:59 +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 1sZn5v-005OoI-0P for lore@lore.pengutronix.de; Fri, 02 Aug 2024 09:52:59 +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 1sZn5t-000647-TC; Fri, 02 Aug 2024 09:52:57 +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 1sZn5M-00063x-Sd; Fri, 02 Aug 2024 09:52:24 +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 1sZn5M-003xLn-Dr; Fri, 02 Aug 2024 09:52:24 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sZn5M-00CPbc-1F; Fri, 02 Aug 2024 09:52:24 +0200 Date: Fri, 2 Aug 2024 09:52:24 +0200 From: Michael Olbrich To: Andreas Helmcke Message-ID: References: <20240716130118.71294-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240716130118.71294-2-ahelmcke@ela-soft.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] grep: version bump 3.8 -> 3.11 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 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 On Tue, Jul 16, 2024 at 03:01:19PM +0200, Andreas Helmcke wrote: > Various bug fixes and changes. > > link: https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00004.html > link: https://lists.gnu.org/archive/html/info-gnu/2023-03/msg00007.html > > added some autoconf defaults, but enabled year2038 option > > Signed-off-by: Andreas Helmcke > --- > rules/grep.make | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > diff --git a/rules/grep.make b/rules/grep.make > index a1dc4eb71..4c9fdada0 100644 > --- a/rules/grep.make > +++ b/rules/grep.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GREP) += grep > # > # Paths and names > # > -GREP_VERSION := 3.8 > -GREP_MD5 := dc6e4d18d4659e6e7552fc4a183c8ac9 > +GREP_VERSION := 3.11 > +GREP_MD5 := 7c9bbd74492131245f7cdb291fa142c0 > GREP := grep-$(GREP_VERSION) > GREP_SUFFIX := tar.xz > GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX)) > @@ -47,7 +47,14 @@ GREP_CONF_OPT := \ > --disable-assert \ > --disable-rpath \ > --disable-nls \ > - --$(call ptx/endis, PTXCONF_GREP_PCRE)-perl-regexp > + --$(call ptx/endis, PTXCONF_GREP_PCRE)-perl-regexp \ > + --enable-year2038 \ This should depend on PTXDIST_Y2038. See rules/tar.make for example. Always enabling it can fail with older toolchains. Michael > + --with-libsigsegv \ > + --without-included-regex \ > + --with-packager \ > + --with-packager-version \ > + --with-packager-bug-reports > + > > # ---------------------------------------------------------------------------- > # Target-Install > -- > 2.43.0 > > > -- 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 |