pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   morr
Date:           Sun Mar 22 16:52:46 UTC 2026

Modified Files:
        pkgsrc/editors/vim-share: PLIST distinfo version.mk

Log Message:
Update to version 9.2.219.

Changes:
- patch 9.2.0219: call stack can be corrupted
- patch 9.2.0218: visual selection highlighting in X11 GUI is wrong.
- patch 9.2.0217: filetype: cto files are not recognized
- patch 9.2.0216: MS-Windows: Rendering artifacts with DirectX
- patch 9.2.0215: MS-Windows: several tests fail in the Windows CUI.
- patch 9.2.0214: tests: Test_gui_system_term_scroll() is flaky
- patch 9.2.0213: Crash when using a partial or lambda as a clipboard provider
- patch 9.2.0212: MS-Windows: version packing may overflow
- translation(zh): Update the Simplify Chinese translation
- translation: align sponsor menu string spacing
- patch 9.2.0211: possible crash when setting 'winhighlight'
- runtime(fish): Add matchit support to filetype plugin
- patch 9.2.0210: tests: Test_xxd tests are failing
- runtime(doc): Update Italian xxd manpage
- patch 9.2.0209: freeze during wildmenu completion
- patch 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=!
- patch 9.2.0207: MS-Windows: freeze on second :hardcopy
- patch 9.2.0206: MS-Window: stripping all CSI sequences
- runtime(doc): disable color codes when generating ascii man pages in Makefile
- patch 9.2.0205: xxd: Cannot NUL terminate the C include file style
- patch 9.2.0204: filetype: cps files are not recognized
- patch 9.2.0203: Patch v9.2.0185 was wrong
- patch 9.2.0202: [security]: command injection via newline in glob()
- patch 9.2.0201: filetype: Wireguard config files not recognized
- patch 9.2.0200: term: DECRQM codes are sent too early
- CI: make dependabot monitor `.github/actions` directory
- patch 9.2.0199: tests: test_startup.vim fails
- patch 9.2.0198: cscope: can escape from restricted mode
- runtime(doc): Fix typo in if_pyth.txt
- patch 9.2.0197: tabpanel: frame width not updated for existing tab pages
- runtime(yara): add ftplugin for yara filetype
- patch 9.2.0196: textprop: negative IDs and can cause a crash
- CI: bump actions/upload-artifact to v7
- patch 9.2.0195: CI: test-suite gets killed for taking too long
- patch 9.2.0194: tests: test_startup.vim leaves temp.txt around
- patch 9.2.0193: using copy_option_part() can be improved
- patch 9.2.0192: not correctly recognizing raw key codes
- patch 9.2.0191: Not possible to know if Vim was compiled with Android support
- patch 9.2.0190: Status line height mismatch in vertical splits
- patch 9.2.0189: MS-Windows: opacity popups flicker during redraw in the console
- patch 9.2.0188: Can set environment variables in restricted mode
- patch 9.2.0187: MS-Windows: rendering artifacts with DirectX renderer
- patch 9.2.0186: heap buffer overflow with long generic function name
- patch 9.2.0185: buffer overflow when redrawing custom tabline
- runtime(doc): Fix typo in cmdline.txt
- patch 9.2.0184: MS-Windows: screen flicker with termguicolors and visualbell
- patch 9.2.0183: channel: using deprecated networking APIs
- patch 9.2.0182: autocmds may leave windows with w_locked set
- patch 9.2.0181: line('w0') moves cursor in terminal-normal mode
- patch 9.2.0180: possible crash with winminheight=0
- patch 9.2.0179: MS-Windows: Compiler warning for converting from size_t to int
- patch 9.2.0178: DEC mode requests are sent even when not in raw mode
- patch 9.2.0177: Vim9: Can set environment variables in restricted mode
- patch 9.2.0176: external diff is allowed in restricted mode
- patch 9.2.0175: No tests for what v9.2.0141 and v9.2.0156 fixes
- patch 9.2.0174: diff: inline word-diffs can be fragmented
- patch 9.2.0173: tests: Test_balloon_eval_term_visual is flaky
- patch 9.2.0172: Missing semicolon in os_mac_conv.c
- patch 9.2.0171: MS-Windows: version detection is deprecated
- translation(zh_CN): Fix translation for 'paste' in zh_CN.UTF-8.po
- runtime(doc): Update help tags references
- patch 9.2.0170: channel: some issues in ch_listen()
- runtime(doc): clarify :silent usage for system()/systemlist()
- patch 9.2.0169: assertion failure in syn_id2attr()
- patch 9.2.0168: invalid pointer casting in string_convert() arguments


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.226 -r1.227 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.162 -r1.163 pkgsrc/editors/vim-share/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.84 pkgsrc/editors/vim-share/PLIST:1.85
--- pkgsrc/editors/vim-share/PLIST:1.84 Sat Mar 14 23:45:31 2026
+++ pkgsrc/editors/vim-share/PLIST      Sun Mar 22 16:52:45 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.84 2026/03/14 23:45:31 morr Exp $
+@comment $NetBSD: PLIST,v 1.85 2026/03/22 16:52:45 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -831,6 +831,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/xsd.vim
 share/vim/${VIM_SUBDIR}/ftplugin/xslt.vim
 share/vim/${VIM_SUBDIR}/ftplugin/yacc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/yaml.vim
