diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-04-01 02:13:22 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-04-11 19:43:56 -0700 |
commit | 8828b038f58a0f23a2b12b69b7c4c33fdb17c579 (patch) | |
tree | a29cd3b606119d55a13016f75d0df283c225d343 /Meta | |
parent | 8a84a0385045632d8a3722798d8d25e4f19eda45 (diff) | |
download | serenity-8828b038f58a0f23a2b12b69b7c4c33fdb17c579.zip |
Ports/diffutils: Update diffutils to version 3.8
The fnmatch patch that was added in 6de6dff is reverted because it is
not clear why it is necessary, as discussed in #9206.
This also removes diffutils from the list of ports missing descriptions
as it no longer has any patches.
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/lint-ports.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/lint-ports.py b/Meta/lint-ports.py index ae23369c7e..18d71f323d 100755 --- a/Meta/lint-ports.py +++ b/Meta/lint-ports.py @@ -37,7 +37,6 @@ PORTS_MISSING_DESCRIPTIONS = { 'c-ray', 'curl', 'dash', - 'diffutils', 'dosbox-staging', 'dropbear', 'ed', |