editors/vim: Update to 9.0.0823
Also, update the sshd syntax file to recognize the preferred UseBlocklist in addition to UseBlacklist. PR: 267353
This commit is contained in:
parent
2db375ffbc
commit
90eac1c42c
@ -1,5 +1,5 @@
|
||||
PORTNAME= vim
|
||||
PORTVERSION= 9.0.0735
|
||||
PORTVERSION= 9.0.0823
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= editors
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user