+share/vim/${VIM_SUBDIR}/ftplugin/yara.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zathurarc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zig.vim
 share/vim/${VIM_SUBDIR}/ftplugin/zimbu.vim

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.226 pkgsrc/editors/vim-share/distinfo:1.227
--- pkgsrc/editors/vim-share/distinfo:1.226     Sat Mar 14 23:45:31 2026
+++ pkgsrc/editors/vim-share/distinfo   Sun Mar 22 16:52:45 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.226 2026/03/14 23:45:31 morr Exp $
+$NetBSD: distinfo,v 1.227 2026/03/22 16:52:45 morr Exp $
 
-BLAKE2s (vim-9.2.0167.tar.gz) = f6ab32009cdbc419f4741c47f2d3561bbcbaa0ac781fe83dcb9ce40a49c9f302
-SHA512 (vim-9.2.0167.tar.gz) = 496cb9d857d85493e3e3f03181702beac9dd03100805731448a303282b29b580b1f17b27331ca01a3983f132558ad5b922f76a73352b5a6223f5a6ca272f9ba0
-Size (vim-9.2.0167.tar.gz) = 19816310 bytes
+BLAKE2s (vim-9.2.0219.tar.gz) = 13c45879e6c90966ed82410a7bcd854618fe7ec964d9f30327fe191b0fa8fbb7
+SHA512 (vim-9.2.0219.tar.gz) = ff2b2a773e6f531ade041d551d9df7e428cf16e1fa06907b7aa613364fd778ca5ae6c5a328cb9e4cae72f966670d1dbc47ca75872bb186dabf2387511e5e737c
+Size (vim-9.2.0219.tar.gz) = 19827269 bytes
 SHA1 (patch-Makefile) = 12cfa9f54711f9cc7ce5457c58b38ede059b586d
 SHA1 (patch-feature.h) = a3c58ddf4297df39a06652fa1157ee4be2dfadf5
 SHA1 (patch-popupwin.c) = c191b9648ce4bc6af8456ef699948bf9592797de

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.162 pkgsrc/editors/vim-share/version.mk:1.163
--- pkgsrc/editors/vim-share/version.mk:1.162   Sat Mar 14 23:45:31 2026
+++ pkgsrc/editors/vim-share/version.mk Sun Mar 22 16:52:46 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.162 2026/03/14 23:45:31 morr Exp $
+# $NetBSD: version.mk,v 1.163 2026/03/22 16:52:46 morr Exp $
 
 VIM_VERSION=           9.2
-VIM_PATCHLEVEL=                0167
+VIM_PATCHLEVEL=                0219
 # Changelog: see https://github.com/vim/vim/commits/master/ or
 # with git clone: $ git log --pretty=format:"- %s"
 VIM_SUBDIR=            vim92



Home | Main Index | Thread Index | Old Index