From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 02 Aug 2024 09:54:10 +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 1sZn74-005Op7-1V for lore@lore.pengutronix.de; Fri, 02 Aug 2024 09:54:10 +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 1sZn73-0006J0-H5; Fri, 02 Aug 2024 09:54:09 +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 1sZn6u-0006Iq-9Q; Fri, 02 Aug 2024 09:54:00 +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 1sZn6t-003xM0-Sg; Fri, 02 Aug 2024 09:53:59 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sZn6t-00CPkn-2i; Fri, 02 Aug 2024 09:53:59 +0200 Date: Fri, 2 Aug 2024 09:53:59 +0200 From: Michael Olbrich To: Andreas Helmcke Message-ID: References: <20240716141609.104014-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240716141609.104014-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] less: version bump 590 -> 661 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 04:16:09PM +0200, Andreas Helmcke wrote: > Various bug fixes and improvements. > Copyright only changed year. > > link: https://greenwoodsoftware.com/less/news.661.html > link: https://greenwoodsoftware.com/less/news.643.html > link: https://greenwoodsoftware.com/less/news.633.html > link: https://greenwoodsoftware.com/less/news.608.html > link: https://greenwoodsoftware.com/less/news.590.html > > remark: do not use option --with-secure since less won't build with secure mode enabled > even worse, even using --without-secure will set secure mode > > Signed-off-by: Andreas Helmcke > --- > rules/less.make | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/rules/less.make b/rules/less.make > index dbbf05b16..f454c0a6e 100644 > --- a/rules/less.make > +++ b/rules/less.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LESS) += less > # > # Paths and names > # > -LESS_VERSION := 590 > -LESS_MD5 := f029087448357812fba450091a1172ab > +LESS_VERSION := 661 > +LESS_MD5 := 44f54b6313c5d71fa1ac224d8d84766a > LESS := less-$(LESS_VERSION) > LESS_SUFFIX := tar.gz > LESS_URL := https://greenwoodsoftware.com/less/$(LESS).$(LESS_SUFFIX) > @@ -47,7 +47,9 @@ LESS_CONF_ENV := \ > LESS_CONF_TOOL := autoconf > LESS_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > - $(GLOBAL_LARGE_FILE_OPTION) > + $(GLOBAL_LARGE_FILE_OPTION) \ > + --enable-year2038 Conditional, see my mail for grep. Michael > + > > # ---------------------------------------------------------------------------- > # 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 |