Commit Graph

36 Commits

Author SHA1 Message Date
Johannes Schindelin
78fdc98c90 less: upgrade to v685 (#5721) 2025-10-15 13:56:27 +03:00
Johannes Schindelin
873742d4a0 less: upgrade to 679
Release notes (from https://www.greenwoodsoftware.com/less/news.679.html):

Version 679 was released for beta testing on 29 May 2025, and was
released for general use on 19 Jun 2025.

These are the differences between version 678 and version 679:

  • Fix bad parsing of lesskey file an env var is a prefix of another
    env var (github #626).
  • Fix unexpected exit using -K if a key press is received while
    reading the input file (github #628).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-06-20 19:58:43 +02:00
Johannes Schindelin
3e232569c4 less: upgrade to version 678 (#5407)
Release notes (https://www.greenwoodsoftware.com/less/news.678.html):

Version 678 was released for beta testing on 2 May 2025, and was
released for general use on 17 May 2025.

These are the differences between [version
668](https://www.greenwoodsoftware.com/less/news.668.html) and version
678:

-   Treat -r in LESS environment variable as -R.
-   Add ESC-j and ESC-k commands ([github
    #560](https://github.com/gwsw/less/issues/560)).
-   Add --no-paste option ([github
    #523](https://github.com/gwsw/less/issues/523)).
-   Add --no-edit-warn option ([github
    #513](https://github.com/gwsw/less/issues/513)).
-   Add --form-feed option ([github
    #496](https://github.com/gwsw/less/issues/496)).
-   Add ESC-b command ([github
    #615](https://github.com/gwsw/less/issues/615)).
-   Make TAB complete option name in -- command ([github
    #531](https://github.com/gwsw/less/issues/531)).
-   Update the file size on an attempt to go past end of file.
-   Make -R able to pass through any OSC escape sequences, not just OSC
    8 ([github #504](https://github.com/gwsw/less/issues/504)).
-   Setting LESS_IS_MORE=0 now disables "more" compatibility even if
    invoked via a file link named "more" ([github
    #500](https://github.com/gwsw/less/issues/500)).
-   Pass through escape sequences in prompts even if -R is not set.
-   Add LESS_SHELL_LINES to support shell prompts which use more than
    one line ([github #514](https://github.com/gwsw/less/issues/514)).
-   Add LESSANSIOSCALLOW to define OSC types which may be passed
    through.
-   Add LESSANSIOSCCHARS to define non-standard OSC intro chars.
-   Add LESS_SIGUSR1 to define user signal handler ([github
    #582](https://github.com/gwsw/less/issues/582)).
-   Add mouse and mouse6 commands to lesskey ([github
    #569](https://github.com/gwsw/less/issues/569)).
-   Improve behavior of ^O^N and ^O^P commands.
-   Leave stty tabs setting unchanged ([github
    #620](https://github.com/gwsw/less/issues/620)).
-   Fix unexpected behavior when entering a partial command followed by
    a valid command ([github
    #543](https://github.com/gwsw/less/issues/543)).
-   Fix bug when coloring prompt string with SGR sequences ([github
    #516](https://github.com/gwsw/less/issues/516)).
-   Fix bug when searching for text near an invalid UTF-8 sequence
    ([github #542](https://github.com/gwsw/less/issues/542)).
-   Fix display bug when file contains ESC followed by NUL ([github
    #550](https://github.com/gwsw/less/issues/550)).
-   Fix bug when using +:n +:p +:x or +:d on the command line ([github
    #552](https://github.com/gwsw/less/issues/552)).
-   Fix bug with --no-number-headers when header is not at start of file
    ([github #566](https://github.com/gwsw/less/issues/566)).
-   Fix bug where lesstest fails if window is resized ([github
    #570](https://github.com/gwsw/less/issues/570)).
-   Fix bug using "configure --with-secure=no" ([github
    #584](https://github.com/gwsw/less/issues/584)).
-   Fix bug using multibyte command chars ([github
    #595](https://github.com/gwsw/less/issues/595)).
-   Fix auto_wrap setting on Windows ([github
    #497](https://github.com/gwsw/less/issues/497)).
-   Fix two bugs using ^S search modifier ([github
    #605](https://github.com/gwsw/less/issues/605)).
-   Fix bug searching for UTF-8 strings with the PCRE2 library ([github
    #610](https://github.com/gwsw/less/issues/610)).
-   Fix bug highlighting OSC 8 links when opening a new file.
-   Fix bug when & filtering is active ([github
    #618](https://github.com/gwsw/less/issues/618)).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-05-20 21:49:04 +02:00
Christoph Reiter
4eec2c51ec less: Update to 668 2024-11-29 20:54:38 +01:00
Christoph Reiter
0900b92c09 less: Update to 661 2024-07-14 16:43:29 +02:00
Christoph Reiter
a2ee04bf00 More CPEs 2024-03-24 20:09:34 +01:00
Christoph Reiter
174e938942 more CPEs 2024-03-22 19:04:22 +01:00
Christoph Reiter
36921853ac Add some github URLs 2024-01-21 19:56:52 +01:00
Christoph Reiter
e2c5844bbd less: Update to 643 2023-08-13 22:52:23 +02:00
Christoph Reiter
708bc1c47a Update less/PKGBUILD
Co-authored-by: Biswapriyo Nath <nathbappai@gmail.com>
2023-05-04 21:32:56 +02:00
Johannes Schindelin
159ef58a3d less: update to 633
This is the latest version marked for general use:
https://www.greenwoodsoftware.com/less/index.html

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-05-04 11:57:56 +02:00
Christoph Reiter
79eea7af61 less: Update to v629
helps with https://github.com/gwsw/less/issues/337
2023-02-27 18:09:17 +01:00
Johannes Schindelin
78cd763ab6 less: Update to v621
There are many commits in the main branch of `less` since the last
version that was released "for general use" (v608).

Hoping that some of those commits fix issues reported in the Git for
Windows bug tracker, let's update to the latest tagged version, v621.

An alternative would be to backport individual patches, but due to some
sweeping changes (e.g. to convert from Kernighan & Ritchie style to C89
style function definitions), I've failed to backport them separately.

Switch to a GitHub archive since this release isn't available on
the website yet.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-01-25 21:02:52 +01:00
Christoph Reiter
c956bad6b8 less: switch from pcre to pcre2
pcre is EOL
2022-10-23 13:18:42 +02:00
Johannes Schindelin
50eaca2ba9 less: upgrade to v608
See https://www.greenwoodsoftware.com/less/news.608.html

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-09-03 23:24:33 +02:00
Christoph Reiter
7982c33b9d less: rebuild 2022-06-26 08:41:49 +02:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Astrum-polaris
5762fe36d1 less: update to 590 2021-07-20 00:30:25 +08:00
Johannes Schindelin
6258ed5161 less: upgrade to v581
It was released for general use yesterday.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2021-04-19 14:05:21 +02:00
Jeremy Drake
de23dcbfea less: disable pgp check
fix pgp sig filename, and add validpgpkeys from arch, but commented out
because it failed.
2020-10-24 14:48:17 -07:00
Alexey Pavlov
5038ca3594 less: Update to 563 2020-10-23 23:48:19 +03:00
David Macek
19bd06b131 [RFC] Cleanup (#1984)
* Remove msys2-runtime dependencies

* Remove `base` group

* Remove some packages from `base-devel` group
2020-06-02 09:28:40 +03:00
Johannes Schindelin
65d7ffaaab less: update to version 551 (#1672)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-06-11 22:10:22 +03:00
Alexey Pavlov
f851e732fb less: Update to 550 2019-06-07 08:58:48 +03:00
Peter Budai
2c2f63f658 less: Update to 530 (#1362) 2018-07-26 21:48:05 +03:00
Alexey Pavlov
9b0aff9ce0 less: Update to 529 2017-11-16 13:53:24 +03:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Alexey Pavlov
7307610468 less: Update to 481 2015-09-11 13:49:34 +03:00
Alexpux
cc6ba73078 less: Update to 479 2015-07-07 11:41:23 +03:00
Alexpux
02d0224150 less: Update to 478 2015-06-24 21:45:23 +03:00
Alexpux
e8f0e1be18 less: Update to 471 2014-12-15 15:25:43 +03:00
Alexpux
4170b6e186 less: Update to 470 2014-10-07 11:08:23 +04:00
Alexpux
dd96b3006b less: Update to 466 2014-09-12 09:57:55 +04:00
Alexpux
25e11913dd Fix package names 2013-11-02 12:42:07 +04:00
Alexpux
fe9384f488 Add less package 2013-11-01 20:44:30 +04:00