Commit Graph

119 Commits

Author SHA1 Message Date
Jozef Mlich
48f39f63a0 out of bounds read access in is_utf8_well_formed()
Resolves: #1201310
CVE-2014-9488

This is an update of previous patch.

The function is_utf8_well_formed was defined in charset.c with single parameter. I was surprised, that it is even compiling.

This new patch is updating own implementation of function is_utf8_well_formed and fixing also its other use. The code is taken from Mark Nudelman's unreleased version of less.
2015-06-01 09:13:01 +02:00
Jozef Mlich
a879a7d3f4 out of bounds read access in is_utf8_well_formed()
Resolves: #1201310
CVE-2014-9488
2015-06-01 08:08:35 +02:00
Till Maas
2044640c90 Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:29:44 +01:00
Jozef Mlich
4dff135eed Update to 471 2014-12-17 17:43:11 +01:00
Peter Robinson
e581d3f3f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 01:49:27 +00:00
Tom Callaway
6a65c154fa fix license handling 2014-07-12 18:51:50 -04:00
Jozef Mlich
db9a82f2cb rollback of previous regression/not a bug; early handling of 0 2014-06-23 16:32:33 +02:00
Jozef Mlich
632b88cf21 - (lesspipe) better handling of exit status
fixing regression of #186931 - turns over the lesspipe exit behavior
2014-06-19 14:09:08 +02:00
Dennis Gilmore
e15ca03bd8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 21:15:44 -05:00
Jozef Mlich
532ba4528e - (lesspipe) the groff was used just in case of gzipped man pages
- (lesspipe) the exit $? should be used directly after command;
  otherwise may return unexpected value.
- (lesspipe) not preprocessed output was returning 1
2014-05-22 16:53:02 +02:00
Jozef Mlich
a1689649cb FIXES outdated ubin_table in charset.c;
Kudos to Akira TAGOH
Resolves: #1074489
2014-03-31 09:57:35 +02:00
Jozef Mlich
c75bddd4a1 The data in less-458-old-bot-in-help.patch was not
preprocessed by mkhelp (i.e. not applied)

