Bug 267353

Summary: editors/vim: Add alias for UseBlocklist
Product: Ports & Packages Reporter: Jose Luis Duran <jlduran>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (adamw)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-src/commit/e426c74375ef7cb3afda3c8e3010a7ea2dbd69d0
Attachments:
Description Flags
Add alias for UseBlocklist none

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!