pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q4] pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Jan 28 08:55:59 UTC 2025

Modified Files:
        pkgsrc/editors/vim-share [pkgsrc-2024Q4]: PLIST distinfo version.mk

Log Message:
Pullup ticket #6934 - requested by morr
editors/vim-share: security fix

Revisions pulled up:
- editors/vim-share/PLIST                                       1.75
- editors/vim-share/distinfo                                    1.214
- editors/vim-share/version.mk                                  1.153

---
   Module Name:    pkgsrc
   Committed By:   morr
   Date:           Mon Jan 27 23:04:48 UTC 2025

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

   Log Message:
   Update to newest snapshot 9.1.1054.

   Changes:

   - patch 9.1.1054: Vim doesn't work well with TERM=xterm-direct
   - runtime(filetype): commit 99181205c5f8284a3 breaks V lang detection
   - runtime: decouple Open and Launch commands and gx mapping from netrw
   - patch 9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt'
   - runtime(just): fix typo in syntax file
   - runtime(filetype): Improve Verilog detection by checking for modules definition
   - patch 9.1.1052: tests: off-by-one error in CheckCWD in test_debugger.vim
   - patch 9.1.1051: tests: no support for env variables when running Vim in terminal
   - patch 9.1.1050: too many strlen() calls in os_unix.c
   - patch 9.1.1049: insert-completed items are always sorted
   - patch 9.1.1048: crash after scrolling and pasting in silent Ex mode
   - patch 9.1.1047: Makefiles uses non-portable syntax
   - patch 9.1.1046: fuzzymatching doesn't prefer matching camelcase
   - patch 9.1.1045: filetype: N-Tripels and TriG files are not recognized
   - patch 9.1.1044: Vim9: Patch 9.1.1014 causes regressions
   - Update .gitignore for v9.1.1036
   - translation(sr): Update Serbian messages translation
   - patch 9.1.1043: [security]: segfault in win_line()
   - runtime(doc): update helptags
   - patch 9.1.1042: filetype: just files are not recognized
   - runtime(vim): Update base-syntax, match ternary and falsy operators
   - patch 9.1.1041: Vim9: out-of-bound access when echoing an enum
   - patch 9.1.1040: Vim9: imported type cannot be used as func return type
   - runtime(kconfig): updated ftplugin and syntax script
   - runtime(doc): rename last t_BG reference to t_RB
   - patch 9.1.1039: Vim9: comments are outdated
   - patch 9.1.1038: tests: test_channel.py fails with IPv6
   - runtime(vim): Update base-syntax, fix is/isnot operator matching
   - patch 9.1.1037: Vim9: confusing error when using abstract method via super
   - patch 9.1.1036: make install fails when using shadowdir
   - patch 9.1.1035: Vim9: memory leak with blob2str()
   - runtime(tex): add texEmphStyle to texMatchGroup in syntax script
   - CI: bump windows python to 3.12
   - runtime(netrw): upstream snapshot of v175
   - CI: add Linux arm64 CI job
   - patch 9.1.1033: Vim9: compiling abstract method fails without return
   - CI: bump windows libsodium to 1.0.20
   - runtime(c): add new constexpr keyword to syntax file (C23)
   - patch 9.1.1033: tests: shaderslang was removed from test_filetype erroneously
   - patch 9.1.1032: link error when FEAT_SPELL not defined
   - patch 9.1.1031: Coverity complains about insecure data handling
   - runtime(sh): update syntax script
   - runtime(c): Add missing syntax test files
   - patch 9.1.1030: filetype: setting bash filetype is backwards incompatible
   - runtime(c): Update syntax and ftplugin files
   - patch 9.1.1029: the installer can be improved
   - patch 9.1.1028: too many strlen() calls in screen.c
   - patch 9.1.1027: no sanitize check when running linematch
   - patch 9.1.1026: filetype: swc configuration files are not recognized
   - runtime(netrw): change netrw maintainer
   - patch 9.1.1025: wrong return type of blob2str()
   - patch 9.1.1024: blob2str/str2blob() do not support list of strings
   - runtime(doc): fix typo in usr_02.txt
   - patch 9.1.1023: Coverity complains about dereferencing NULL pointer
   - patch 9.1.1022: linematch option value not completed
   - patch 9.1.1021: string might be used without a trailing NUL
   - patch 9.1.1020: no way to get current selected item in a async context
   - patch 9.1.1019: filetype: fd ignore files are not recognized
   - patch 9.1.1018: v9.1.0743 causes regression with diff mode
   - runtime(doc): fix base64 encode/decode examples
   - patch 9.1.1017: Vim9: Patch 9.1.1013 causes a few problems
   - patch 9.1.1016: Not possible to convert string2blob and blob2string
   - patch 9.1.1015: Coverity complains about dereferencing NULL value
   - patch 9.1.1014: Vim9: variable not found in transitive import
   - runtime(colors): Update colorschemes, include new unokai colorscheme
   - patch 9.1.1013: Vim9: Regression caused by patch v9.1.0646
   - runtime(lyrics): support milliseconds in syntax script
   - runtime(vim): Split Vim legacy and Vim9 script indent tests
   - patch 9.1.1012: Vim9: class interface inheritance not correctly working
   - patch 9.1.1011: popupmenu internal error with some abbr in completion item
   - patch 9.1.1010: filetype: VisualCode setting file not recognized
   - patch 9.1.1009: diff feature can be improved
   - patch 9.1.1008: tests: test for patch 9.1.1006 doesn't fail without the patch
   - patch 9.1.1007: filetype: various ignore are not recognized
   - tests: Load screendump files with "git vimdumps"
   - patch 9.1.1006: PmenuMatch completion highlight can be combined
   - patch 9.1.1005: completion text is highlighted even with no pattern found


