| 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
Jose Luis Duran
2022-10-26 08:31:05 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. (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! > please submit this upstream. There's already a pull request for it! https://github.com/vim/vim/pull/3258 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(-) Committed. Thank you! |