pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/neovim
Module Name: pkgsrc
Committed By: leot
Date: Thu Apr 2 17:25:44 UTC 2026
Modified Files:
pkgsrc/editors/neovim: Makefile distinfo
Log Message:
neovim: Update to 0.11.7
Changes:
0.11.7
======
FIXES
-----
- lsp.enable() don't work correctly inside FileType event
- api: nvim_set_hl crashes when url= key is passed
- channel: crash on failed sockconnect()
- channel: possible hang after connecting with TCP times out
- highlight: setting 'winhl' doesn't work with global ns
- mpack: boundary values for negative integer encoding
- lsp: call `on_list` before reading `loclist`
- process: avoid buffering unnecessary UI event with PTY CWD
- terminal: heap UAF if buffer deleted during TermRequest
- terminal: reset `w_leftcol` after resizing terminal
- treesitter: escape hyphen in lua pattern
- treesitter: normalize language aliases
- watch: invalid joined path
PERFORMANCE
-----------
- filetype: vim.filetype.get_option cache miss when option value is false
VIM PATCHES
-----------
- 9.1.2119: tests: Test_language_cmd fails on OpenBSD
- 9.1.2128: Heap use after free in buf_check_timestamp()
- 9.1.2130: Page scrolling in Insert mode beeps
- 9.1.2132: [security]: buffer-overflow in 'helpfile' option handling
- 9.1.2133: Another case of buffer overflow with 'helpfile'
- 9.1.2136: :tab sbuffer may close old tabpage
- 9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopinsert
- 9.2.0028: matchadd() conceal may use unrelated syntax cchar
- 9.2.0077: [security]: Crash when recovering a corrupted swap file
- 9.2.0078: [security]: stack-buffer-overflow in build_stl_str_hl()
- 9.2.0137: [security]: crash with composing char in collection range
- 9.2.0202: [security]: command injection via newline in glob()
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/editors/neovim/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/neovim/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/neovim/Makefile
diff -u pkgsrc/editors/neovim/Makefile:1.22 pkgsrc/editors/neovim/Makefile:1.23
--- pkgsrc/editors/neovim/Makefile:1.22 Fri Jan 30 16:10:21 2026
+++ pkgsrc/editors/neovim/Makefile Thu Apr 2 17:25:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/01/30 16:10:21 leot Exp $
+# $NetBSD: Makefile,v 1.23 2026/04/02 17:25:44 leot Exp $
-DISTNAME= neovim-0.11.6
+DISTNAME= neovim-0.11.7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=neovim/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.19 pkgsrc/editors/neovim/distinfo:1.20
--- pkgsrc/editors/neovim/distinfo:1.19 Fri Jan 30 16:10:21 2026
+++ pkgsrc/editors/neovim/distinfo Thu Apr 2 17:25:44 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2026/01/30 16:10:21 leot Exp $
+$NetBSD: distinfo,v 1.20 2026/04/02 17:25:44 leot Exp $
-BLAKE2s (neovim-0.11.6.tar.gz) = a4c28b4ffa193a199ca044072447d9c1927e6edab5e26fa5d2563d199ff50939
-SHA512 (neovim-0.11.6.tar.gz) = 52e958bc610faa2611a741613a4adf3263dc1060efde6b8bc7f67c68aefc37b44ec47ca2532f55d213b0dff64b2f4174f5e15127a87d39f0c5908141b38270ee
-Size (neovim-0.11.6.tar.gz) = 13012085 bytes
+BLAKE2s (neovim-0.11.7.tar.gz) = 64c2b0143e79227615309b3178aad7611c8d9fe4b1e66c54fe464d8a68bce198
+SHA512 (neovim-0.11.7.tar.gz) = 23e13f8c2964bff4d69c69cce137aaaaae9d0219750793da1834d099478f7a9d7170ae3d66cf096824ff42bbd0c9196e4a31858b84032533678e359fe75c6f79
+Size (neovim-0.11.7.tar.gz) = 13018335 bytes
SHA1 (patch-runtime_lua_vim_treesitter___meta_misc.lua) = 1786ffc397926ae2587e82fba3959cb02e7b249c
SHA1 (patch-runtime_lua_vim_treesitter_languagetree.lua) = b356fd420a72a3384e9170b53a02cf4780eaa92b
SHA1 (patch-src_nvim_lua_treesitter.c) = 776a7bf680fe00399ecbafdc3ce7323b312b3cdb
Home |
Main Index |
Thread Index |
Old Index