To generate a diff of this commit:
cvs rdiff -u -r1.73.2.1 -r1.73.2.2 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.212.2.1 -r1.212.2.2 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.151.2.1 -r1.151.2.2 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.73.2.1 pkgsrc/editors/vim-share/PLIST:1.73.2.2
--- pkgsrc/editors/vim-share/PLIST:1.73.2.1     Thu Jan 16 19:00:32 2025
+++ pkgsrc/editors/vim-share/PLIST      Tue Jan 28 08:55:59 2025
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.73.2.1 2025/01/16 19:00:32 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.73.2.2 2025/01/28 08:55:59 bsiegert Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
 man/man1/vimdiff.1
 man/man1/vimtutor.1
 man/man1/xxd.1
+share/vim/${VIM_SUBDIR}/LICENSE
+share/vim/${VIM_SUBDIR}/README.txt
 share/vim/${VIM_SUBDIR}/autoload/README.txt
 share/vim/${VIM_SUBDIR}/autoload/RstFold.vim
 share/vim/${VIM_SUBDIR}/autoload/ada.vim
@@ -36,9 +38,6 @@ share/vim/${VIM_SUBDIR}/autoload/htmlcom
 share/vim/${VIM_SUBDIR}/autoload/javaformat.vim
 share/vim/${VIM_SUBDIR}/autoload/javascriptcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/modula2.vim
-share/vim/${VIM_SUBDIR}/autoload/netrw.vim
-share/vim/${VIM_SUBDIR}/autoload/netrwSettings.vim
-share/vim/${VIM_SUBDIR}/autoload/netrw_gitignore.vim
 share/vim/${VIM_SUBDIR}/autoload/paste.vim
 share/vim/${VIM_SUBDIR}/autoload/phpcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/python.vim
@@ -102,6 +101,7 @@ share/vim/${VIM_SUBDIR}/colors/slate.vim
 share/vim/${VIM_SUBDIR}/colors/sorbet.vim
 share/vim/${VIM_SUBDIR}/colors/tools/check_colors.vim
 share/vim/${VIM_SUBDIR}/colors/torte.vim
