pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2024Q2] pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Aug 28 15:17:16 UTC 2024

Modified Files:
        pkgsrc/editors/vim-share [pkgsrc-2024Q2]: PLIST distinfo version.mk

Log Message:
Pullup ticket #6893 - requested by morr
editors/vim-share: security fix

Revisions pulled up:
- editors/vim-share/PLIST                                       1.70-1.71
- editors/vim-share/distinfo                                    1.209-1.210
- editors/vim-share/version.mk                                  1.148-1.149

---
   Module Name: pkgsrc
   Committed By: morr
   Date: Sat Aug 17 22:17:14 UTC 2024

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

   Log Message:
   Security update to patch 9.1.0678.

   - patch 9.1.0678: [security]: use-after-free in alist_add()
   - patch 9.1.0677: :keepp does not retain the substitute pattern
   - translation(ja): Update Japanese translations to latest release
   - runtime(netrw): Drop committed trace lines
   - runtime(netrw): Error popup not always used
   - runtime(netrw): ErrorMsg() may throw E121
   - runtime(tutor): update Makefile and make it portable between GNU and BSD
   - translation: improve the po/cleanup.vim script
   - runtime(lang): update Makefile and make it portable between GNU and BSD
   - patch 9.1.0676: style issues with man pages
   - patch 9.1.0675: Patch v9.1.0674 causes problems
   - runtime(dosbatch): Show %%i as an argument in syntax file
   - runtime(dosbatch): Add syn-sync to syntax file
   - runtime(sql, mysql): fix E169: Command too recursive with
   sql_type_default = "mysql"
   - patch 9.1.0674: Vim9: compiling abstract method fails because of
   missing return
   - runtime(javascript): fix a few issues with syntax higlighting
   - runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var
   - runtime(termdebug): Fix wrong test for balloon feature
   - runtime(doc): Remove mentioning of the voting feature
   - runtime(doc): add help tags for json + markdown global variables
   - patch 9.1.0673: Vim9: too recursive func calls when calling super-class method
   - runtime(syntax-tests): Facilitate the viewing of rendered screendumps
   - runtime(doc): fix a few style issues
   - patch 9.1.0672: marker folds may get corrupted on undo
   - Problem: crash with WinNewPre autocommand
   - patch 9.1.0670: po file encoding fails on *BSD during make
   - translation(it): Update Italian translation
   - translation: Stop using msgconv
   - patch 9.1.0669: if_python: stable python ABI not used by default
   - Update .gitignore and .hgignore files
   - patch 9.1.0668: build-error with python3.12 and stable ABI
   - translations: Update generated po files
   - patch 9.1.0667: Some other options reset curswant unnecessarily when set
   - patch 9.1.0666: assert_equal() doesn't show multibyte string correctly
   - runtime(doc): clarify directory of Vim's executable vs CWD
   - patch 9.1.0665: Locked variable can be changed in a :for loop
   - runtime(proto): Add indent script for protobuf filetype
   - patch 9.1.0664: MS-Windows: console vim did not switch back to main
   screen on exit
   - runtime(zip): zip plugin does not work with Vim 9.0
   - patch 9.1.0663: tests: zip test still resets 'shellslash' option
   - runtime(zip): use defer to restore old settings
   - runtime(zip): add a generic Message function
   - runtime(zip): increment base version of zip plugin
   - runtime(zip): raise minimum Vim version to v9.0
   - runtime(zip): refactor save and restore of options
   - runtime(zip): remove test for fnameescape
   - runtime(zip): use :echomsg instead of :echo
   - runtime(zip): clean up and remove comments
   - patch 9.1.0662: filecopy() may return wrong value when readlink() fails
   - patch 9.1.0661: the zip plugin is not tested.
   - runtime(zip): Fix for FreeBSD's unzip command
   - runtime(doc): capitalize correctly
   - patch 9.1.0660: MS-Windows: Shift-Insert does work on old conhost
   - translation(it): update Italian manpage
   - runtime(lua): add/subtract a 'shiftwidth' after '('/')' in indentexpr
   - runtime(zip): escape '[' on Unix as well
   - patch 9.1.0659: MS-Windows: MSVC Makefile is a bit hard to read
   - runtime(doc): fix typo in syntax.txt
   - runtime(doc): -x is only available when compiled with crypt feature
   - patch 9.1.0658: Coverity warns about dereferencing NULL pointer.
   - runtime(colors): update Todo highlight in habamax colorscheme
   - patch 9.1.0657: MS-Windows: MSVC build time can be optimized
   - patch 9.1.0656: MS-Windows: MSVC Makefile CPU handling can be improved

