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:           Tue Feb 17 20:35:35 UTC 2026

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

Log Message:
Welcome to new version 9.2.

Changes:
- patch 9.2.0015: Vim gets confused by OSC handling
- proto: make proto doesn't handle bool type correctly
- runtime(doc): Update runtimepath default locations
- patch 9.2.0014: unsafe string functions may lead to buffer overflows
- patch 9.2.0013: parallel make invocation may break Wayland header generation
- patch 9.2.0012: Build fails when wayland is not defined
- patch 9.2.0011: A few double semicolons after statement
- runtime(doc): Update version9.txt, update the description of getwininfo()
- Fix a few more typos in various files
- runtime(doc): correct XDG runtimepath
- patch 9.2.0010: Using Wayland compositor is still slow
- patch 9.2.0009: tests: test_cindent are not ordered
- runtime(zip): use system() instead of :!
- patch 9.2.0008: MS-Windows: font size calculation may be wrong
- patch 9.2.0007: cindent: recognizing labels within commented lines
- patch 9.2.0006: powershell commands wrongly wrapped when executed
- patch 9.2.0005: Coverity reports unreachable code
- runtime(fstab): Add cgroup2 to valid device types
- runtime(hare): update syntax script for Hare 0.26.0
- runtime(vim): Error codes should not be highlighed with vim9CommentTitle
- runtime(netrw): Use right file system commands initialization for Windows
- patch 9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopinsert
- patch 9.2.0003: tests: invalid indent in message.c
- Makefile: dosrt target fails because of duplicate lang directories
- runtime(sh): fix spurious nextgroup=shComment on shEscape
- patch 9.2.0002: str2specialbuf() can be improved
- README: Updated version from 91 to 92 in various READMEs
- patch 9.1.0001: tests: Test_popup_setbuf() fails
- patch 9.2.0: Need a new Vim release
- runtime(doc): Update todo.txt and remove solved issues
- runtime(doc): Clarify :bd behaviour
- patch 9.1.2148: [security]: Buffer overflow in netbeans interface
- runtime(doc): Fix typos in version9.txt
- runtime(systemverilog): use correct matchit pattern for the covergroup block
- runtime(doc): Fix typos in markdown READMEs
- runtime(go,gleam): Remove 'formatprg' from ftplugins
- runtime(sudoers): highlight usernames with hyphens, digits, underscores
- runtime(doc): Use ellipses for overlength example comments at :help vim9.txt
- runtime(css): Add missing numeric units
- installman: Update the sed patterns in installman.sh
- patch 9.1.2147: Compile warning in strings.c
- runtime(doc): various netrw related corrections
- patch 9.1.2146: filetype: cel files are not recognized
- runtime(sh): Fix some ksh-specific deficiencies in syntax script
- runtime(sshdconfig): Update syntax
- patch 9.1.2145: intstalltutor Makefile target does not create the tutor/sv dir
- runtime(django): add syntax support for partial
- tests(commondumps): Mark and fold lines in screendump views
- runtime(vimgoto): Fix gf in Vim script
- runtime(java): Allow for org.TopLevelType<T>.NestedType return types
- runtime(doc): Fix typo in runtime/doc/cmdline.txt
- runtime(ruby): Update for Vim 9.2 release
- runtime(doc): clarify the use of 'iskeyword' option value
- patch 9.1.2144: garbage collection may invalidate the recorded buffer changes
- runtime(doc): Mark 'scrollfocus' as non-functional
- patch 9.1.2143: wrong rendering of popups when overlapping wide char
- patch 9.1.2142: MS-Windows: mouse scroll events not handled for popups
- runtime(doc): add Swedish entries to Make_all.mak, add conversion rule to Makefile
- runtime(nginx): Update nginx syntax script
- runtime(nginx): highlight Lua in set_by_lua_block in syntax script
- patch 9.1.2141: Truncation when serializing libsodium encryption parameters
- runtime(gdb): Update syntax and ftplugin
- translation(ru): Update Russian translation and fix typos in tutor
- Revert "CI: Manage multibyte characters in syntax tests"
- patch 9.1.2140: tests: Test_wayland_protocol_error_overflow() fails
- runtime(python3complete): remove trailing white space
- runtime(compiler): fix space escape in pyright
- patch 9.1.2139: Buffer overflow in :wlrestore command
- patch 9.1.2138: win_execute() and 'autochdir' can corrupt buffer name
- patch 9.1.2137: test: Update tests for OpenBSD
- patch 9.1.2136: :tab sbuffer may close old tabpage
- runtime(tar): Make the path traversal detection more robust
- runtime(doc): clarify term_cols allowed range in terminal.txt
- runtime(doc): Add Swedish to help-translated list
- runtime(doc): Remove Swedish translation help.svx
- runtime(doc): fix pattern problem in cmdline.txt
- patch 9.1.2135: tests: tar plugin does not consider 'nowrapscan'
- runtime(lf): update syntax to support lf version r41
- patch 9.1.2134: Terminal doesn't handle split UTF-8 sequence after ASCII
- runtime(hare): update to match upstream
- patch 9.1.2133: Another case of buffer overflow with 'helpfile'


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/vim-share/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.223 -r1.224 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.159 -r1.160 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/Makefile
diff -u pkgsrc/editors/vim-share/Makefile:1.75 pkgsrc/editors/vim-share/Makefile:1.76
--- pkgsrc/editors/vim-share/Makefile:1.75      Sat Feb 14 07:41:00 2026
+++ pkgsrc/editors/vim-share/Makefile   Tue Feb 17 20:35:35 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2026/02/14 07:41:00 taca Exp $
+# $NetBSD: Makefile,v 1.76 2026/02/17 20:35:35 morr Exp $
 
 PKGNAME=               vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=   1
 COMMENT=               Data files for the vim editor (vi clone)
 
 .include               "Makefile.common"

Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.81 pkgsrc/editors/vim-share/PLIST:1.82
--- pkgsrc/editors/vim-share/PLIST:1.81 Thu Feb  5 23:20:23 2026
+++ pkgsrc/editors/vim-share/PLIST      Tue Feb 17 20:35:35 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.81 2026/02/05 23:20:23 morr Exp $
+@comment $NetBSD: PLIST,v 1.82 2026/02/17 20:35:35 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -274,7 +274,6 @@ share/vim/${VIM_SUBDIR}/doc/gui_w32.txt
 share/vim/${VIM_SUBDIR}/doc/gui_x11.txt
 share/vim/${VIM_SUBDIR}/doc/hangulin.txt
 share/vim/${VIM_SUBDIR}/doc/hebrew.txt
