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  8 17:16:07 UTC 2026

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

Log Message:
Update to version 9.2.0602.

Changes:
- patch 9.2.0602: popup: No opacity when background not set for Popup group
- translation(it): Update Italian man page
- runtime(doc): Fix paypal link
- runtime(doc): Add gtk4-slow doc tag
- CI: Bump actions/checkout in the github-actions group across 1 directory
- runtime(doc): document that +multi_byte is always enabled
- patch 9.2.0601: matchfuzzypos() returns garbage positions for long candidates
- runtime(odin): update syntax/indent scripts
- runtime(nsis): Update NSIS plugin
- runtime(javascript): add 'Symbol' as a type; add 'void' as a reserved word
- patch 9.2.0600: clientserver method needs to be given as argument
- patch 9.2.0599: popup: title set with popup_setoptions() is not shown
- patch 9.2.0598: tests: Test_statusline() is flaky
- patch 9.2.0597: [security]: possible code execution with python complete
- patch 9.2.0596: cmdline completion popup cannot be scrolled with the mouse
- patch 9.2.0595: MS-Windows: Wrong buffer size calculation for gvimext
- patch 9.2.0594: Use-after-free with ":wqall" and a running terminal job


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.174 -r1.175 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.238 pkgsrc/editors/vim-share/distinfo:1.239
--- pkgsrc/editors/vim-share/distinfo:1.238     Wed Jun  3 22:33:11 2026
+++ pkgsrc/editors/vim-share/distinfo   Mon Jun  8 17:16:06 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.238 2026/06/03 22:33:11 morr Exp $
+$NetBSD: distinfo,v 1.239 2026/06/08 17:16:06 morr Exp $
 
-BLAKE2s (vim-9.2.0593.tar.gz) = c711c1a1769a669ee939db1c4bad5794f37be753aa75a21d5734faf86a1ed37e
-SHA512 (vim-9.2.0593.tar.gz) = 71607e3005d6d120dd76f1294bc84819837b6c8bcf54bbd531aefc46b2da250db831c9340c388d134281ccf9f07dae2d3b261baf0a53af9c259fd910411a15ed
-Size (vim-9.2.0593.tar.gz) = 20067107 bytes
+BLAKE2s (vim-9.2.0602.tar.gz) = 09ac487fdf30f8017e7222bb3e85d950a94a915041858021080fa2905183134b
+SHA512 (vim-9.2.0602.tar.gz) = 26cbfe02872aaf45798662a0ccab3327250a353864674bcc9ffc3a0bf760d55571c7663181fd0b14cbab0cb56c9753eb49d8c15911d487406f55c2f9bef5797d
+Size (vim-9.2.0602.tar.gz) = 20076282 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.174 pkgsrc/editors/vim-share/version.mk:1.175
--- pkgsrc/editors/vim-share/version.mk:1.174   Wed Jun  3 22:33:11 2026
+++ pkgsrc/editors/vim-share/version.mk Mon Jun  8 17:16:06 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.174 2026/06/03 22:33:11 morr Exp $
+# $NetBSD: version.mk,v 1.175 2026/06/08 17:16:06 morr Exp $
 
 VIM_VERSION=           9.2
-VIM_PATCHLEVEL=                0593
+VIM_PATCHLEVEL=                0602
 # 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