Commit Graph

9 Commits

Author SHA1 Message Date
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Martin Weinelt
d6cd9589dc
less: 643 -> 661
https://www.greenwoodsoftware.com/less/news.661.html
2024-07-19 19:48:26 +02:00
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