From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 06 Sep 2024 19:22: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 1smcew-001wjq-1n for lore@lore.pengutronix.de; Fri, 06 Sep 2024 19:22: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 1smcev-0007KM-I5; Fri, 06 Sep 2024 19:22: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 1smceX-0007KD-DZ; Fri, 06 Sep 2024 19:21:45 +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 1smceW-005zqq-UI; Fri, 06 Sep 2024 19:21:44 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1smceW-007SvF-2s; Fri, 06 Sep 2024 19:21:44 +0200 Date: Fri, 6 Sep 2024 19:21:44 +0200 From: Michael Olbrich To: Andreas Helmcke Message-ID: References: <20240812135440.1097053-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240812135440.1097053-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 v2] 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 Mon, Aug 12, 2024 at 03:54:41PM +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 The hash for the license file change. Please make the appropriate changes and add a comment about what changed to the commit message. Michael > Signed-off-by: Andreas Helmcke > --- > v2: Make option for the year 2038 dependent on PTXDIST_Y2038 > > rules/less.make | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/rules/less.make b/rules/less.make > index dbbf05b16..9757227da 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) \ > + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \ > + > > # ---------------------------------------------------------------------------- > # 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 |