The --old-bot option was missing in help.
2014-02-10 09:54:22 +01:00
Jozef Mlich
fefa9bc7e4 Resolves #1036326 fixing command line parsing in lesskey 2013-12-02 15:12:42 +01:00
Dennis Gilmore
925187a252 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 23:29:56 -05:00
Fridolin Pokorny
2b1d93d7cd Added --old-bot to help (#948597) 2013-05-07 14:46:25 +02:00
Fridolin Pokorny
72dfd3f635 Expanded lesskey usage (#948597) 2013-05-07 14:44:46 +02:00
Fridolin Pokorny
3f5d948810 Added lessfilter info to man (#948597) 2013-05-07 14:43:29 +02:00
Fridolin Pokorny
ba0e442ee9 Expanded lessecho usage (#948597) 2013-05-07 14:41:56 +02:00
Fridolin Pokorny
de1ff32b5a Added gpg support to lesspipe.sh (#885122)
- Added ~/.lessfilter support (#885122)
2013-04-11 15:53:08 +02:00
Fridolin Pokorny
4a15a797fc Update to 458 2013-04-11 14:36:54 +02:00
Dennis Gilmore
1536f4583b - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 21:51:25 -06:00
Martin Briza
633949cc39 Changed unnecessary groff dependency to groff-base (#868376) 2012-10-25 17:42:43 +02:00
Martin Briza
e1aee64c27 Rebase to 451 2012-09-11 15:15:06 +02:00
Dennis Gilmore
a408f5cba5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 14:00:08 -05:00
Vojtech Vitek (V-Teq)
47da4db53f Merge Foption changes by Colin Guthrie to Foption.v2.patch
Resolves: #805735
2012-05-14 17:50:22 +02:00
Vojtech Vitek (V-Teq)
46c01743d8 Use POSIX regcomp instead of PCRE - revert 406-11
Resolves: #643233

Revert "- configure a regular expression library"
This reverts commit 4b961c758d.

Conflicts:
	less.spec
2012-05-14 17:20:55 +02:00
Vojtech Vitek (V-Teq)
eb6a16550a Fix less.sh not to override user-defined LESSOPEN variable
Resolves: #802757
2012-05-14 17:07:32 +02:00
Petr Písař
07840bd1b1 Rebuild against PCRE 8.30 2012-02-10 11:20:34 +01:00
Dennis Gilmore
a75e567506 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 01:12:50 -06:00
Vojtech Vitek (V-Teq)
546e8eebd8 Bump to less-444-4 2011-12-08 09:23:22 +01:00
Vojtech Vitek (V-Teq)
0758dba0e6 Avoid some unnecessary stat calls and commands in lesspipe.sh
Patch by Ville Skyttä (#741440)
2011-11-22 18:17:36 +01:00
Vojtech Vitek (V-Teq)
e2a2557c39 Use groff' instead of man -s' for rendering manpages
- This prevents options incompatibility between man and man-db packages (#718498).
- Add groff to .spec Requires
2011-11-22 17:52:58 +01:00
Vojtech Vitek (V-Teq)
4f315a666a Substitute %makeinstall macro with make DESTDIR* install (#732557) 2011-08-23 12:49:16 +02:00
Vojtech Vitek (V-Teq)
b08a1e372c Escape macro in changelog message; clean-up changelog 2011-08-23 12:43:28 +02:00
Vojtech Vitek (V-Teq)
8db062d31d Fix debuginfo source files permissions
Remove strip after %makeinstall to fix debuginfo package
2011-08-12 17:23:39 +02:00
Vojtech Vitek (V-Teq)
76cad1bff0 Rebase to 444
Resolves: #713406
2011-07-14 19:14:08 +02:00
Vojtech Vitek (V-Teq)
e65760c031 Rebase to 443
Foption patch made applicable against 443
Manpage extra line patch removed; fixed upstream
2011-04-20 12:32:02 +02:00
Vojtech Vitek (V-Teq)
a01bfbd8d1 Don't convert files with UTF-16/UTF-32 string in filename 2011-04-13 16:00:53 +02:00
Vojtech Vitek (V-Teq)
662cc9bd7a Release build 436-12 2011-02-15 14:44:07 +01:00
Vojtech Vitek (V-Teq)
91ff3a8b9f - Enable LESSOPEN exit statuses as default also in less.sh 2011-02-15 14:43:19 +01:00
Vojtech Vitek (V-Teq)
d1d43b07f0 Release build 436-11 2011-02-15 12:07:51 +01:00
Vojtech Vitek (V-Teq)
f9e095f461 - Clean lesspipe.sh script 2011-02-15 12:07:11 +01:00
Vojtech Vitek (V-Teq)
50e7a8994a Merge branch 'master' of ssh://pkgs.fedoraproject.org/less
Conflicts:
	less.spec
2011-02-15 11:41:28 +01:00
Vojtech Vitek (V-Teq)
fc104419f2 - Add support for *.xz and *.lzma man pages
Split case for compressed and plain troff files

Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
2011-02-15 11:40:20 +01:00
Vojtech Vitek (V-Teq)
a65fb0693b - Add support for reading UTF-16 and UTF-32 files 2011-02-14 17:06:11 +01:00
Vojtech Vitek (V-Teq)
27567f085b - Don't require correct exit status from LESSOPEN scripts 2011-02-14 17:05:46 +01:00
Dennis Gilmore
194a24bd08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:05:16 -06:00
Vojtech Vitek (V-Teq)
0abac17b3d - Fix regression in lesspipe.sh script (*.gz files etc.)
Resolves #615303 (comment #9)
2011-01-03 10:13:36 +01:00
Vojtech Vitek (V-Teq)
79b940a55b - The new "--old-bot" option is not documented in the man page
Resolves: #510724
- Fix descriptions of some options in online help
  Resolves: #578289 (Jeff Bastian <jbastian@redhat.com>)[IT603793]
2010-12-22 14:07:18 +01:00
Vojtech Vitek (V-Teq)
b21ae9241d Increase release version to 436-7
Forgotten in previous commit.
2010-12-21 18:46:52 +01:00