Commit Graph

7 Commits

Author SHA1 Message Date
John Ericson
8ffc704d8c
Merge pull request #318179 from rhelmot/freebsd-less
less: add upstream patch to fix FreeBSD build
2024-06-16 23:49:35 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Audrey Dutcher
f0bf230b99 less: add upstream patch to fix FreeBSD build 2024-06-07 21:43:27 -07:00
Tom Fitzhenry
39cb4bd48b less: introduce withSecure flag
`--with-secure` is a hardening compile flag to disable potentially
dangerous commands within less(1).

References:

* https://man7.org/linux/man-pages/man1/less.1.html#SECURITY
* https://seclists.org/fulldisclosure/2014/Nov/74
2024-05-28 08:34:45 +10:00
Thomas Gerbet
22bd2ab624 less: apply patch for security issue when opening files with \n in paths
https://www.openwall.com/lists/oss-security/2024/04/12/5
2024-04-13 14:36:57 +02:00
Anderson Torres
78cccac71c less: 633 -> 643
- finalAttrs
- split output
- meta.mainProgram and meta.changelog

Co-authored-by: Jack Maloney <jmmaloney4@gmail.com>
2023-09-18 23:56:22 -03:00
Anderson Torres
1e58183743 less: migrate to by-name 2023-09-18 23:56:22 -03:00