SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for less-458-72.1.x86_64.rpm :
Thu Jun 25 14:00:00 2015 vcizekAATTsuse.com
- fix a crash in hilite_line (boo#915387)

* added less-fix_crash_in_hilite_line.patch

Fri Mar 13 13:00:00 2015 kstreitovaAATTsuse.com
- add less-458-out_of_bounds_read.patch to fix an \"out of bounds
read access in the UTF-8\" vulnerability (bnc#921719),
(CVE-2014-9488)

Fri Dec 19 13:00:00 2014 meissnerAATTsuse.com
- build with PIE

Mon Nov 24 13:00:00 2014 tchvatalAATTsuse.com
- Spec-cleaner
- Remove jless less-normal provides/obsoletes they are from 2000

Tue Jul 29 14:00:00 2014 pgajdosAATTsuse.com
- SuSE -> SUSE [bnc#889031] (internal)

Wed Nov 13 13:00:00 2013 tiwaiAATTsuse.de
- Fix lesspipe.sh for removing properly the leftover tmp files
when viewing patch files without colordiff (bnc#850225)

Tue Jul 30 14:00:00 2013 sweet_f_aAATTgmx.de
- Update to version 458

* Fix Win32 attribute display bug.

* Fix display bug when using up/down arrow on the command line.

Mon May 6 14:00:00 2013 sleep_walkerAATTsuse.cz
- make sure that -R or --RAW-CONTROL-CHARS is set in LESS
environment variable

Mon May 6 14:00:00 2013 sleep_walkerAATTsuse.cz
- add support for colordiff in lessopen.sh

Wed Mar 20 13:00:00 2013 idonmezAATTsuse.com
- Update to version 457

* Allow backslash escaping of metacharacters in LESS environment
variable if the --use-backslash option is set.

* Don\'t quit if syntax errors are found in command line options.

* Increase sizes of some internal buffers.

* Fix configure bug with --with-regex=none.

* Fix crash with \"stty rows 0\".

Mon Nov 12 13:00:00 2012 puzelAATTsuse.com
- Update to version 456

* Yet another bugfix in option string parser

Tue Nov 6 13:00:00 2012 puzelAATTsuse.com
- Update to version 455

* Bugfixes in buildsystem and option parser

Sun Nov 4 13:00:00 2012 puzelAATTsuse.com
- Update to version 453

* Allow backslash escaping of metacharacters in LESS environment
variable.

* Don\'t quit if syntax errors are found in command line options.

* Increase sizes of some internal buffers.

* Fix configure bug with --with-regex=none.

* Fix crash with \"stty rows 0\".

Tue Sep 25 14:00:00 2012 vdziewieckiAATTsuse.com
- Update to version 451

* Add ESC-F command to keep reading data until a pattern is

* found.

* Use exit code of LESSOPEN script if LESSOPEN starts with

* \"||\".

* When up/down arrow is used on the command line immediately

* after typing text, the next command starting with that text is
found.

* Add support for GNU regex.

* Add configure option --with-regex=none and fix compile

* errors when compiling with no regex library.

* Fix possible crashes caused by malformed LESSOPEN or
LESSCLOSE variables.

* Fix bug highlighting text which is discontiguous in the

* file due to backspace processing.

* Fix bug in displaying status column when scrolling

* backwards with -J and -S in effect.
- Remove speed patch.
- Remove less-429-lessecho-man.patch

Mon Dec 5 13:00:00 2011 cfarrellAATTsuse.com
- license update: GPL-3.0+ or BSD-2-Clause
The less license is a choice of either GPL-3.0+ or BSD-2-Clause (less
license). Use SPDX format

Wed Nov 30 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency

Fri Nov 4 13:00:00 2011 puzelAATTsuse.com
- correctly recognize xz compressed data (bnc#728033)

Thu Jun 16 14:00:00 2011 idonmezAATTnovell.com
- Update to version 444

* Fix bug in unget handling that can cause strange effects
on the command line.

* Remove vestiges of obsolete -l option that can cause a crash.

Thu May 26 14:00:00 2011 sweet_f_aAATTgmx.de
- bump version 443

* Change search behavior such that when a search is given an explicit pattern,
the entire displayed screen is included in the search and not just the
portion after the target line.

* Add -A option to change search behavior to the old way: only the portion of
the screen after the target line is searched.

* Add %F formatting to prompt strings, replaced by the last component of the
input file.

* Control-G while editing a command exits the command.

* Less now exits with status 2 if control-C is pressed and -K is in effect.

* Fix \"ungetc overflow\" when passing long commands via the -p option.

* Fix bug in using line filtering via the & command in combination with -i and
- I.

* Fix bug in handling negative arguments to the -j option.

* Fix bug in handling %t in prompt strings.

* Improve handling of long option names.

* Improve percentage calculation for very large files.
- remove mouse patch because

* conflicting short opt -A since version 443, see changes above

* was working for xterm only so probably nobody is using it

Thu May 26 14:00:00 2011 sweet_f_aAATTgmx.de
- lessopen.sh, support xz compressed data

Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags

Thu Oct 1 14:00:00 2009 puzelAATTnovell.com
- add support for listing directories to lessopen.sh (bnc#537646)
- thanks to Dimitar Pashov for the patch

Mon Jul 27 14:00:00 2009 puzelAATTnovell.com
- bump version to less-436 (final)

* no code changed

Fri Jul 10 14:00:00 2009 puzelAATTnovell.com
- update to less-436beta

* Fixes a few search and filter bugs.

Tue Jul 7 14:00:00 2009 puzelAATTnovell.com
- update to less-434beta

* Don\'t pass \"-\" to non-pipe LESSOPEN unless it starts with \"-\".

* Allow a fraction as the argument to the -# (--shift) option.

* Fix highlight bug when underlined/overstruck text matches at end of line.

* Fix non-regex searches with ctrl-R.

Wed Jun 3 14:00:00 2009 puzelAATTsuse.cz
- update to less-429

* LESSOPEN pipe will now be used on standard input, if the LESSOPEN
environment variable begins with \"|-\".

* The -D option with one number now means use the normal background color.

* Fix non-ANSI-compliant code that caused problems with some compilers.

* Fix binary file detection in UTF-8 mode.

* Fix display problems with long lines on \"ignaw\" terminals.

* Fix problem interrupting the line number calculation for initial prompt.

* Fix SGR emulation when dealing with multiple attributes (eg. bold+underline).

* Fix highlight bug when searching for underlined/overstruck text.
- drop fix-binfile-detection.patch (fixed upstream)
- drop less-424b.patch (fixed upstream)


 
ICM