+share/vim/${VIM_SUBDIR}/colors/unokai.vim
 share/vim/${VIM_SUBDIR}/colors/wildcharm.vim
 share/vim/${VIM_SUBDIR}/colors/zaibatsu.vim
 share/vim/${VIM_SUBDIR}/colors/zellner.vim
@@ -328,7 +328,6 @@ share/vim/${VIM_SUBDIR}/doc/starting.txt
 share/vim/${VIM_SUBDIR}/doc/syntax.txt
 share/vim/${VIM_SUBDIR}/doc/tabpage.txt
 share/vim/${VIM_SUBDIR}/doc/tags
-share/vim/${VIM_SUBDIR}/doc/tags-ru
 share/vim/${VIM_SUBDIR}/doc/tagsrch.txt
 share/vim/${VIM_SUBDIR}/doc/term.txt
 share/vim/${VIM_SUBDIR}/doc/terminal.txt
@@ -336,7 +335,6 @@ share/vim/${VIM_SUBDIR}/doc/testing.txt
 share/vim/${VIM_SUBDIR}/doc/textprop.txt
 share/vim/${VIM_SUBDIR}/doc/tips.txt
 share/vim/${VIM_SUBDIR}/doc/todo.txt
-share/vim/${VIM_SUBDIR}/doc/uganda.rux
 share/vim/${VIM_SUBDIR}/doc/uganda.txt
 share/vim/${VIM_SUBDIR}/doc/undo.txt
 share/vim/${VIM_SUBDIR}/doc/userfunc.txt
@@ -561,6 +559,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/jsonc.v
 share/vim/${VIM_SUBDIR}/ftplugin/jsonnet.vim
 share/vim/${VIM_SUBDIR}/ftplugin/jsp.vim
 share/vim/${VIM_SUBDIR}/ftplugin/julia.vim
+share/vim/${VIM_SUBDIR}/ftplugin/just.vim
 share/vim/${VIM_SUBDIR}/ftplugin/karel.vim
 share/vim/${VIM_SUBDIR}/ftplugin/kconfig.vim
 share/vim/${VIM_SUBDIR}/ftplugin/kdl.vim
@@ -870,6 +869,7 @@ share/vim/${VIM_SUBDIR}/indent/json5.vim
 share/vim/${VIM_SUBDIR}/indent/jsonc.vim
 share/vim/${VIM_SUBDIR}/indent/jsp.vim
 share/vim/${VIM_SUBDIR}/indent/julia.vim
+share/vim/${VIM_SUBDIR}/indent/just.vim
 share/vim/${VIM_SUBDIR}/indent/kdl.vim
 share/vim/${VIM_SUBDIR}/indent/kotlin.vim
 share/vim/${VIM_SUBDIR}/indent/krl.vim
@@ -1030,6 +1030,14 @@ share/vim/${VIM_SUBDIR}/pack/dist/opt/ma
 share/vim/${VIM_SUBDIR}/pack/dist/opt/matchit/doc/matchit.txt
 share/vim/${VIM_SUBDIR}/pack/dist/opt/matchit/doc/tags
 share/vim/${VIM_SUBDIR}/pack/dist/opt/matchit/plugin/matchit.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/LICENSE.txt
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/README.md
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrwSettings.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw_gitignore.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/doc/netrw.txt
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/plugin/netrwPlugin.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/syntax/netrw.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/nohlsearch/plugin/nohlsearch.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/shellmenu/plugin/shellmenu.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/swapmouse/plugin/swapmouse.vim
@@ -1041,6 +1049,7 @@ share/vim/${VIM_SUBDIR}/plugin/logiPat.v
 share/vim/${VIM_SUBDIR}/plugin/manpager.vim
 share/vim/${VIM_SUBDIR}/plugin/matchparen.vim
 share/vim/${VIM_SUBDIR}/plugin/netrwPlugin.vim
+share/vim/${VIM_SUBDIR}/plugin/openPlugin.vim
 share/vim/${VIM_SUBDIR}/plugin/rrhelper.vim
 share/vim/${VIM_SUBDIR}/plugin/spellfile.vim
 share/vim/${VIM_SUBDIR}/plugin/tarPlugin.vim
