pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/less less: Update to 563



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a981dcc0b095
branches:  trunk
changeset: 444389:a981dcc0b095
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Jan 06 14:29:30 2021 +0000

description:
less: Update to 563

Changes:
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.

diffstat:

 misc/less/Makefile |   4 ++--
 misc/less/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 122f208624e7 -r a981dcc0b095 misc/less/Makefile
--- a/misc/less/Makefile        Wed Jan 06 14:27:45 2021 +0000
+++ b/misc/less/Makefile        Wed Jan 06 14:29:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/06/15 10:03:38 leot Exp $
+# $NetBSD: Makefile,v 1.29 2021/01/06 14:29:30 leot Exp $
 
-DISTNAME=      less-551
+DISTNAME=      less-563
 CATEGORIES=    misc
 MASTER_SITES=  http://www.greenwoodsoftware.com/less/
 
diff -r 122f208624e7 -r a981dcc0b095 misc/less/distinfo
--- a/misc/less/distinfo        Wed Jan 06 14:27:45 2021 +0000
+++ b/misc/less/distinfo        Wed Jan 06 14:29:30 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/06/15 10:03:38 leot Exp $
+$NetBSD: distinfo,v 1.20 2021/01/06 14:29:30 leot Exp $
 
-SHA1 (less-551.tar.gz) = 7a2dbccd46697ba17189b1e19f75eee5115c19a2
-RMD160 (less-551.tar.gz) = 7011513218523819c0565ffdda305c432a034c11
-SHA512 (less-551.tar.gz) = ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
-Size (less-551.tar.gz) = 347007 bytes
+SHA1 (less-563.tar.gz) = 5c19e0eb4e25f4d675af1fe65088d12e74355370
+RMD160 (less-563.tar.gz) = ef4480307871e4c0a26a29738b9706788b616357
+SHA512 (less-563.tar.gz) = 79384ff3faa33aeb86da6027c8b264df78f9f8c799af43dc5340e2ca3d86053c9be168140bfa05734a4217e65ef9939652b004d6a536f64b2e0ef3b74b07f535
+Size (less-563.tar.gz) = 335508 bytes



Home | Main Index | Thread Index | Old Index