---
   Module Name: pkgsrc
   Committed By: morr
   Date: Mon Aug 26 19:26:31 UTC 2024

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

   Log Message:
   Security update to version 9.1.698.

   Changelog:

   - patch 9.1.0698: tests: "Untitled" file not removed when running
   Test_crash1_3 alone
   - patch 9.1.0697: [security]: heap-buffer-overflow in ins_typebuf
   - patch 9.1.0696: installing runtime files fails when using SHADOWDIR
   - runtime(doc): fix typo
   - patch 9.1.0695: tests: test_crash leaves Untitled file around
   - translation(br): Update Brazilian translation
   - translation(pt): Update menu_pt_br
   - patch 9.1.0694: matchparen is slow on a long line
   - patch 9.1.0693: Configure doesn't show result when not using python3
   stable abi
   - patch 9.1.0692: Wrong patlen value in ex_substitute()
   - patch 9.1.0691: python3: stable-abi may cause segfault on Python 3.11
   - runtime(vim): Update base-syntax, match :loadkeymap after colon and bar
   - runtime(mane): Improve <Plug>ManBS mapping

   - patch 9.1.0690: cannot set special highlight kind in popupmenu
   - translation(pt): Revert and fix wrong Portuguese menu translation files
   - translation(pt): revert Portuguese menu translation
   - translation(br): Update Brazilian translations
   - runtime(vim): Update base-syntax, improve :let-heredoc highlighting
   - patch 9.1.0689: [security]: buffer-overflow in do_search() with 'rightleft'
   - runtime(vim): Improve heredoc handling for all embedded scripts
   - patch 9.1.0688: Vim9: dereferences NULL pointer in check_type_is_value()
   - patch 9.1.0687: Makefile may not install desktop files
   - runtime(man): Fix <Plug>ManBS

   - runtime(java): Make the bundled &foldtext function optional
   - runtime(netrw): Change line on `mx` if command output exists
   - runtime(netrw): Fix `mf`-selected entry highlighting
   - runtime(htmlangular): add html syntax highlighting
   - translation(it): Fix filemode of Italian manpages
   - runtime(doc): Update outdated man.vim plugin information
   - runtime(zip): simplify condition to detect MS-Windows
   - patch 9.1.0686: zip-plugin has problems with special characters
   - runtime(pandoc): escape quotes in &errorformat for pandoc
   - translation(it): updated Italian manpage
   - patch 9.1.0685: too many strlen() calls in usercmd.c
   - runtime(doc): fix grammar in :h :keeppatterns
   - runtime(pandoc): refine pandoc compiler settings
   - patch 9.1.0684: completion is inserted on Enter with "noselect"
   - translation(ru): update man pages
   - patch 9.1.0683: mode() returns wrong value with <Cmd> mapping

   - runtime(doc): remove trailing whitespace in cmdline.txt
   - patch 9.1.0682: Vim9: Segfault with uninitialized funcref
   - patch 9.1.0681: tests: Analyzing failed screendumps is hard
   - runtime(doc): more clarification for the :keeppatterns needed
   - patch 9.1.0680: VMS does not have defined uintptr_t
   - runtime(doc): improve typedchar documentation for KeyInputPre autocmd
   - runtime(dist): verify that executable is in $PATH
   - translation(it): update Italian manpages
   - runtime(doc): clarify the effect of :keeppatterns after v9.1.0677
   - runtime(doc): update Makefile and make it portable between GNU and BSD
   - patch 9.1.0679: Rename from w_closing to w_locked is incomplete
   - runtime(colors): update colorschemes
   - runtime(vim): Update base-syntax, improve :let-heredoc highlighting
   - runtime(doc): Updating the examples in the xxd manpage
   - translation(ru): Updated uganda.rux
   - runtime(yaml): do not re-indent when commenting out lines


