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: Sat Feb 28 16:11:28 UTC 2026
Modified Files:
pkgsrc/editors/vim-share: PLIST distinfo version.mk
Log Message:
Security update to patchset 9.2.0077.
Changes:
- patch 9.2.0077: [security]: Crash when recovering a corrupted swap file
- patch 9.2.0076: [security]: buffer-overflow in terminal handling
- patch 9.2.0075: [security]: Buffer underflow with emacs tag file
- patch 9.2.0074: [security]: Crash with overlong emacs tag file
- patch 9.2.0073: [security]: possible command injection using netrw
- patch 9.2.0072: inside_block() uses wrong index in loop
- patch 9.2.0071: Vim9: lambda function deleted on re-sourcing
- patch 9.2.0070: tests: various tests leave swapfiles around
- runtime(env): add ftplugin for env filetype
- patch 9.2.0069: highlight: incorrect string length and redundant code
- patch 9.2.0068: Inefficient use of list_append_string()
- patch 9.2.0067: memory leak in dict_extend_func()
- patch 9.2.0066: memory leak in build_drop_cmd()
- patch 9.2.0065: memory leak in invoke_sync_listeners()
- patch 9.2.0064: popup: opacity feature causes flickering
- patch 9.2.0063: memory leak in type_name_list_or_dict()
- patch 9.2.0062: Using the wrong field with DAP channel mode
- patch 9.2.0061: Not possible to know when a session will be loaded
- patch 9.2.0060: No support for the DAP channel mode
- patch 9.2.0059: memory leak in fill_assert_error
- patch 9.2.0058: Compile error in did_set_previewpopup()
- patch 9.2.0057: memory leak in exe_newdict()
- patch 9.2.0056: memory leak in ex_substitute
- patch 9.2.0055: memory leak in ExpandFromContext()
- patch 9.2.0054: eval_addblob() is inefficient
- patch 9.2.0053: Vims list concatenation is inefficient
- patch 9.2.0052: Wayland: hiding lower half of command line in tiny vim
- patch 9.2.0051: 'previewpopup' is missing features available in 'completepopup'
- patch 9.2.0050: WM_SETFOCUS not handled immediately
- patch 9.2.0049: Vim9: typename() wrong for lists/dicts/tuples with shared references
- patch 9.2.0048: MS-Windows: ConPTY not yet preferred
- patch 9.2.0047: Vim9: Comment parsing error with lambda
- runtime(sshconfig): Add 3 additional keywords to syntax script
- patch 9.2.0046: filetype: neon files are not recoginzed
- patch 9.2.0045: wrongly resetting the foreground cterm color
- translation(it): Update Italian translation
- patch 9.2.0044: Wayland: still performance issues
- tests(commondumps): Make mark-line-related optimisations
- CI: Avoid referencing the unstable ddebs.ubuntu.com/noble-proposed mirror
- patch 9.2.0043: crypt: Crash when reading an encrypted UTF-8 file
- patch 9.2.0042: crypt: cannot decrypt empty file
- patch 9.2.0041: Not always using GA_CONCAT_LITERAL
- Add information for runtime files in the bug template.
- Maintainers: Update MAINTAINERS file
- patch 9.2.0040: completion: preinsert wrong with register completion
- patch 9.2.0039: potential integer underflow in screen_line()
- translation(sr): Update Serbian messages translation
- patch 9.2.0038: Wayland: Not using bool type
- patch 9.2.0037: netrw: need better tests for absolute paths
- patch 9.2.0036: completion: thesaurus completion incorrect with "longest/fuzzy"
- patch 9.2.0035: syntax highlighting lost in popup with opacity
- patch 9.2.0034: redundant code in hl_blend_attr()
- patch 9.2.0033: filetype: sh filetype used for env files
- runtime(typeset): enable localization for ConTeXt, METAFONT and MetaPost
- runtime(apache): Add 'SSLVHostSNIPolicy' declaration to syntax script
- patch 9.2.0032: completion: hang with line completion and fuzzy
- patch 9.2.0031: Inefficient use of ga_concat()
- patch 9.2.0030: completion: non-prefix matches shown when leader is NULL
- patch 9.2.0029: STRLEN() used for a string literal
- runtime(progress): Use setlocal for expandtab
- patch 9.2.0028: matchadd() conceal may use unrelated syntax cchar
- patch 9.2.0027: filetype: yara files are not recognized
- patch 9.2.0026: The ss_pending_cmds variable is visible globally
- runtime(less.sh): Fix reading from stdin.
- translation(zh): Update menu translation for changed "Sponsor" entry
- runtime(doctags): remove unused header include file
- Filelist: Fix CI error caused by xdg.vim missing in Filelist
- runtime(xdg): Move viminfofile storage to state dir
- runtime(xdg): remove // from 'undo' and 'viwedir'
- patch 9.2.0025: filetype: cshtml incorrectly recognized
- patch 9.2.0024: Reading files with very long lines crashes with a segfault
- patch 9.2.0023: fix integer overflow in ml_append_int() for long lines
- patch 9.2.0022: bt_quickfix() is slow
- patch 9.2.0021: channel: connection timeout fails to fall back to IPv4
- patch 9.2.0020: Wrong shortened buffer after :cd with duplicate slashes
- runtime(doc): Mention xdg.vim in version9.txt
- patch 9.2.0019: Hard to configure Vim according to full XDG spec
- runtime(syntax-tests): Fail when executable syntax tests are found
- README.md: mention r/vim and #vim libera
- patch 9.2.0018: high cpu usage with Wayland compositor
- patch 9.2.0017: popup: cannot allow to specify transparency
- runtime(less.sh): simplify the script and avoid startup messages
- patch 9.2.0016: popup border not redrawn correctly with wide chars
- runtime(ccomplete): handle structs from tags file
- translation(ta): Update Tamil Translation
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.224 -r1.225 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.160 -r1.161 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.82 pkgsrc/editors/vim-share/PLIST:1.83
--- pkgsrc/editors/vim-share/PLIST:1.82 Tue Feb 17 20:35:35 2026
+++ pkgsrc/editors/vim-share/PLIST Sat Feb 28 16:11:28 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.82 2026/02/17 20:35:35 morr Exp $
+@comment $NetBSD: PLIST,v 1.83 2026/02/28 16:11:28 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -504,6 +504,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/eiffel.
share/vim/${VIM_SUBDIR}/ftplugin/elinks.vim
share/vim/${VIM_SUBDIR}/ftplugin/elixir.vim
share/vim/${VIM_SUBDIR}/ftplugin/elm.vim
+share/vim/${VIM_SUBDIR}/ftplugin/env.vim
share/vim/${VIM_SUBDIR}/ftplugin/erlang.vim
share/vim/${VIM_SUBDIR}/ftplugin/eruby.vim
share/vim/${VIM_SUBDIR}/ftplugin/eterm.vim
@@ -1348,6 +1349,7 @@ share/vim/${VIM_SUBDIR}/syntax/elf.vim
share/vim/${VIM_SUBDIR}/syntax/elinks.vim
share/vim/${VIM_SUBDIR}/syntax/elm.vim
share/vim/${VIM_SUBDIR}/syntax/elmfilt.vim
+share/vim/${VIM_SUBDIR}/syntax/env.vim
share/vim/${VIM_SUBDIR}/syntax/erlang.vim
share/vim/${VIM_SUBDIR}/syntax/eruby.vim
share/vim/${VIM_SUBDIR}/syntax/esmtprc.vim
@@ -2034,3 +2036,4 @@ share/vim/${VIM_SUBDIR}/tutor/tutor2.ru
share/vim/${VIM_SUBDIR}/tutor/tutor2.sr
share/vim/${VIM_SUBDIR}/tutor/tutor2.sv
share/vim/${VIM_SUBDIR}/vimrc_example.vim
+share/vim/${VIM_SUBDIR}/xdg.vim
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.224 pkgsrc/editors/vim-share/distinfo:1.225
--- pkgsrc/editors/vim-share/distinfo:1.224 Tue Feb 17 20:35:35 2026
+++ pkgsrc/editors/vim-share/distinfo Sat Feb 28 16:11:28 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.224 2026/02/17 20:35:35 morr Exp $
+$NetBSD: distinfo,v 1.225 2026/02/28 16:11:28 morr Exp $
-BLAKE2s (vim-9.2.0015.tar.gz) = e04e908540357c9b8b1e736462280c02b82e015e19f7a88ae2e5dfa5686ae79f
-SHA512 (vim-9.2.0015.tar.gz) = 2448e6f250abe89ea54b5dc505c9b9b9ccd7c5001031309c0c9975a90e0dee5e6ff49c47932c85ccdfb6a433fda24d23aaceb73b1d0b39357b1185d9a1758d2c
-Size (vim-9.2.0015.tar.gz) = 19586612 bytes
+BLAKE2s (vim-9.2.0077.tar.gz) = 0aea0c67e73e013b2bdef43bf03a2a9fd65cae26e5c658f9f35cf062ba46e3f1
+SHA512 (vim-9.2.0077.tar.gz) = b617896ac4506127d6982f8f76d7977fbbcad48cb3106602e430e98f8a51340d8fe3f9dcde65cdbfe6da853f4def111922a27432c3e6ff043098a9d15e82399e
+Size (vim-9.2.0077.tar.gz) = 19755761 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.160 pkgsrc/editors/vim-share/version.mk:1.161
--- pkgsrc/editors/vim-share/version.mk:1.160 Tue Feb 17 20:35:35 2026
+++ pkgsrc/editors/vim-share/version.mk Sat Feb 28 16:11:28 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.160 2026/02/17 20:35:35 morr Exp $
+# $NetBSD: version.mk,v 1.161 2026/02/28 16:11:28 morr Exp $
VIM_VERSION= 9.2
-VIM_PATCHLEVEL= 0015
+VIM_PATCHLEVEL= 0077
# 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