From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Sep 2024 14:22:46 +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 1soiqU-003n6y-1v for lore@lore.pengutronix.de; Thu, 12 Sep 2024 14:22:46 +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 1soiqT-0006Gm-Jl; Thu, 12 Sep 2024 14:22:45 +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 1soigQ-00035U-KE; Thu, 12 Sep 2024 14:12:22 +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 1soigQ-007NTt-6Q; Thu, 12 Sep 2024 14:12:22 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1soigQ-00BHai-0V; Thu, 12 Sep 2024 14:12:22 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 12 Sep 2024 14:12:22 +0200 Message-Id: <20240912121222.2689221-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240909085117.27988-2-ahelmcke@ela-soft.com> References: <20240909085117.27988-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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: Andreas Helmcke 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 Thanks, applied as e16999af94770b6d8040ab3146a0d91a05c98b47. Michael [sent from post-receive hook] On Thu, 12 Sep 2024 14:12:22 +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 > Message-Id: <20240909085117.27988-2-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/less.make b/rules/less.make > index dbbf05b16fd2..d4a112b55a04 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) > @@ -24,8 +24,8 @@ LESS_DIR := $(BUILDDIR)/$(LESS) > LESS_LICENSE := GPL-3.0-or-later OR BSD-2-Clause > LESS_LICENSE_FILES := \ > file://README;startline=4;endline=13;md5=be18c1acf45c653f511cb4fd205021d4 \ > - file://LICENSE;md5=ba01d0cab7f62f7f2204c7780ff6a87d \ > - file://COPYING;md5=d32239bcb673463ab874e80d47fae504 > + file://LICENSE;md5=ea7ea443692720f3015859945c0fb65d \ > + file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 > > # ---------------------------------------------------------------------------- > # Prepare > @@ -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