Bug 267353 - editors/vim: Add alias for UseBlocklist
Summary: editors/vim: Add alias for UseBlocklist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL: https://github.com/freebsd/freebsd-sr...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2022-10-26 08:31 UTC by Jose Luis Duran
Modified: 2022-11-01 05:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (adamw)


Attachments
Add alias for UseBlocklist (984 bytes, patch)
2022-10-26 08:31 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran 2022-10-26 08:31:05 UTC
Created attachment 237641 [details]
Add alias for UseBlocklist

Add support for alias UseBlocklist[1].
    
[1]: https://github.com/freebsd/freebsd-src/commit/e426c74375ef7cb3afda3c8e3010a7ea2dbd69d0
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2022-10-26 10:47:47 UTC
This seems like a good idea! I will roll this into the November 1-ish update.

If you haven't already, please submit this upstream.
Comment 2 Jose Luis Duran 2022-10-26 10:56:17 UTC
(In reply to Adam Weinberger from comment #1)

> I will roll this into the November 1-ish update.
Thank you!

> If you haven't already, please submit this upstream.
I haven't submitted it yet, I will!
Comment 3 Jose Luis Duran 2022-10-27 13:21:20 UTC
> please submit this upstream.
There's already a pull request for it!

https://github.com/vim/vim/pull/3258
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-11-01 05:00:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90eac1c42caf72dcb1d493c24d270d7cd4bb4864

commit 90eac1c42caf72dcb1d493c24d270d7cd4bb4864
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-11-01 04:57:45 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-11-01 04:57:45 +0000

    editors/vim: Update to 9.0.0823

    Also, update the sshd syntax file to recognize the preferred
    UseBlocklist in addition to UseBlacklist.

    PR:             267353

 editors/vim/Makefile                            | 2 +-
 editors/vim/distinfo                            | 6 +++---
 editors/vim/files/patch-sshdconfig-UseBlacklist | 3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)
Comment 5 Adam Weinberger freebsd_committer freebsd_triage 2022-11-01 05:03:19 UTC
Committed. Thank you!