Date: Tue, 1 Nov 2022 04:59:56 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 90eac1c42caf - main - editors/vim: Update to 9.0.0823 Message-ID: <202211010459.2A14xuwq094870@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: 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(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index dd801e44f907..4143050f5357 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,5 @@ PORTNAME= vim -PORTVERSION= 9.0.0735 +PORTVERSION= 9.0.0823 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 290da181f011..8e2e1638a690 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665619068 -SHA256 (vim-vim-v9.0.0735_GH0.tar.gz) = 8e27478fb46c7426b02e88ef6591849477ed78b5e448fa8ec5ed3b7e973cbbeb -SIZE (vim-vim-v9.0.0735_GH0.tar.gz) = 16763105 +TIMESTAMP = 1667278531 +SHA256 (vim-vim-v9.0.0823_GH0.tar.gz) = 706ec036460a30adb2575a26162769ef40ce15bf81b4455a89007d5d92861066 +SIZE (vim-vim-v9.0.0823_GH0.tar.gz) = 16781749 diff --git a/editors/vim/files/patch-sshdconfig-UseBlacklist b/editors/vim/files/patch-sshdconfig-UseBlacklist index 7523d1feb39c..908abd1da4b3 100644 --- a/editors/vim/files/patch-sshdconfig-UseBlacklist +++ b/editors/vim/files/patch-sshdconfig-UseBlacklist @@ -1,10 +1,11 @@ --- runtime/syntax/sshdconfig.vim.orig 2018-07-26 22:51:00 UTC +++ runtime/syntax/sshdconfig.vim -@@ -221,6 +221,7 @@ syn keyword sshdconfigKeyword Subsystem +@@ -221,6 +221,8 @@ syn keyword sshdconfigKeyword Subsystem syn keyword sshdconfigKeyword SyslogFacility syn keyword sshdconfigKeyword TCPKeepAlive syn keyword sshdconfigKeyword TrustedUserCAKeys +syn keyword sshdconfigKeyword UseBlacklist ++syn keyword sshdconfigKeyword UseBlocklist syn keyword sshdconfigKeyword UseDNS syn keyword sshdconfigKeyword UseLogin syn keyword sshdconfigKeyword UsePAM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211010459.2A14xuwq094870>