-share/vim/${VIM_SUBDIR}/doc/help.svx
 share/vim/${VIM_SUBDIR}/doc/help.txt
 share/vim/${VIM_SUBDIR}/doc/helphelp.txt
 share/vim/${VIM_SUBDIR}/doc/howto.txt
@@ -341,7 +340,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-sv
 share/vim/${VIM_SUBDIR}/doc/tagsrch.txt
 share/vim/${VIM_SUBDIR}/doc/term.txt
 share/vim/${VIM_SUBDIR}/doc/terminal.txt

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.223 pkgsrc/editors/vim-share/distinfo:1.224
--- pkgsrc/editors/vim-share/distinfo:1.223     Thu Feb  5 23:20:23 2026
+++ pkgsrc/editors/vim-share/distinfo   Tue Feb 17 20:35:35 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.223 2026/02/05 23:20:23 morr Exp $
+$NetBSD: distinfo,v 1.224 2026/02/17 20:35:35 morr Exp $
 
-BLAKE2s (vim-9.1.2132.tar.gz) = 27e15034126b31e83e1040075c4ead56aec3f38a694b52e7447a90418e789944
-SHA512 (vim-9.1.2132.tar.gz) = 3d481d4e9fb716efb4df925a6ef3b69af98a684a9507079ddecdf91e90830fee9f865389611dce2da2c90dae4f881f610d15d4657764e4684f27bce5d9013631
-Size (vim-9.1.2132.tar.gz) = 19518340 bytes
+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
 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.159 pkgsrc/editors/vim-share/version.mk:1.160
--- pkgsrc/editors/vim-share/version.mk:1.159   Thu Feb  5 23:20:23 2026
+++ pkgsrc/editors/vim-share/version.mk Tue Feb 17 20:35:35 2026
@@ -1,9 +1,9 @@
-# $NetBSD: version.mk,v 1.159 2026/02/05 23:20:23 morr Exp $
+# $NetBSD: version.mk,v 1.160 2026/02/17 20:35:35 morr Exp $
 
-VIM_VERSION=           9.1
-VIM_PATCHLEVEL=                2132
+VIM_VERSION=           9.2
+VIM_PATCHLEVEL=                0015
 # Changelog: see https://github.com/vim/vim/commits/master/ or
 # with git clone: $ git log --pretty=format:"- %s"
-VIM_SUBDIR=            vim91
+VIM_SUBDIR=            vim92
 
 PRINT_PLIST_AWK+=      { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; }



Home | Main Index | Thread Index | Old Index