public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] less: Update to version 608
Date: Mon, 09 Jan 2023 18:27:43 +0000	[thread overview]
Message-ID: <72fa83a3-6d3a-8c6a-fbc4-c1b9730feaff@ipfire.org> (raw)
In-Reply-To: <20230101140715.3041415-4-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3632 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from version 590 to 608
> - Update of rootfile not required
> - Changelog
>     Major changes between "less" versions 590 and 608
> 	* Add the --header option (github #43).
> 	* Add the --no-number-headers option (github #178).
> 	* Add the --status-line option.
> 	* Add the --redraw-on-quit option (github #36).
> 	* Add the --search-options option (github #213).
> 	* Add the --exit-follow-on-close option (github #244).
> 	* Add 'H' color type to set color of header lines.
> 	* Add #version conditional to lesskey.
> 	* Add += syntax to variable section in lesskey files.
> 	* Allow option name in -- command to end with '=' in addition to '\n'.
> 	* Add $HOME/.config to possible locations of lesskey file (github #153).
> 	* Add $XDG_STATE_HOME and $HOME/.local/state to possible locations
> 	  of history file (github #223).
> 	* Don't read or write history file in secure mode (github #201).
> 	* Fix display of multibyte and double-width chars in prompt.
> 	* Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08
> 	  (github #188).
> 	* Add more \k codes to lesskey format.
> 	* Fix bug when empty file is modified while viewing it.
> 	* Fix bug when parsing a malformed lesskey file (githb #234).
> 	* Fix bug scrolling history when --incsearch is set (github #214).
> 	* Fix buffer overflow when invoking lessecho with more than 63 -m/-n
> 	  options (github #198).
> 	* Fix buffer overflow in bin_file (github #271).
> 	* Fix bug restoring color at end of highlighted text.
> 	* Fix bug in parsing lesskey file.
> 	* Defer moving cursor to lower left in some more cases.
> 	* Suppress TAB filename expansion in some cases where it doesn't make sense.
> 	* Fix termlib detection when compiler doesn't accept
> 	  calls to undeclared functions.
> 	* Fix bug in input of non-ASCII characters on Windows (github #247)
> 	* Escape filenames when invoking LESSCLOSE.
> 	* Fix bug using multibyte UTF-8 char in search string
> 	  with --incsearch (github #273).
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/less | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/less b/lfs/less
> index f99718c6b..0ba8938f2 100644
> --- a/lfs/less
> +++ b/lfs/less
> @@ -1,7 +1,7 @@
>  ###############################################################################
>  #                                                                             #
>  # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2019  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
>  #                                                                             #
>  # This program is free software: you can redistribute it and/or modify        #
>  # it under the terms of the GNU General Public License as published by        #
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 590
> +VER        = 608
>  
>  THISAPP    = less-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
> +$(DL_FILE)_BLAKE2 = 988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6
>  
>  install : $(TARGET)
>  

  reply	other threads:[~2023-01-09 18:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-01 14:07 [PATCH] keyutils: Update to version 1.6.3 Adolf Belka
2023-01-01 14:07 ` [PATCH] knot: Update to version 3.2.4 Adolf Belka
2023-01-09 18:28   ` Peter Müller
2023-01-01 14:07 ` [PATCH] lcms2: Update to version 2.14 Adolf Belka
2023-01-09 18:28   ` Peter Müller
2023-01-01 14:07 ` [PATCH] less: Update to version 608 Adolf Belka
2023-01-09 18:27   ` Peter Müller [this message]
2023-01-09 18:29 ` [PATCH] keyutils: Update to version 1.6.3 Peter Müller

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=72fa83a3-6d3a-8c6a-fbc4-c1b9730feaff@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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