less: upgrade 590 -> 598

Message ID 1639434614-2679-1-git-send-email-zhengrq.fnst@fujitsu.com
State Accepted, archived
Commit 13ae6af462d06a3fb8eaca18e6a367a097778211
Headers show
Series less: upgrade 590 -> 598 | expand

Commit Message

zhengrq.fnst@fujitsu.com Dec. 13, 2021, 10:30 p.m. UTC
Changelog between version 590 and version 598:
=============================================
Add the --header option.
Add the --no-number-headers option.
Add the --status-line option.
Add the --redraw-on-quit option.
Add the --search-options option.
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.
Add $XDG_STATE_HOME and $HOME/.local/state to possible locations of history file.
Don't read or write history file in secure mode.
Fix display of multibyte and double-width chars in prompt.
Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08.
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.
Fix bug scrolling history when --incsearch is set.
Fix buffer overflow when invoking lessecho with more than 63 -m/-n options.
Fix display bugs with --header.
Fix bug restoring color at end of highlighted text.
Fix bug in parsing lesskey file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 meta/recipes-extended/less/{less_590.bb => less_598.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/less/{less_590.bb => less_598.bb} (87%)

Comments

Konrad Weihmann Dec. 13, 2021, 1:32 p.m. UTC | #1
On 13.12.21 23:30, zhengruoqin wrote:
> Changelog between version 590 and version 598:
> =============================================
> Add the --header option.
> Add the --no-number-headers option.
> Add the --status-line option.
> Add the --redraw-on-quit option.
> Add the --search-options option.
> 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.
> Add $XDG_STATE_HOME and $HOME/.local/state to possible locations of history file.
> Don't read or write history file in secure mode.
> Fix display of multibyte and double-width chars in prompt.
> Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08.
> 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.
> Fix bug scrolling history when --incsearch is set.
> Fix buffer overflow when invoking lessecho with more than 63 -m/-n options.
> Fix display bugs with --header.
> Fix bug restoring color at end of highlighted text.
> Fix bug in parsing lesskey file.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> ---
>   meta/recipes-extended/less/{less_590.bb => less_598.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-extended/less/{less_590.bb => less_598.bb} (87%)
> 
> diff --git a/meta/recipes-extended/less/less_590.bb b/meta/recipes-extended/less/less_598.bb
> similarity index 87%
> rename from meta/recipes-extended/less/less_590.bb
> rename to meta/recipes-extended/less/less_598.bb
> index 5d0d0a5afe..574efff365 100644
> --- a/meta/recipes-extended/less/less_590.bb
> +++ b/meta/recipes-extended/less/less_598.bb
> @@ -20,7 +20,7 @@ SECTION = "console/utils"
>   #
>   
>   LICENSE = "GPLv3+ | BSD-2-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \

Could you please highlight why the LICENSE checksum changed as part of 
the commit message - apart from that thanks for the changelog, which is 
indeed very helpful

>                       file://LICENSE;md5=ba01d0cab7f62f7f2204c7780ff6a87d \
>                       "
>   DEPENDS = "ncurses"
> @@ -28,7 +28,7 @@ DEPENDS = "ncurses"
>   SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
>   	  "
>   
> -SRC_URI[sha256sum] = "6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10"
> +SRC_URI[sha256sum] = "64e0eb24534ac70d15ff3a36c8853f7a48196aa230d2a104707fc4ff1a45e982"
>   
>   UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159632): https://lists.openembedded.org/g/openembedded-core/message/159632
> Mute This Topic: https://lists.openembedded.org/mt/87697195/3647476
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [kweihmann@outlook.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta/recipes-extended/less/less_590.bb b/meta/recipes-extended/less/less_598.bb
similarity index 87%
rename from meta/recipes-extended/less/less_590.bb
rename to meta/recipes-extended/less/less_598.bb
index 5d0d0a5afe..574efff365 100644
--- a/meta/recipes-extended/less/less_590.bb
+++ b/meta/recipes-extended/less/less_598.bb
@@ -20,7 +20,7 @@  SECTION = "console/utils"
 #
 
 LICENSE = "GPLv3+ | BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
                     file://LICENSE;md5=ba01d0cab7f62f7f2204c7780ff6a87d \
                     "
 DEPENDS = "ncurses"
@@ -28,7 +28,7 @@  DEPENDS = "ncurses"
 SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
 	  "
 
-SRC_URI[sha256sum] = "6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10"
+SRC_URI[sha256sum] = "64e0eb24534ac70d15ff3a36c8853f7a48196aa230d2a104707fc4ff1a45e982"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"