mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Andreas Helmcke <ahelmcke@ela-soft.com>
To: ptxdist@pengutronix.de
Cc: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: [ptxdist] [PATCH v2] less: version bump 590 -> 661
Date: Mon, 12 Aug 2024 15:54:41 +0200	[thread overview]
Message-ID: <20240812135440.1097053-2-ahelmcke@ela-soft.com> (raw)
In-Reply-To: <ZqyQl5NeS7TGnukk@pengutronix.de>

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 <ahelmcke@ela-soft.com>
---
 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




  reply	other threads:[~2024-08-12 13:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16 14:16 [ptxdist] [PATCH] " Andreas Helmcke
2024-08-02  7:53 ` Michael Olbrich
2024-08-12 13:54   ` Andreas Helmcke [this message]
2024-09-06 17:21     ` [ptxdist] [PATCH v2] " Michael Olbrich
2024-09-09  8:51       ` [ptxdist] [PATCH v3] " Andreas Helmcke
2024-09-12 12:12         ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240812135440.1097053-2-ahelmcke@ela-soft.com \
    --to=ahelmcke@ela-soft.com \
    --cc=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox