]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
less: Update to version 563
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 4 Feb 2021 12:56:27 +0000 (13:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Feb 2021 11:17:30 +0000 (11:17 +0000)
- Update less from 530 to 563
- No change in rootfile
- Changelog
Version 563 was released on 21 Oct 2020.
These are the differences between version 551 and version 563:
    Update Unicode tables.
    Treat Hangul Jamo medial vowels and final consonants as zero width.
    Display error message immediately when -o is toggled and input is not a pipe.
    Fix regression: make screen repaint when "squished" and a no-movement command is given.
    Fix erroneous EOF calculation when F command is interrupted.
    Make WIN32C version include this fix from 551: Don't count lines in initial screen if using -X with -F.
    Fix display bug in WIN32C version.
    Fix memory corruption when built with libtermcap.
    Fix crash on some systems due to realpath incompatibility.
    Support libtinfow.
Version 551 was released on 11 Jun 2019
551 is the same as 550 except for a few documentation changes.
Version 550 was released on 3 Jun 2019.
These are the differences between version 530 and version 550:
    Add --mouse option.
    Add --wheel-lines option.
    Add --no-histdups option.
    Add --save-marks option.
    Support PCRE2 regular expression library.
    Redraw screen on SIGWINCH even if screen size doesn't change.
    Shell-escape filenames in history so they can be used again.
    Ring bell if user enters invalid long option name.
    Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
    Windows: use wide-char string to set console title.
    Don't count lines in initial screen if using -X with -F.
    Support mingw build system.
    Fix bug in v command on empty file.
    Fix bug in v command when filename contains shell metacharacters.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/less

index 2b4534214c4a30e09a88865f30cff3340a0a2c1c..4d6cf48779656b443151371731be9d4148c9ca67 100644 (file)
--- a/lfs/less
+++ b/lfs/less
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 530
+VER        = 563
 
 THISAPP    = less-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6a39bccf420c946b0fd7ffc64961315b
+$(DL_FILE)_MD5 = 1ee44fa71447a845f6eef5b3f38d2781
 
 install : $(TARGET)