pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/less
Module Name: pkgsrc
Committed By: pin
Date: Thu Nov 21 08:18:00 UTC 2024
Modified Files:
pkgsrc/misc/less: Makefile distinfo
Log Message:
misc/less: update to 668
Version 668 was released for beta testing on 9 Oct 2024, and was released for general use on 17 Oct 2024.
These are the differences between version 661 and version 668:
Make 256/true colors work better on Windows without -Da (github #539, github #546, github #562).
Fix build using --with-secure (github #544).
Fix crash when using --header on command line (github #545).
Fix possible crash when scrolling left/right or toggling -S (github #547).
Fix bug when using #stop in a lesskey file (github #551).
Fix bug when using --shift or --match-shift on command line with a parameter starting with '.' (github #554).
Fix bug in R command when file size changes (github #553).
Fix bug using --header when file does not fill screen (github #556).
Fix ^X bug when output is not a terminal (github #558).
Fix bug where ^Z is not handled immediately (github #563).
Fix bug where first byte from a LESSOPEN filter is deleted if it is greater than 0x7F (github #568).
Fix uninitialized variable in edit_ifile (github #573).
Fix incorrect handling of UTF-8 chars in prompts (github #576).
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/less/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/less/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/less/Makefile
diff -u pkgsrc/misc/less/Makefile:1.33 pkgsrc/misc/less/Makefile:1.34
--- pkgsrc/misc/less/Makefile:1.33 Sat Aug 3 13:38:25 2024
+++ pkgsrc/misc/less/Makefile Thu Nov 21 08:18:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/08/03 13:38:25 pin Exp $
+# $NetBSD: Makefile,v 1.34 2024/11/21 08:18:00 pin Exp $
-DISTNAME= less-661
+DISTNAME= less-668
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/
Index: pkgsrc/misc/less/distinfo
diff -u pkgsrc/misc/less/distinfo:1.26 pkgsrc/misc/less/distinfo:1.27
--- pkgsrc/misc/less/distinfo:1.26 Sat Aug 3 13:38:25 2024
+++ pkgsrc/misc/less/distinfo Thu Nov 21 08:18:00 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2024/08/03 13:38:25 pin Exp $
+$NetBSD: distinfo,v 1.27 2024/11/21 08:18:00 pin Exp $
-BLAKE2s (less-661.tar.gz) = e11b7023c10fb878a4c824b0b2ac2cb0258f032684248fbf5d96d00195a3bd85
-SHA512 (less-661.tar.gz) = 49d81ff9e79d43ce0271490e3bffd590b4aed5fcb387bc8eb3128de99e5b5a5ede2e2818b546f6e3a140fa6261f1de3dfba1231f7ff7ef18502bb7030eaea1b5
-Size (less-661.tar.gz) = 648198 bytes
+BLAKE2s (less-668.tar.gz) = 3c53781911125281b7c36be58035b7ed00c071d2793dc54bbfd62867aee81f8c
+SHA512 (less-668.tar.gz) = 6527741a609849ec27b6ab35de46f2c5c2b2771391e3efe263207bee28915946f44331a42f832a7cb42231a19b135cbadc15ae02cd997b83a13cdfbc7213fc27
+Size (less-668.tar.gz) = 649770 bytes
SHA1 (patch-Makefile.in) = 1cc7782c01fcae1481cd1c738014683c7bb0a67a
Home |
Main Index |
Thread Index |
Old Index