pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2026Q1] pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Apr 25 19:16:14 UTC 2026

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

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

Revisions pulled up:
- editors/vim-share/PLIST                                       1.87
- editors/vim-share/distinfo                                    1.231
- editors/vim-share/version.mk                                  1.167

---
   Module Name:    pkgsrc
   Committed By:   morr
   Date:           Thu Apr 23 22:24:03 UTC 2026

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

   Log Message:
   Update to version 9.2.0390.

   Changes:
   - patch 9.2.0390: filetype: some Beancount files are not recognized
   - patch 9.2.0389: DECRQM still leaves stray "pp" on Apple Terminal.app
   - patch 9.2.0388: strange indent in update_topline()
   - patch 9.2.0387: DECRQM request may leave stray chars in terminal
   - patch 9.2.0386: No scroll/scrollbar support in the tabpanel
   - runtime(sh): allow "#" in special derefs
   - patch 9.2.0385: Integer overflow with "ze" and large 'sidescrolloff'
   - runtime(doc): fix incorrect description of 'scrolloffpad'
   - runtime(graphql): Update syntax script to September 2025 spec
   - patch 9.2.0384: stale Insstart after <Cmd> cursor move breaks undo
   - patch 9.2.0383: [security]: runtime(netrw): shell-injection via
   sftp: and file: URLs
   - patch 9.2.0382: Wayland: focus-stealing is non-working
   - patch 9.2.0381: Vim9: Missing check_secure() in exec_instructions()
   - patch 9.2.0380: completion: a few issues in completion code
   - patch 9.2.0379: gui.color_approx is never used
   - patch 9.2.0378: Using int as bool type in win_T struct
   - patch 9.2.0377: Using int as bool type in gui_T struct
   - patch 9.2.0376: Vim9: elseif condition compiled in dead branch
   - patch 9.2.0375: prop_find() does not find a virt text in starting line
   - patch 9.2.0374: c_CTRL-{G,T} does not handle offset
   - patch 9.2.0373: Ctrl-R mapping not triggered during completion
   - patch 9.2.0372: pum: rendering issues with multibyte text and opacity
   - runtime: Remove wrong syn oneline keyword from a few syntax files
   - patch 9.2.0371: filetype: ghostty config files are not recognized
   - patch 9.2.0370: duplicate code with literal string_T assignment
   - patch 9.2.0369: multiple definitions of STRING_INIT macro
   - patch 9.2.0368: too many strlen() calls when adding strings to dicts
   - patch 9.2.0367: runtime(netrw): ~ note expanded on MS Windows
   - patch 9.2.0366: pum: flicker when updating pum in place
   - patch 9.2.0365: using int as bool
   - patch 9.2.0364: tests: test_smoothscroll_textoff_showbreak() fails
   - patch 9.2.0363: Vim9: variable shadowed by script-local function
   - patch 9.2.0362: division by zero with smoothscroll and small windows
   - CI: Bump the github-actions group across 2 directories with 4 updates
   - patch 9.2.0361: tests: no tests for ch_listen() with IPs
   - runtime(vim9): remove extra escaping in Open
   - runtime(doc): make window option description a bit less vague
   - runtime(django): Removed unsupported template statements and filters
   by current LTS.
   - runtime(django): Add missing djangoStatement `get_language_info`.
   - runtime(django): Add missing statements and filters.
   - runtime(make): fix wrong highlighting with $ inside double quotes
   - patch 9.2.0360: Cannot handle mouse-clicks in the tabpanel
   - patch 9.2.0359: wrong VertSplitNC highlighting on winbar
   - patch 9.2.0358: runtime(vimball): still path traversal attacks possible
   - runtime(gzip): Remove compatibility fall-backs, harden random
   filename generation
   - runtime(netrw): add missing escape() calls
   - runtime(tar): missing g:tar_secure in tar#Extract()


To generate a diff of this commit:
cvs rdiff -u -r1.85.2.1 -r1.85.2.2 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.227.2.3 -r1.227.2.4 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.163.2.3 -r1.163.2.4 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.85.2.1 pkgsrc/editors/vim-share/PLIST:1.85.2.2
--- pkgsrc/editors/vim-share/PLIST:1.85.2.1     Thu Apr  9 18:01:29 2026
+++ pkgsrc/editors/vim-share/PLIST      Sat Apr 25 19:16:14 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.85.2.1 2026/04/09 18:01:29 maya Exp $
+@comment $NetBSD: PLIST,v 1.85.2.2 2026/04/25 19:16:14 bsiegert Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -528,6 +528,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/gdb.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gdscript.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gdshader.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gel.vim
+share/vim/${VIM_SUBDIR}/ftplugin/ghostty.vim
 share/vim/${VIM_SUBDIR}/ftplugin/git.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gitattributes.vim
 share/vim/${VIM_SUBDIR}/ftplugin/gitcommit.vim

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.227.2.3 pkgsrc/editors/vim-share/distinfo:1.227.2.4
--- pkgsrc/editors/vim-share/distinfo:1.227.2.3 Fri Apr 17 17:03:25 2026
+++ pkgsrc/editors/vim-share/distinfo   Sat Apr 25 19:16:14 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.227.2.3 2026/04/17 17:03:25 maya Exp $
+$NetBSD: distinfo,v 1.227.2.4 2026/04/25 19:16:14 bsiegert Exp $
 
-BLAKE2s (vim-9.2.0357.tar.gz) = 558254a00ce6347f91bbd9deb8c4f54a54ab49c3caf1739ee2d3dc16855eba11
-SHA512 (vim-9.2.0357.tar.gz) = 66f2930921321812bae145ad3481f06e489378268da4ddfc0df7a9785bac25c1996f2f3c957488b15893bbcdb0705d48b52d1c94d2eacfa640370db7eef6f696
-Size (vim-9.2.0357.tar.gz) = 19898653 bytes
+BLAKE2s (vim-9.2.0390.tar.gz) = cc1c2926b85f4a4523103156c6a75a5853d5cafc8e00d4d614ccbe00fe3fdc64
+SHA512 (vim-9.2.0390.tar.gz) = 4f56dbe3509400fc464c9ea9c230c7933e677c865149bf6b0def11bb72342e069249049ddcd97b6f9aee8985b99416a30bf51456e4e00b9dd73ce58b0e983e65
+Size (vim-9.2.0390.tar.gz) = 19894266 bytes
 SHA1 (patch-Makefile) = ba433a222f8dc24dabb0b3fabce219acb4565358
 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.163.2.3 pkgsrc/editors/vim-share/version.mk:1.163.2.4
--- pkgsrc/editors/vim-share/version.mk:1.163.2.3       Fri Apr 17 17:03:25 2026
+++ pkgsrc/editors/vim-share/version.mk Sat Apr 25 19:16:14 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.163.2.3 2026/04/17 17:03:25 maya Exp $
+# $NetBSD: version.mk,v 1.163.2.4 2026/04/25 19:16:14 bsiegert Exp $
 
 VIM_VERSION=           9.2
-VIM_PATCHLEVEL=                0357
+VIM_PATCHLEVEL=                0390
 # 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