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 <[email protected]> > --- > 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 |
