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: Sat May 9 21:56:07 UTC 2026
Modified Files:
pkgsrc/editors/vim-share: distinfo version.mk
Log Message:
Update to version 9.2.0461.
Changes:
- patch 9.2.0461: Corrupted undofile causes use-after-free
- patch 9.2.0460: did_set_shellpipe_redir() in wrong file
- patch 9.2.0459: tests: test_termcodes fails (after v9.2.0456)
- CI: Bump the github-actions group across 1 directory with 2 updates
- patch 9.2.0458: Crash with invalid shellredir/shellpipe value
- patch 9.2.0457: Compile warning about unused variable
- patch 9.2.0456: stray p character displayed on some terms
- patch 9.2.0455: 'findfunc' only allows extra info for cmdline completion
- patch 9.2.0454: tests: no test that "abbr" in customlist completion is shown
- patch 9.2.0453: vertical separator of statusline blend into active statusline
- patch 9.2.0452: screen.c popup opacity blend logic is duplicated
- patch 9.2.0451: 'findfunc' can't return extra info for cmdline completion
- patch 9.2.0450: [security]: heap buffer overflow in spellfile.c read_compound()
- runtime(vim9): Check cmd.exe on WSL is executable
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.168 -r1.169 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/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.232 pkgsrc/editors/vim-share/distinfo:1.233
--- pkgsrc/editors/vim-share/distinfo:1.232 Wed May 6 20:26:50 2026
+++ pkgsrc/editors/vim-share/distinfo Sat May 9 21:56:07 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.232 2026/05/06 20:26:50 morr Exp $
+$NetBSD: distinfo,v 1.233 2026/05/09 21:56:07 morr Exp $
-BLAKE2s (vim-9.2.0449.tar.gz) = a95a7ba08b1d23b0c47065b2b236008140a8a24af98d41dd8575571acf695f10
-SHA512 (vim-9.2.0449.tar.gz) = 06a7729ba96f1088ac859dc95e132b9a26964c4db3d2e0c1deb126f377bf7f5b19ebef9720b3ffa4ceef749a41e23cb6d43f9b19584331f01749ead38083d5ff
-Size (vim-9.2.0449.tar.gz) = 19969127 bytes
+BLAKE2s (vim-9.2.0461.tar.gz) = ff94b780d4e5e9e9f7712eab2d3f93dc1e350f49ded95b45eaf3e5864e7919ec
+SHA512 (vim-9.2.0461.tar.gz) = 3730af4aa0f4b18151a0700144882f8dbfda457a1ea39c2de1c8287293d1a2ead2c2049f7283ac03a103bd0f8a931a8e8e7e8ea554198c12afd7d32eb5e489d3
+Size (vim-9.2.0461.tar.gz) = 19969896 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.168 pkgsrc/editors/vim-share/version.mk:1.169
--- pkgsrc/editors/vim-share/version.mk:1.168 Wed May 6 20:26:50 2026
+++ pkgsrc/editors/vim-share/version.mk Sat May 9 21:56:07 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.168 2026/05/06 20:26:50 morr Exp $
+# $NetBSD: version.mk,v 1.169 2026/05/09 21:56:07 morr Exp $
VIM_VERSION= 9.2
-VIM_PATCHLEVEL= 0449
+VIM_PATCHLEVEL= 0461
# 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