To generate a diff of this commit:
cvs rdiff -u -r1.68.2.1 -r1.68.2.2 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.207.2.1 -r1.207.2.2 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.146.2.1 -r1.146.2.2 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/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.68.2.1 pkgsrc/editors/vim-share/PLIST:1.68.2.2
--- pkgsrc/editors/vim-share/PLIST:1.68.2.1     Wed Aug  7 18:37:21 2024
+++ pkgsrc/editors/vim-share/PLIST      Wed Aug 28 15:17:15 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.68.2.1 2024/08/07 18:37:21 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.68.2.2 2024/08/28 15:17:15 bsiegert Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -862,6 +862,7 @@ share/vim/${VIM_SUBDIR}/indent/php.vim
 share/vim/${VIM_SUBDIR}/indent/postscr.vim
 share/vim/${VIM_SUBDIR}/indent/pov.vim
 share/vim/${VIM_SUBDIR}/indent/prolog.vim
+share/vim/${VIM_SUBDIR}/indent/proto.vim
 share/vim/${VIM_SUBDIR}/indent/ps1.vim
 share/vim/${VIM_SUBDIR}/indent/pyrex.vim
 share/vim/${VIM_SUBDIR}/indent/python.vim
@@ -1309,6 +1310,7 @@ share/vim/${VIM_SUBDIR}/syntax/hollywood
 share/vim/${VIM_SUBDIR}/syntax/hostconf.vim
 share/vim/${VIM_SUBDIR}/syntax/hostsaccess.vim
 share/vim/${VIM_SUBDIR}/syntax/html.vim
+share/vim/${VIM_SUBDIR}/syntax/htmlangular.vim
 share/vim/${VIM_SUBDIR}/syntax/htmlcheetah.vim
 share/vim/${VIM_SUBDIR}/syntax/htmldjango.vim
 share/vim/${VIM_SUBDIR}/syntax/htmlm4.vim

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.207.2.1 pkgsrc/editors/vim-share/distinfo:1.207.2.2
--- pkgsrc/editors/vim-share/distinfo:1.207.2.1 Wed Aug  7 18:37:21 2024
+++ pkgsrc/editors/vim-share/distinfo   Wed Aug 28 15:17:15 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.207.2.1 2024/08/07 18:37:21 bsiegert Exp $
+$NetBSD: distinfo,v 1.207.2.2 2024/08/28 15:17:15 bsiegert Exp $
 
-BLAKE2s (vim-9.1.0655.tar.gz) = f79d36db119709b9a5c15cde690263339d15b328d2baf8a4ed102b0078ba2930
-SHA512 (vim-9.1.0655.tar.gz) = dafd8cd6303066f2d99480200aa00cdba2c649db847e02ff962b4007954acb0cbe3ae9d5d1bcb6742df1031a30c0486649c8f5bd709d9202132f56b0dfd79d0e
-Size (vim-9.1.0655.tar.gz) = 18051075 bytes
+BLAKE2s (vim-9.1.0698.tar.gz) = b92966768354c950103b732b7bac9a8a03ce10ab9d6cb129f994a40353a9f077
+SHA512 (vim-9.1.0698.tar.gz) = a3cac61d6a515515be5c8ee41bdd9d29fa2ec2ff0ac1aca2b24a5f0d6261f844d331eeaf1899c66a19abed0fdc11817a72f02c866b4629bae28699ee8398ed2b
+Size (vim-9.1.0698.tar.gz) = 18083072 bytes
 SHA1 (patch-Makefile) = d05c1b787804bc0907cbb9476d54aef558ceddad
 SHA1 (patch-feature.h) = e7d3385dc09e0ed7d45577344e9988264c0de4dd

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.146.2.1 pkgsrc/editors/vim-share/version.mk:1.146.2.2
--- pkgsrc/editors/vim-share/version.mk:1.146.2.1       Wed Aug  7 18:37:21 2024
+++ pkgsrc/editors/vim-share/version.mk Wed Aug 28 15:17:16 2024
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.146.2.1 2024/08/07 18:37:21 bsiegert Exp $
+# $NetBSD: version.mk,v 1.146.2.2 2024/08/28 15:17:16 bsiegert Exp $
 
 VIM_VERSION=           9.1
-VIM_PATCHLEVEL=                0655
+VIM_PATCHLEVEL=                0698
 # Changelog: see https://github.com/vim/vim/commits/master/ or
 # with git clone: $ git log --pretty=format:"- %s"
 VIM_SUBDIR=            vim91



Home | Main Index | Thread Index | Old Index