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: Mon Jun 29 19:14:13 UTC 2026
Modified Files:
pkgsrc/editors/vim-share: PLIST distinfo version.mk
Log Message:
Update to version 9.2.0747.
Changes:
- patch 9.2.0747: cscope: connection leak when growing the array fails
- patch 9.2.0746: NULL pointer dereference in gui_photon
- patch 9.2.0745: Crash with truncated spellfile
- patch 9.2.0744: popup_atcursor() closes immediately on white space
- runtime(odin): Update indent script, add indent tests
- CI: MS-Windows: Run gvim/vim tests in parallel
- patch 9.2.0743: string macros silently accept a size of the wrong type
- runtime(vim): Fix heredoc triggering misidentifcation of Vim9 script
- patch 9.2.0742: filetype: SSH keys and related filetypes not recognized
- runtime(css): add more missing CSS properties
- patch 9.2.0741: complete_check() does not return TRUE for mapped input
- patch 9.2.0740: GTK4: scrollbar wrongly displayed
- patch 9.2.0739: completion: 'autocompletedelay' blocks the main loop and drops autocommands
- runtime: guard recommended style settings consistently
- patch 9.2.0738: ml_recover() may write beyond block buffer
- CI: Bump actions/checkout in the github-actions group across 1 directory
- patch 9.2.0737: tests: comment test can be improved
- patch 9.2.0736: potential command execution in PHP omni-completion
- patch 9.2.0735: [security]: arbitrary Ex command execution during C omni-completion
- runtime(doc): Tweak documentation style and typo
- patch 9.2.0734: function pointer passed to STRNCMP() instead of a length
- runtime(cabal): Update compiler, ftplugin, syntax, add indent script
- patch 9.2.0733: GTK3: GUI slow on X11 since dropping the alpha channel
- patch 9.2.0732: session: terminal restored using absolute columns/rows
- patch 9.2.0731: GTK4 GUI scrollbar size not updated when restoring a session
- patch 9.2.0730: GTK4 GUI tabline is not updated
- patch 9.2.0729: % skips parens on continued quoted lines
- runtime(doc): Add installer updates to version9.txt
- patch 9.2.0728: filetype: supertux info pattern is relative to current dir
- patch 9.2.0727: popup images not rendered correctly when unfocused
- patch 9.2.0726: filetype detect missing from completion
- patch 9.2.0725: [security]: Stack out-of-bounds write in spell_soundfold_sal()
- patch 9.2.0724: Use-after-free when freeing exit_cb job on exit
- patch 9.2.0723: term_start() does not support "noclose"
- patch 9.2.0722: GTK4: find/replace dialog can be improved
- patch 9.2.0721: serverlist() returns strings separated by \n
- patch 9.2.0720: GTK4: no support for browsefilter
- patch 9.2.0719: GTK4: default menu is lacking
- patch 9.2.0718: :syn sync without an argument also lists syntax cluster
- patch 9.2.0717: tests: strange indent in Test_autocmd_dup_arg()
- patch 9.2.0716: filetype: not all supertux files are recognized
- patch 9.2.0715: Coverity warns about copy/paste error in hl_blend_attr()
- patch 9.2.0714: Coverity warns for NULL deref
- patch 9.2.0713: completion: ruler not updated correctly when the popup menu is visible
- patch 9.2.0712: GTK4: dialogs not handling mnemonics correctly
- patch 9.2.0711: leak in ins_compl_infercase_gettext() in error case
- patch 9.2.0710: GTK4 GUI resize handling can be improved
- patch 9.2.0709: GTK4: a few minor issues
- patch 9.2.0708: Leaks in do_autocmd in error case
- runtime(dnsmasq): add new keywords and order existing keywords alphabetically
- CI: Restore daily Coverity Scan
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.240 -r1.241 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.176 -r1.177 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.92 pkgsrc/editors/vim-share/PLIST:1.93
--- pkgsrc/editors/vim-share/PLIST:1.92 Mon Jun 22 22:54:13 2026
+++ pkgsrc/editors/vim-share/PLIST Mon Jun 29 19:14:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.92 2026/06/22 22:54:13 morr Exp $
+@comment $NetBSD: PLIST,v 1.93 2026/06/29 19:14:13 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -868,6 +868,7 @@ share/vim/${VIM_SUBDIR}/indent/bpftrace.
share/vim/${VIM_SUBDIR}/indent/bst.vim
share/vim/${VIM_SUBDIR}/indent/bzl.vim
share/vim/${VIM_SUBDIR}/indent/c.vim
+share/vim/${VIM_SUBDIR}/indent/cabal.vim
share/vim/${VIM_SUBDIR}/indent/cdl.vim
share/vim/${VIM_SUBDIR}/indent/ch.vim
share/vim/${VIM_SUBDIR}/indent/chaiscript.vim
@@ -1827,8 +1828,12 @@ share/vim/${VIM_SUBDIR}/syntax/squirrel.
share/vim/${VIM_SUBDIR}/syntax/srec.vim
share/vim/${VIM_SUBDIR}/syntax/srt.vim
share/vim/${VIM_SUBDIR}/syntax/ssa.vim
+share/vim/${VIM_SUBDIR}/syntax/sshallowedsigners.vim
+share/vim/${VIM_SUBDIR}/syntax/sshauthorizedkeys.vim
share/vim/${VIM_SUBDIR}/syntax/sshconfig.vim
share/vim/${VIM_SUBDIR}/syntax/sshdconfig.vim
+share/vim/${VIM_SUBDIR}/syntax/sshknownhosts.vim
+share/vim/${VIM_SUBDIR}/syntax/sshpublickey.vim
share/vim/${VIM_SUBDIR}/syntax/st.vim
share/vim/${VIM_SUBDIR}/syntax/stata.vim
share/vim/${VIM_SUBDIR}/syntax/stp.vim
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.240 pkgsrc/editors/vim-share/distinfo:1.241
--- pkgsrc/editors/vim-share/distinfo:1.240 Mon Jun 22 22:54:13 2026
+++ pkgsrc/editors/vim-share/distinfo Mon Jun 29 19:14:13 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.240 2026/06/22 22:54:13 morr Exp $
+$NetBSD: distinfo,v 1.241 2026/06/29 19:14:13 morr Exp $
-BLAKE2s (vim-9.2.0707.tar.gz) = d8a993c9c28ff4ad2080aa9801b4d1e55ad05d91a49c23e120e093ce000f4639
-SHA512 (vim-9.2.0707.tar.gz) = 6cc57fa5a47fa65f3685e03f0097d9040d98fcf7dc3cb052660bab7af5708dee7d575cf54e985b53c466add4a8b9b3c7f50da0101463d889a8ebfdb6e40c94db
-Size (vim-9.2.0707.tar.gz) = 19852015 bytes
+BLAKE2s (vim-9.2.0747.tar.gz) = a54bc33897abc90421921d2226c213c961377715a40ce93bd45900b75d5bb9f1
+SHA512 (vim-9.2.0747.tar.gz) = 9dba40e94e09879eed41555be1275b993cac9b85b1105635f3c1dd2f5c3171f41db09c18b75313d1c6e4c2e5562b8542c4c8861929128a541c77f7e351eb425c
+Size (vim-9.2.0747.tar.gz) = 19908675 bytes
SHA1 (patch-Makefile) = ba433a222f8dc24dabb0b3fabce219acb4565358
SHA1 (patch-feature.h) = 24b1068cf023c90d9efaad7fe4d5b653c50989d1
SHA1 (patch-popupwin.c) = 0b82a5b9050beaec1a0b6c4f4babcc3621bd075f
Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.176 pkgsrc/editors/vim-share/version.mk:1.177
--- pkgsrc/editors/vim-share/version.mk:1.176 Mon Jun 22 22:54:13 2026
+++ pkgsrc/editors/vim-share/version.mk Mon Jun 29 19:14:13 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.176 2026/06/22 22:54:13 morr Exp $
+# $NetBSD: version.mk,v 1.177 2026/06/29 19:14:13 morr Exp $
VIM_VERSION= 9.2
-VIM_PATCHLEVEL= 0707
+VIM_PATCHLEVEL= 0747
# Changelog: see https://github.com/vim/vim/commits/master/ or
# with git clone: $ git log --pretty=format:"- %s" v<old_version>...HEAD
VIM_SUBDIR= vim92
Home |
Main Index |
Thread Index |
Old Index