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: Sun May 24 17:28:34 UTC 2026
Modified Files:
pkgsrc/editors/vim-share: distinfo version.mk
Log Message:
Update to version 9.2.0526.
Changes:
- patch 9.2.0526: missing out-of-memory check in ex_substitute()
- patch 9.2.0525: spell: memory leak in spell_read_dic()
- runtime(doc): update netrws "mt" command description
- patch 9.2.0524: spell: buffer overflow with many affix or compound flags
- translation(it): Update Italian manpage
- patch 9.2.0523: tests: no test for using shellescape() in combination with :!
- patch 9.2.0522: event_nr2name() in autocmd.c can be improved
- patch 9.2.0521: GTK4: cannot resize shell after the window is shown
- patch 9.2.0520: Reversed text opacity in popup when termguicolor is set
- patch 9.2.0519: GTK4: GUI tabline is not displayed correctly
- patch 9.2.0518: GTK4: input method cannot compose text
- patch 9.2.0517: quickfix: can set quickfixtextfunc in restricted/sandbox mode
- runtime(doc): fix a few small problems
- patch 9.2.0516: socketserver: spurious error when servername is taken
- runtime(doc): Tweak documentation style
- CI: Bump github/codeql-action
- patch 9.2.0515: virtualedit=insert doesn't work during change operation
- patch 9.2.0514: GTK4: build errors when socketserver is enabled
- patch 9.2.0513: [security]: memory safety issues in spellfile.c
- patch 9.2.0512: clientserver uses binary protocol
- patch 9.2.0511: configure: when GTK4 is used also links in X11 libs
- patch 9.2.0510: setline() mapping may trigger autoindent
- runtime(doc): add a few references to mouse behaviour
- runtime(doc): Update wrong shellescape() example
- translation(it): Update Italian translation
- patch 9.2.0509: term.c: compile error when LOG_TRN is enabled
- patch 9.2.0508: completion: cannot complete user cmd :K with 'ignorecase'
- runtime(doc): fix a typo in :map-local
- runtime(doc): re-generate vim.man
- patch 9.2.0507: Vim9 class: public/protected member name clash uses same error
- runtime(debversions): Add stonking (26.10) as Ubuntu release name
- runtime(doc): fix help tags for removed/reused error codes
- runtime(mbsync): Properly handle values for the "Sync" keyword
- patch 9.2.0506: home_replace() function can be improved
- runtime(doc): fix GTK4 package name in src/INSTALL
- patch 9.2.0505: GTK4: text looks blurry on HiDPI displays
- runtime(context,typeset): Correct whitespace error in Log()'s 'edit' command
- patch 9.2.0504: configure: requires X11 libraries for GTK4 build
- runtime(getscript,vimball,rust): Use correct shellescape() form for ! ex cmd
- patch 9.2.0503: Makefile: Missing dependencies for new GTK4 source files
- runtime(doc): update cmdline-history (after v9.1.0895)
- patch 9.2.0502: runtime(netrw): bookmark handling can be improved
- runtime(doc): document new GTK4 GUI in version9.txt
- runtime(syntax-tests): Always delete our copy of "src/testdir/vimcmd"
- patch 9.2.0501: GTK4: there is no GTK4 UI available
- runtime(htmldjango): Remove unnecessary code.
- CI: Stop using AppVeyor
- patch 9.2.0500: filetype: some html files wrongly recognized as htmlangular
- runtime(doc): INSTALL: "libwayland-dev" is required on Ubuntu for Wayland clipboard support
- runtime(typeset): Correct whitespace error in :lcd command
- tests(commondumps): Use character counts when marking columns
- patch 9.2.0499: modeline: allow to disable modelines with modelinestrict
- patch 9.2.0498: potential heap buffer overflow in if_xcmdsrv.c
- patch 9.2.0497: Cannot jump to remote tags
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.171 -r1.172 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.235 pkgsrc/editors/vim-share/distinfo:1.236
--- pkgsrc/editors/vim-share/distinfo:1.235 Mon May 18 17:50:09 2026
+++ pkgsrc/editors/vim-share/distinfo Sun May 24 17:28:34 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.235 2026/05/18 17:50:09 morr Exp $
+$NetBSD: distinfo,v 1.236 2026/05/24 17:28:34 morr Exp $
-BLAKE2s (vim-9.2.0496.tar.gz) = 17a7338275676385cec2b11904405c7191079c9a3ece1c896da9645b72b113fe
-SHA512 (vim-9.2.0496.tar.gz) = b6fbd281cd7367f48d207ce43a58c67b2f124764c55416cf0a0b249b1da4e960fcd9bc0edd148608ef3560fadeed71576d85ae558b72b54163b9d748ce655ec8
-Size (vim-9.2.0496.tar.gz) = 19993380 bytes
+BLAKE2s (vim-9.2.0526.tar.gz) = d6b56568cfbf432d569ba1ae8406db06babb6d391afa6618e3803a702257d140
+SHA512 (vim-9.2.0526.tar.gz) = d04f3e058701ed04cdfcbef7c1e67b6b292653ecf7fc9d3c36c57b7a7e98bf6a7de28199bd34226d2ff23af9048d90d824e9a444f05c7a5ca96ab0a44f9ba751
+Size (vim-9.2.0526.tar.gz) = 20034614 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.171 pkgsrc/editors/vim-share/version.mk:1.172
--- pkgsrc/editors/vim-share/version.mk:1.171 Mon May 18 17:50:09 2026
+++ pkgsrc/editors/vim-share/version.mk Sun May 24 17:28:34 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.171 2026/05/18 17:50:09 morr Exp $
+# $NetBSD: version.mk,v 1.172 2026/05/24 17:28:34 morr Exp $
VIM_VERSION= 9.2
-VIM_PATCHLEVEL= 0496
+VIM_PATCHLEVEL= 0526
# 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