@@ -1405,6 +1414,7 @@ share/vim/${VIM_SUBDIR}/syntax/json5.vim
 share/vim/${VIM_SUBDIR}/syntax/jsonc.vim
 share/vim/${VIM_SUBDIR}/syntax/jsp.vim
 share/vim/${VIM_SUBDIR}/syntax/julia.vim
+share/vim/${VIM_SUBDIR}/syntax/just.vim
 share/vim/${VIM_SUBDIR}/syntax/karel.vim
 share/vim/${VIM_SUBDIR}/syntax/kconfig.vim
 share/vim/${VIM_SUBDIR}/syntax/kdl.vim
@@ -1515,7 +1525,6 @@ share/vim/${VIM_SUBDIR}/syntax/ncf.vim
 share/vim/${VIM_SUBDIR}/syntax/neomuttlog.vim
 share/vim/${VIM_SUBDIR}/syntax/neomuttrc.vim
 share/vim/${VIM_SUBDIR}/syntax/netrc.vim
-share/vim/${VIM_SUBDIR}/syntax/netrw.vim
 share/vim/${VIM_SUBDIR}/syntax/nginx.vim
 share/vim/${VIM_SUBDIR}/syntax/ninja.vim
 share/vim/${VIM_SUBDIR}/syntax/nix.vim

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.212.2.1 pkgsrc/editors/vim-share/distinfo:1.212.2.2
--- pkgsrc/editors/vim-share/distinfo:1.212.2.1 Thu Jan 16 19:00:32 2025
+++ pkgsrc/editors/vim-share/distinfo   Tue Jan 28 08:55:59 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.212.2.1 2025/01/16 19:00:32 bsiegert Exp $
+$NetBSD: distinfo,v 1.212.2.2 2025/01/28 08:55:59 bsiegert Exp $
 
-BLAKE2s (vim-9.1.1004.tar.gz) = baa4e595ba7302951417df9bee8f955493c076786d6b67cbae200d85abe5400b
-SHA512 (vim-9.1.1004.tar.gz) = 4046e99a9edec495fdf286b7c02e580c185a14cc0103e63fbac86583b8236761b0798166a75350e49759e1c77cfc8668b2641e1820db5bd1e52b2885a9af5e57
-Size (vim-9.1.1004.tar.gz) = 18394139 bytes
+BLAKE2s (vim-9.1.1054.tar.gz) = 21631414724730147bbb4db3859796253fce422184f8da2cbb16883b03fcba5a
+SHA512 (vim-9.1.1054.tar.gz) = b2fe419f909495d3944b29bc1321d54c80d47b02bb6dd303b8ecbcd96721a7f51aa98d4ecc092895cf07db79eb8e38d9f01359c5a2bd3497652871469b1408c4
+Size (vim-9.1.1054.tar.gz) = 18432111 bytes
 SHA1 (patch-Makefile) = d05c1b787804bc0907cbb9476d54aef558ceddad
 SHA1 (patch-feature.h) = e7d3385dc09e0ed7d45577344e9988264c0de4dd

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.151.2.1 pkgsrc/editors/vim-share/version.mk:1.151.2.2
--- pkgsrc/editors/vim-share/version.mk:1.151.2.1       Thu Jan 16 19:00:33 2025
+++ pkgsrc/editors/vim-share/version.mk Tue Jan 28 08:55:59 2025
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.151.2.1 2025/01/16 19:00:33 bsiegert Exp $
+# $NetBSD: version.mk,v 1.151.2.2 2025/01/28 08:55:59 bsiegert Exp $
 
 VIM_VERSION=           9.1
-VIM_PATCHLEVEL=                1004
+VIM_PATCHLEVEL=                1054
 # Changelog: see https://github.com/vim/vim/commits/master/ or
 # with git clone: $ git log --pretty=format:"- %s"
 VIM_SUBDIR=            vim91



Home | Main Index | Thread Index | Old Index