Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package less for openSUSE:Factory checked in at 2023-05-03 12:56:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/less (Old) and /work/SRC/openSUSE:Factory/.less.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "less" Wed May 3 12:56:26 2023 rev:69 rq:1084014 version:632 Changes: -------- --- /work/SRC/openSUSE:Factory/less/less.changes 2023-02-09 16:22:10.610394551 +0100 +++ /work/SRC/openSUSE:Factory/.less.new.1533/less.changes 2023-05-03 12:56:32.691574289 +0200 @@ -1,0 +2,72 @@ +Tue May 2 08:25:11 UTC 2023 - Kristyna Streitova <[email protected]> + +- Update to 632 + * Add LESSUTFCHARDEF environment variable (github #275). + * Add # command (github #330). + * Add ^S search modifier (github #196). + * Add --wordwrap option (github #113). + * Add --no-vbell option (github #304). + * Add --no-search-headers option (github #44). + * Add --modelines option (github #89). + * Add --intr option (github #224). + * Add --proc-backspace, --proc-tab and --proc-return options (github #335). + * Add --show-preproc-errors option (github #258). + * Add LESS_LINES and LESS_COLUMNS environment variables (github #84). + * Add LESS_DATA_DELAY environment variable (github #337). + * Allow empty "lines" field in --header option. + * Update Unicode tables. + * Improve ability of ^X to interrupt F command (github #49). + * Status column (-J) shows off-screen matches. + * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196). + * Don't allow opening a tty as file input unless -f is set (github #309). + * Don't require newline input after +&... option (github #339). + * Fix incorrect handling of some Private Use Unicode characters. + * Fix ANSI color bug when overstriking with colored chars (github #276). + * Fix compiler const warning (github #279). + * Fix signal race in iread (github #280). + * Fix reading procfs files on Linux (github #282). + * Fix --ignore-case with ctrl-R (no regex) search (github #300). + * Fix bug doing repeat search after setting & filter (github #299). + * Fix bug doing repeat search before non-repeat search. + * Fix crash with -R and certain line lengths (github #338). + * Fix input of Windows dead keys (github #352). + * Don't retain search options from a cancelled search (github #302). + * Don't call realpath on fake filenames like "-" (github #289). + * Implement lesstest test suite. + * Convert function parameter definitions from K&R to C89 (github #316). +- Version 629 news + * Add LESSUTFCHARDEF environment variable (github #275). + * Add # command (github #330). + * Add ^S search modifier (github #196). + * Add --wordwrap option (github #113). + * Add --no-vbell option (github #304). + * Add --no-search-headers option (github #44). + * Add --modelines option (github #89). + * Add --intr option (github #224). + * Add --proc-backspace, --proc-tab and --proc-return options (github #335). + * Add --show-preproc-errors option (github #258). + * Add LESS_LINES and LESS_COLUMNS environment variables (github #84). + * Allow empty "lines" field in --header option. + * Update Unicode tables. + * Improve ability of ^X to interrupt F command (github #49). + * Status column (-J) shows off-screen matches. + * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196). + * Don't allow opening a tty as file input unless -f is set (github #309). + * Don't require newline input after +&... option (github #339). + * Fix incorrect handling of some Private Use Unicode characters. + * Fix ANSI color bug when overstriking with colored chars (github #276). + * Fix compiler const warning (github #279). + * Fix signal race in iread (github #280). + * Fix reading procfs files on Linux (github #282). + * Fix --ignore-case with ctrl-R (no regex) search (github #300). + * Fix bug doing repeat search after setting & filter (github #299). + * Fix bug doing repeat search before non-repeat search. + * Fix crash with -R and certain line lengths (github #338). + * Don't retain search options from a cancelled search (github #302). + * Don't call realpath on fake filenames like "-" (github #289). + * Implement lesstest test suite. + * Convert function parameter definitions from K&R to C89 (github #316). +- Remove cve-2022-46663.patch that was applied upstream +- Refresh less-429-more.patch and less-429-shell.patch + +------------------------------------------------------------------- Old: ---- cve-2022-46663.patch less-608.sig less-608.tar.gz New: ---- less-632.sig less-632.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ less.spec ++++++ --- /var/tmp/diff_new_pack.rPiHRs/_old 2023-05-03 12:56:33.447578731 +0200 +++ /var/tmp/diff_new_pack.rPiHRs/_new 2023-05-03 12:56:33.455578779 +0200 @@ -22,7 +22,7 @@ %define use_usretc 1 %endif Name: less -Version: 608 +Version: 632 Release: 0 Summary: Text File Browser and Pager Similar to more License: BSD-2-Clause OR GPL-3.0-or-later @@ -37,7 +37,6 @@ Source6: https://www.greenwoodsoftware.com/less/pubkey.asc#/%{name}.keyring Patch0: less-429-shell.patch Patch2: less-429-more.patch -Patch3: https://github.com/gwsw/less/commit/a78e1351113cef564d790a730d657a321624d79c.patch#/cve-2022-46663.patch BuildRequires: automake BuildRequires: ncurses-devel BuildRequires: pkgconfig ++++++ less-429-more.patch ++++++ --- /var/tmp/diff_new_pack.rPiHRs/_old 2023-05-03 12:56:33.515579131 +0200 +++ /var/tmp/diff_new_pack.rPiHRs/_new 2023-05-03 12:56:33.519579154 +0200 @@ -1,8 +1,8 @@ -Index: less-608/option.c +Index: less-632/option.c =================================================================== ---- less-608.orig/option.c 2022-07-22 19:26:24.000000000 +0000 -+++ less-608/option.c 2023-02-07 15:08:06.567552684 +0000 -@@ -171,6 +171,10 @@ scan_option(s) +--- less-632.orig/option.c ++++ less-632/option.c +@@ -165,6 +165,10 @@ public void scan_option(char *s) s--; optc = 'z'; break; ++++++ less-429-shell.patch ++++++ --- /var/tmp/diff_new_pack.rPiHRs/_old 2023-05-03 12:56:33.531579225 +0200 +++ /var/tmp/diff_new_pack.rPiHRs/_new 2023-05-03 12:56:33.535579248 +0200 @@ -1,8 +1,8 @@ -Index: less-608/filename.c +Index: less-632/filename.c =================================================================== ---- less-608.orig/filename.c 2022-07-22 19:26:24.000000000 +0000 -+++ less-608/filename.c 2023-02-07 15:07:55.521151736 +0000 -@@ -572,7 +572,7 @@ shellcmd(cmd) +--- less-632.orig/filename.c ++++ less-632/filename.c +@@ -550,7 +550,7 @@ static FILE * shellcmd(char *cmd) #if HAVE_SHELL char *shell; @@ -11,24 +11,24 @@ if (!isnullenv(shell)) { char *scmd; -Index: less-608/less.hlp +Index: less-632/less.hlp =================================================================== ---- less-608.orig/less.hlp 2022-07-22 19:26:24.000000000 +0000 -+++ less-608/less.hlp 2023-02-07 15:07:55.522151863 +0000 -@@ -103,7 +103,7 @@ +--- less-632.orig/less.hlp ++++ less-632/less.hlp +@@ -104,7 +104,7 @@ ___<_n_a_m_e_> Display the setting of an option, by name. +_c_m_d Execute the less cmd each time a new file is examined. - !_c_o_m_m_a_n_d Execute the shell command with $SHELL. + !_c_o_m_m_a_n_d Execute the shell command with $LESSSHELL. + #_c_o_m_m_a_n_d Execute the shell command, expanded like a prompt. |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. s _f_i_l_e Save input to a file. - v Edit the current file with $VISUAL or $EDITOR. -Index: less-608/less.nro +Index: less-632/less.nro =================================================================== ---- less-608.orig/less.nro 2022-07-22 19:26:24.000000000 +0000 -+++ less-608/less.nro 2023-02-07 15:07:55.522151863 +0000 -@@ -443,7 +443,7 @@ current file. +--- less-632.orig/less.nro ++++ less-632/less.nro +@@ -457,7 +457,7 @@ current file. A pound sign (#) is replaced by the name of the previously examined file. "!!" repeats the last shell command. "!" with no shell command simply invokes a shell. @@ -36,8 +36,8 @@ +On Unix systems, the shell is taken from the environment variable LESSSHELL, or defaults to "sh". On MS-DOS and OS/2 systems, the shell is the normal command processor. - .IP "| <m> shell-command" -@@ -2044,7 +2044,7 @@ compatible mode. + .IP "# shell-command" +@@ -2274,7 +2274,7 @@ automatically when running in .IP PATH User's search path (used to find a lesskey file on MS-DOS and OS/2 systems). @@ -46,11 +46,11 @@ The shell used to execute the !\& command, as well as to expand filenames. .IP TERM The type of terminal on which -Index: less-608/lsystem.c +Index: less-632/lsystem.c =================================================================== ---- less-608.orig/lsystem.c 2022-07-22 19:26:24.000000000 +0000 -+++ less-608/lsystem.c 2023-02-07 15:07:55.523151990 +0000 -@@ -124,13 +124,13 @@ lsystem(cmd, donemsg) +--- less-632.orig/lsystem.c ++++ less-632/lsystem.c +@@ -121,13 +121,13 @@ public void lsystem(char *cmd, char *don /* * Pass the command to the system to be executed. ++++++ less-608.tar.gz -> less-632.tar.gz ++++++ ++++ 18292 lines of diff (skipped)
