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 May 18 17:50:09 UTC 2026
Modified Files:
pkgsrc/editors/vim-share: distinfo version.mk
Log Message:
Update to version 9.2.0496.
Changes:
- patch 9.2.0496: [security]: Code Injection in cucumber filetype plugin
- patch 9.2.0495: [security]: runtime(netrw): code injection via NetrwBookHistSave()
- runtime(just): add 'suffixesadd' to ftplugin
- runtime(sh): Do not conflate empty array and function declarations in Bash
- patch 9.2.0494: User commands cannot handle single args with spaces
- patch 9.2.0493: popup: missing Popup, PopupBorder and PopupTitle hi groups
- patch 9.2.0492: popup: decoration wrongly drawn with clipping on border
- CI: Update clang to v22
- runtime(htmldjango): Add syntax highlighting of comparison operators
- runtime(django): Resolve FIXME of comparrison operators + localization tags
- ccfilter: uses unbounded strcat()/strcpy()
- NSIS: Don't install 32-bit dll on ARM64
To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.170 -r1.171 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.234 pkgsrc/editors/vim-share/distinfo:1.235
--- pkgsrc/editors/vim-share/distinfo:1.234 Sun May 17 17:23:38 2026
+++ pkgsrc/editors/vim-share/distinfo Mon May 18 17:50:09 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.234 2026/05/17 17:23:38 morr Exp $
+$NetBSD: distinfo,v 1.235 2026/05/18 17:50:09 morr Exp $
-BLAKE2s (vim-9.2.0491.tar.gz) = 109636e0b2a4c3067d735cdacae9d75313ed87a92abb300be49a6c9bb755066c
-SHA512 (vim-9.2.0491.tar.gz) = d0e2da0fd536617f4499153345316c8ab339ca43787b2406bf6f90ccb6cda956c767b58a5a4b299d5735dabf29068a3b53bbbd506f30f9ceb3fa0a6d2590027a
-Size (vim-9.2.0491.tar.gz) = 19991134 bytes
+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
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.170 pkgsrc/editors/vim-share/version.mk:1.171
--- pkgsrc/editors/vim-share/version.mk:1.170 Sun May 17 17:23:38 2026
+++ pkgsrc/editors/vim-share/version.mk Mon May 18 17:50:09 2026
@@ -1,9 +1,9 @@
-# $NetBSD: version.mk,v 1.170 2026/05/17 17:23:38 morr Exp $
+# $NetBSD: version.mk,v 1.171 2026/05/18 17:50:09 morr Exp $
VIM_VERSION= 9.2
-VIM_PATCHLEVEL= 0491
+VIM_PATCHLEVEL= 0496
# Changelog: see https://github.com/vim/vim/commits/master/ or
-# with git clone: $ git log --pretty=format:"- %s"
+# with git clone: $ git log --pretty=format:"- %s" v<old_version>...HEAD
VIM_SUBDIR= vim92
PRINT_PLIST_AWK+= { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; }
Home |
Main Index |
Thread Index |
Old Index