summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2022-08-27 15:35:47 +0000
committerspz <spz@pkgsrc.org>2022-08-27 15:35:47 +0000
commit9f36544caa150fedbbd16edb230529aab7dbfb91 (patch)
tree152a7ed294f6b660e2222b0a4708f86fee9763ac
parent14935a996d0457a1054a7c4e5443a699a629df45 (diff)
downloadpkgsrc-9f36544caa150fedbbd16edb230529aab7dbfb91.tar.gz
Pullup ticket #6660 - requested by khorben
editors/vim-gtk2: security update editors/vim-gtk3: security update editors/vim-motif: security update editors/vim-share: security update editors/vim-xaw: security update Revisions pulled up: - editors/vim-gtk2/Makefile 1.97 - editors/vim-gtk3/Makefile 1.24 - editors/vim-motif/Makefile 1.42 - editors/vim-share/PLIST 1.61 - editors/vim-share/distinfo 1.199 - editors/vim-share/version.mk 1.138 - editors/vim-xaw/Makefile 1.65 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: khorben Date: Wed Jul 27 15:13:11 UTC 2022 Modified Files: pkgsrc/editors/vim-gtk2: Makefile pkgsrc/editors/vim-gtk3: Makefile pkgsrc/editors/vim-motif: Makefile pkgsrc/editors/vim-share: PLIST distinfo version.mk pkgsrc/editors/vim-xaw: Makefile Log Message: vim: update to 8.2.5172 On behalf of morr@ "please go ahead" This includes security fixes. (more pending) Tested on NetBSD/amd64. XXX pull-up to pkgsrc-2022Q2 Changes: 8.2.4722 ending recording with mapping records too much 8.2.4723 the ModeChanged autocmd event is inefficient 8.2.4724 current instance of last search pattern not easily spotted 8.2.4725 unused variable in tiny build 8.2.4726 cannot use expand() to get the script name 8.2.4727 unused code 8.2.4728 no test that v:event cannot be modified 8.2.4729 HEEx and Surface templates do not need a separate filetype 8.2.4730 MS-Windows GUI: cannot use CTRL-/ 8.2.4731 the changelist index is not remembered per buffer 8.2.4732 duplicate code to free fuzzy matches 8.2.4733 HEEx and Surface do need a separate filetype 8.2.4734 getcharpos() may change a mark position 8.2.4735 quickfix tests can be a bit hard to read 8.2.4736 build problem for Cygwin with Motif 8.2.4737 // in JavaScript string recognized as comment 8.2.4738 Esc on commandline executes command instead of abandoning it 8.2.4739 accessing freed memory after WinScrolled autocmd event 8.2.4740 when expand() fails there is no error message 8.2.4741 startup test fails 8.2.4742 there is no way to start logging very early in startup 8.2.4743 clang 14 is available on CI 8.2.4744 a terminal window can't use the bell 8.2.4745 using wrong flag for using bell in the terminal 8.2.4746 supercollider filetype not recognized 8.2.4747 no filetype override for .sys files 8.2.4748 cannot use an imported function in a mapping 8.2.4749 &lt;script&gt; is not expanded in autocmd context 8.2.4750 small pieces of dead code 8.2.4751 mapping &lt;SID&gt;name.Func does not work for autoload script 8.2.4752 wrong 'statusline' value can cause illegal memory access 8.2.4753 error from setting an option is silently ignored 8.2.4754 using cached values after unsetting some environment variables 8.2.4755 cannot use &lt;SID&gt;FuncRef in completion spec 8.2.4756 build error without the +eval feature 8.2.4757 list of libraries to suppress lsan errors is outdated 8.2.4758 when using an LSP channel want to get the message ID 8.2.4759 CurSearch highlight does not work for multi-line match 8.2.4760 using matchfuzzy() on a long list can take a while 8.2.4761 documentation for using LSP messages is incomplete 8.2.4762 using freed memory using synstack() and synID() in WinEnter 8.2.4763 using invalid pointer with "V:" in Ex mode 8.2.4764 CI uses an older gcc version 8.2.4765 function matchfuzzy() sorts too many items 8.2.4766 KRL files using "deffct" not recognized 8.2.4767 openscad files are not recognized 8.2.4768 CI: codecov upload sometimes does not work 8.2.4769 build warning with UCRT 8.2.4770 cannot easily mix expression and heredoc 8.2.4771 Coverity warns for not checking return value 8.2.4772 old Coverity warning for not checking ftell() return value 8.2.4773 build failure without the +eval feature 8.2.4774 crash when using a number for lambda name 8.2.4775 SpellBad highlighting does not work in Konsole 8.2.4776 GTK: 'lines' and 'columns' may change during startup 8.2.4777 screendump tests fail because of a redraw 8.2.4778 pacman files use dosini filetype 8.2.4779 lsan suppression is too version specific 8.2.4780 parsing an LSP message fails when it is split 8.2.4781 Maxima files are not recognized 8.2.4782 accessing freed memory 8.2.4783 Coverity warns for leaking memory 8.2.4784 lamba test with timer is flaky 8.2.4785 Visual mode not stopped if win_gotoid() goes to other buffer 8.2.4786 test for win_gotoid() in Visual mode fails on Mac 8.2.4787 prop_find() does not find the right property 8.2.4788 large payload for LSP message not tested 8.2.4789 cursor pos wrong when using :redraw while editing the cmdline 8.2.4790 lilypond filetype not recognized 8.2.4791 events triggered in different order when reusing buffer 8.2.4792 indent operator creates an undo entry for every line 8.2.4793 recognizing Maxima filetype even though it might be another 8.2.4794 compiler warning for not initialized variable 8.2.4795 'cursorbind' scrolling depends on whether 'cursorline' is set 8.2.4796 file left behind after running cursorline tests 8.2.4797 getwininfo() may get oudated values 8.2.4798 t_8u option was reset even when set by the user 8.2.4799 popup does not use correct topline 8.2.4800 missing test update for adjusted t_8u behavior 8.2.4801 fix for cursorbind fix not fully tested 8.2.4802 test is not cleaned up 8.2.4803 WinScrolled not always triggered when scrolling with mouse 8.2.4804 expression in heredoc doesn't work for compiled function 8.2.4805 CurSearch used for all matches in current line 8.2.4806 a mapping using &lt;LeftDrag&gt; does not start Select mode 8.2.4807 processing key eveints in Win32 GUI is not ideal 8.2.4808 unused item in engine struct 8.2.4809 various things not properly tested 8.2.4810 missing changes in one file 8.2.4811 Win32 GUI: caps lock doesn't work 8.2.4812 unused struct item 8.2.4813 pasting text while indent folding may mess up folds 8.2.4814 possible to leave a popup window with win_gotoid() 8.2.4815 cannot build with older GTK version 8.2.4816 still using older codecov app in some places of CI 8.2.4817 Win32 GUI: modifiers are not always used 8.2.4818 no test for what 8.2.4806 fixes 8.2.4819 unmapping simplified keys also deletes other mapping 8.2.4820 not simple programmatic way to find a specific mapping 8.2.4821 crash when imported autoload script was deleted 8.2.4822 setting ufunc to NULL twice 8.2.4823 concat more than 2 strings in :def function is inefficient 8.2.4824 expression is evaluated multiple times 8.2.4825 can only get a list of mappings 8.2.4826 .cshtml files are not recognized 8.2.4827 typo in variable name 8.2.4828 fix for unmapping simplified key not fully tested 8.2.4829 a key may be simplified to NUL 8.2.4830 possible endless loop if there is unused typahead 8.2.4831 crash when using maparg() and unmapping simplified keys 8.2.4832 passing zero instead of NULL to a pointer argument 8.2.4833 failure of mapping not checked for 8.2.4834 Vim9: some lines not covered by tests 8.2.4835 Vim9: some lines not covered by tests 8.2.4836 Vim9: some lines not covered by tests 8.2.4837 modifiers not simplified when timed out 8.2.4838 checking for absolute path is not trivial 8.2.4839 compiler warning for unused argument 8.2.4840 heredoc expression evaluated even when skipping 8.2.4841 empty string considered an error for expand() 8.2.4842 expand("%:p") is not empty when there is no buffer name 8.2.4843 treating CTRL + ALT as AltGr is not backwards compatible 8.2.4844 &lt;C-S-I&gt; is simplified to &lt;S-Tab&gt; 8.2.4845 duplicate code 8.2.4846 termcodes test fails 8.2.4847 crash when using uninitialized function pointer 8.2.4848 local completion with mappings and simplification not working 8.2.4849 Gleam filetype not detected 8.2.4850 mksession mixes up "tabpages" and "curdir" arguments 8.2.4851 compiler warning for uninitialized variable 8.2.4852 ANSI color index to RGB value not correct 8.2.4853 CI with FreeBSD is a bit outdated 8.2.4854 array size does not match usage 8.2.4855 robot files are not recognized 8.2.4856 MinGW compiler complains about unknown escape sequence 8.2.4857 Yaml indent for multiline is wrong 8.2.4858 K_SPECIAL may be escaped twice 8.2.4859 wget2 files are not recognized 8.2.4860 MS-Windows: always uses current directory for executables 8.2.4861 it is not easy to restore saved mappings 8.2.4862 Vim9: test may fail when run with valgrind 8.2.4863 accessing freed memory in test without the +channel feature 8.2.4864 Vim9: script test fails 8.2.4865 :startinsert right after :stopinsert may not work 8.2.4866 duplicate code in "get" functions 8.2.4867 listing of mapping with K_SPECIAL is wrong 8.2.4868 when closing help window autocmds triggered for wrong window 8.2.4869 expression in command block does not look after NL 8.2.4870 Vim9: expression in :substitute is not compiled 8.2.4871 Vim9: in :def function no error for misplaced range 8.2.4872 Vim9: no error for using an expression only 8.2.4873 Vim9: using "else" differs from using "endif/if !cond" 8.2.4874 Win32 GUI: horizontal scroll wheel not handled properly 8.2.4875 MS-Windows: some .exe files are not recognized 8.2.4876 MS-Windows: Shift-BS results in strange char in powershell 8.2.4877 MS-Windows: Wrongly using Normal colors for termguicolors 8.2.4878 valgrind warning for using uninitialized variable 8.2.4879 screendump test may fail when using valgrind 8.2.4880 Vim9: misplaced elseif causes invalid memory access 8.2.4881 "P" in Visual mode still changes some registers 8.2.4882 cannot make 'breakindent' use a specific column 8.2.4883 string interpolation only works in heredoc 8.2.4884 test fails without the job/channel feature 8.2.4885 test fails with the job/channel feature 8.2.4886 Vim9: redir in skipped block seen as assignment 8.2.4887 channel log does not show invoking a timer callback 8.2.4888 line number of lambda ignores line continuation 8.2.4889 CI only tests with FreeBSD 12 8.2.4890 inconsistent capitalization in error messages 8.2.4891 Vim help presentation could be better 8.2.4892 test failures because of changed error messages 8.2.4893 distributed import files are not installed 8.2.4894 MS-Windows: not using italics 8.2.4895 buffer overflow with invalid command with composing chars 8.2.4896 expression in command block does not look after NL 8.2.4897 comment inside an expression in lambda ignores the rest 8.2.4898 Coverity complains about pointer usage 8.2.4899 with latin1 encoding CTRL-W might go before the cmdline 8.2.4900 Vim9 expression test fails without the job feature 8.2.4901 NULL pointer access when using invalid pattern 8.2.4902 mouse wheel scrolling is inconsistent 8.2.4903 cannot get the current cmdline completion type and position 8.2.4904 codecov includes MS-Windows install files 8.2.4905 codecov includes MS-Windows install header file 8.2.4906 MS-Windows: cannot use transparent background 8.2.4907 some users do not want a line comment always inserted 8.2.4908 no text formatting for // comment after a statement 8.2.4909 MODE_ enum entries names are too generic 8.2.4910 imperfect coding 8.2.4911 the mode #defines are not clearly named 8.2.4912 using execute() to define a lambda doesn't work 8.2.4913 popup_hide() does not always have effect 8.2.4914 string interpolation in :def function may fail 8.2.4915 sometimes the cursor is in the wrong position 8.2.4916 mouse in Insert mode test fails 8.2.4917 fuzzy expansion of option names is not right 8.2.4918 conceal character from matchadd() displayed too many times 8.2.4919 can add invalid bytes with :spellgood 8.2.4920 MS-Windows GUI: unused variables 8.2.4921 spell test fails because of new illegal byte check 8.2.4922 mouse test fails on MS-Windows 8.2.4923 test checks for terminal feature unnecessarily 8.2.4924 maparg() may return a string that cannot be reused 8.2.4925 trailing backslash may cause reading past end of line 8.2.4926 #ifdef for crypt feature around too many lines 8.2.4927 return type of remove() incorrect when using three arguments 8.2.4928 various white space and cosmetic mistakes 8.2.4929 off-by-one error in in statusline item 8.2.4930 interpolated string expression requires escaping 8.2.4931 Crash with sequence of Perl commands 8.2.4932 not easy to filter the output of maplist() 8.2.4933 a few more capitalization mistakes in error messages 8.2.4934 string interpolation fails when not evaluating 8.2.4935 with 'foldmethod' "indent" some lines not included in fold 8.2.4936 MS-Windows: mouse coordinates for scroll event are wrong 8.2.4937 no test for what 8.2.4931 fixes 8.2.4938 crash when matching buffer with invalid pattern 8.2.4939 matchfuzzypos() with "matchseq" does not have all positions 8.2.4940 some code is never used 8.2.4941 '[ and '] marks may be wrong after undo 8.2.4942 error when setting 'filetype' in help file again 8.2.4943 changing 'switchbuf' may have no effect 8.2.4944 text properties are wrong after "cc" 8.2.4945 inconsistent use of white space 8.2.4946 Vim9: some code not covered by tests 8.2.4947 text properties not adjusted when accepting spell suggestion 8.2.4948 cannot use Perl heredoc in nested :def function 8.2.4949 Vim9: some code not covered by tests 8.2.4950 text properties position wrong after shifting text 8.2.4951 smart indenting done when not enabled 8.2.4952 GUI test will fail if color scheme changes 8.2.4953 with 'si' inserting '}' after completion goes wrong 8.2.4954 inserting line breaks text property spanning two lines 8.2.4955 text property in wrong position after auto-indent 8.2.4956 reading past end of line with "gf" in Visual block mode 8.2.4957 text properties in a wrong position after a block change 8.2.4958 a couple conditions are always true 8.2.4959 using NULL regexp program 8.2.4960 text properties that cross lines not updated for deleted line 8.2.4961 build error with a certain combination of features 8.2.4962 files show up in git status 8.2.4963 expanding path with "/**" may overrun end of buffer 8.2.4964 MS-Windows GUI: mouse event test is flaky 8.2.4965 GUI: testing mouse move event depends on screen cell size 8.2.4966 MS-Windows GUI: mouse event test gets extra event 8.2.4967 MS-Windows GUI: mouse event test sometimes fails 8.2.4968 reading past end of the line when C-indenting 8.2.4969 changing text in Visual mode may cause invalid memory access 8.2.4970 "eval 123" gives an error, "eval 'abc'" does not 8.2.4971 Vim9: interpolated string seen as range 8.2.4972 Vim9: compilation fails when using dict member when skipping 8.2.4973 Vim9: type error for list unpack mentions argument 8.2.4974 ":so" command may read after end of buffer 8.2.4975 recursive command line loop may cause a crash 8.2.4976 Coverity complains about not restoring a saved value 8.2.4977 memory access error when substitute expression changes window 8.2.4978 no error if engine selection atom is not at the start 8.2.4979 accessing freed memory when line is flushed 8.2.4980 when 'shortmess' contains 'A' loading session may still warn 8.2.4981 it is not possible to manipulate autocommands 8.2.4982 colors in terminal window are not 100% correct 8.2.4983 colors test fails in the GUI 8.2.4984 dragging statusline fails for window with winbar 8.2.4985 PVS warns for possible array underrun 8.2.4986 some github actions are outdated 8.2.4987 after deletion a small fold may be closable 8.2.4988 textprop in wrong position when replacing multi-byte chars 8.2.4989 cannot specify a function name for :defcompile 8.2.4990 memory leak when :defcompile fails 8.2.4991 no test for hwat patch 8.1.0535 fixes 8.2.4992 compiler warning for possibly uninitialized variable 8.2.4993 smart/C/lisp indenting is optional 8.2.4994 tests are using legacy functions 8.2.4995 still a compiler warning for possibly uninitialized variable 8.2.4996 setbufline() may change Visual selection 8.2.4997 Python: changing hidden buffer can cause display mess up 8.2.4998 Vim9: crash when using multiple funcref() 8.2.4999 filetype test table is not properly sorted 8.2.5000 no patch for documentation updates 8.2.5001 checking translations affects the search pattern history 8.2.5002 deletebufline() may change Visual selection 8.2.5003 cannot do bitwise shifts 8.2.5004 right shift on negative number does not work as documented 8.2.5005 compiler warning for uninitialized variable 8.2.5006 asan warns for undefined behavior 8.2.5007 spell suggestion may use uninitialized memory 8.2.5008 when 'formatoptions' contains "/" wrongly wrapping comment 8.2.5009 fold may not be closeable after appending 8.2.5010 the terminal debugger uses various global variables 8.2.5011 Replacing an autocommand requires several lines 8.2.5012 cannot select one character inside () 8.2.5013 after text formatting cursor may be in an invalid position 8.2.5014 byte offsets are wrong when using text properties 8.2.5015 Hoon and Moonscript files are not recognized 8.2.5016 access before start of text with a put command 8.2.5017 gcc 12.1 warns for uninitialized variable 8.2.5018 Vim9: some code is not covered by tests 8.2.5019 cannot get the first screen column of a character 8.2.5020 using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' 8.2.5021 build fails with normal features and +terminal 8.2.5022 'completefunc'/'omnifunc' error does not end completion 8.2.5023 substitute overwrites allocated buffer 8.2.5024 using freed memory with "]d" 8.2.5025 Vim9: a few lines not covered by tests 8.2.5026 Vim9: a few lines not covered by tests 8.2.5027 error for missing :endif when an exception was thrown 8.2.5028 syntax regexp matching can be slow 8.2.5029 "textlock" is always zero 8.2.5030 autocmd_add() can only handle one event and pattern 8.2.5031 cannot easily run the benchmarks 8.2.5032 Python 3 test fails without the GUI 8.2.5033 build error with +eval but without +quickfix 8.2.5034 there is no way to get the byte index from a virtual column 8.2.5035 when splitting a window the changelist position moves 8.2.5036 using two counters for timeout check in NFA engine 8.2.5037 cursor position may be invalid after "0;" range 8.2.5038 a finished terminal in a popup window does not show scrollbar 8.2.5039 confusing error if first argument of popup_create() is wrong 8.2.5040 scrollbar thumb in scrolled popup not visible 8.2.5041 cannot close a terminal popup with "NONE" job 8.2.5042 scrollbar thumb in tall scrolled popup not visible 8.2.5043 can open a cmdline window from a substitute expression 8.2.5044 command line test fails 8.2.5045 can escape a terminal popup window when the job is finished 8.2.5046 vim_regsub() can overwrite the destination 8.2.5047 CurSearch highlight is often wrong 8.2.5048 when using XIM the gui test may fail 8.2.5049 insufficient tests for autocommands 8.2.5050 using freed memory when searching for pattern in path 8.2.5051 check for autocmd_add() event argument is confusing 8.2.5052 CI checkout step title is a bit cryptic 8.2.5053 cannot have a comment halfway an expression in a block 8.2.5054 no good filetype for conf files similar to dosini 8.2.5055 statusline is not updated when terminal title changes 8.2.5056 the channel log only contains some of the raw terminal output 8.2.5057 using gettimeofday() for timeout is very inefficient 8.2.5058 input() does not handle composing characters properly 8.2.5059 autoconf 2.71 produces many obsolete warnings 8.2.5060 running configure fails 8.2.5061 C89 requires signal handlers to return void 8.2.5062 Coverity warns for dead code 8.2.5063 error for a command may go over the end of IObuff 8.2.5064 no test for what 8.1.0052 fixes 8.2.5065 wrong return type for main() in tee.c 8.2.5066 can specify multispace listchars only for whole line 8.2.5067 timer_create is not available on every Mac system 8.2.5068 gcc 12.1 warning when building tee 8.2.5069 various warnings from clang on MS-Windows 8.2.5070 unnecessary code 8.2.5071 with some Mac OS version clockid_t is redefined 8.2.5072 using uninitialized value and freed memory in spell command 8.2.5073 clang on MS-Windows produces warnings 8.2.5074 spell test fails on MS-Windows 8.2.5075 clang gives an out of bounds warning 8.2.5076 unnecessary code 8.2.5077 various warnings from clang on MS-Windows 8.2.5078 substitute test has a one second delay 8.2.5079 DirChanged autocommand may use freed memory 8.2.5080 when indenting gets out of hand it is hard to stop 8.2.5081 autocmd test fails on MS-Windows 8.2.5082 retab test fails 8.2.5083 autocmd test still fails on MS-Windows 8.2.5084 when the GUI shows a dialog tests get stuck 8.2.5085 gcc gives warning for signed/unsigned difference 8.2.5086 CI runs on Windows 2019 8.2.5087 cannot build with clang on MS-Windows 8.2.5088 value of cmod_verbose is a bit complicated to use 8.2.5089 some functions return a different value on failure 8.2.5090 MS-Windows: vim.def is no longer used 8.2.5091 terminal test fails with some shell commands 8.2.5092 using "'&lt;,'&gt;" in Ex mode may compare unrelated pointers 8.2.5093 error message for unknown command may have the command twice 8.2.5094 MS-Windows GUI: empty command may cause a dialog 8.2.5095 terminal test still fails with some shell commands 8.2.5096 terminal test still fails with some shell commands 8.2.5097 using uninitialized memory when using 'listchars' 8.2.5098 spelldump test sometimes hangs 8.2.5099 some terminal tests are not retried 8.2.5100 memory usage tests are not retried 8.2.5101 MS-Windows with MinGW: $CC may be "cc" instead of "gcc" 8.2.5102 interrupt not caught in test 8.2.5103 build fails with small features 8.2.5104 test hangs on MS-Windows 8.2.5105 test still hangs on MS-Windows 8.2.5106 default cmdwin mappings are re-mappable 8.2.5107 some callers of rettv_list_alloc() check for not OK 8.2.5108 retab test disabled because it hangs on MS-Windows 8.2.5109 mode not updated after CTRL-O CTRL-C in Insert mode 8.2.5110 icon filetype not recognized from the first line 8.2.5111 no test for --gui-dialog-file 8.2.5112 gui test hangs on MS-Windows 8.2.5113 timer becomes invalid after fork/exec, :gui gives errors 8.2.5114 time limit on searchpair() does not work properly 8.2.5115 search timeout is overrun with some patterns 8.2.5116 "limit" option of matchfuzzy() not always respected 8.2.5117 crash when calling a Lua callback from a :def function 8.2.5118 MS-Windows: sending a message to another Vim may hang 8.2.5119 CI uses cache v2 8.2.5120 searching for quotes may go over the end of the line 8.2.5121 interrupt test sometimes fails 8.2.5122 lisp indenting my run over the end of the line 8.2.5123 using invalid index when looking for spell suggestions 8.2.5124 when syntax timeout test fails it does not show the time 8.2.5125 MS-Windows: warnings from MinGW compiler 8.2.5126 substitute may overrun destination buffer 8.2.5127 using assert_true() does not show value on failure 8.2.5128 syntax disabled when using synID() in searchpair() skip expr 8.2.5129 timeout handling is not optimal 8.2.5130 edit test for mode message fails when using valgrind 8.2.5131 timeout implementation is not optimal 8.2.5132 :mkview test doesn't test much 8.2.5133 MacOS: build fails 8.2.5134 function has confusing name 8.2.5135 running configure gives warnings for main() return type 8.2.5136 debugger test fails when run with valgrind 8.2.5137 cannot build without the +channel feature 8.2.5138 various small issues 8.2.5139 TIME_WITH_SYS_TIME is no longer supported by autoconf 8.2.5140 seachpair timeout test is flaky 8.2.5141 using "volatile int" in a signal handler might be wrong 8.2.5142 startup test fails if there is a status bar 8.2.5143 some tests fail when using valgrind 8.2.5144 with 'lazyredraw' set completion menu may be wrong 8.2.5145 exit test causes spurious valgrind reports 8.2.5146 memory leak when substitute expression nests 8.2.5147 flaky test always fails on retry 8.2.5148 invalid memory access when using expression on command line 8.2.5149 cannot build without the +eval feature 8.2.5150 read past the end of the first line with ":0;'{" 8.2.5151 reading beyond the end of the line with lisp indenting 8.2.5152 search() gets stuck with "c" and skip evaluates to true 8.2.5153 "make uninstall" does not remove colors/lists 8.2.5154 still mentioning version8, some cosmetic issues 8.2.5155 in diff mode windows may get out of sync 8.2.5156 search timeout test often fails with FreeBSD 8.2.5157 MS-Windows GUI: CTRL-key combinations do not always work 8.2.5158 TSTP and INT signal tests are not run with valgrind 8.2.5159 fix for CTRL-key combinations causes problems 8.2.5160 accessing invalid memory after changing terminal size 8.2.5161 might still access invalid memory 8.2.5162 reading before the start of the line with BS in Replace mode 8.2.5163 crash when deleting buffers in diff mode 8.2.5164 invalid memory access after diff buffer manipulations 8.2.5165 import test fails because 'diffexpr' isn't reset 8.2.5166 test for DiffUpdated fails 8.2.5167 get(Fn, 'name') on funcref returns special byte code 8.2.5168 cannot build with Python 3.11 8.2.5169 nested :source may use NULL pointer 8.2.5170 tiny issues 8.2.5171 dependencies and proto files are outdated 8.2.5172 "make menu" still uses legacy script To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/editors/vim-gtk2/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/vim-gtk3/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/vim-motif/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/editors/vim-share/PLIST cvs rdiff -u -r1.198 -r1.199 pkgsrc/editors/vim-share/distinfo cvs rdiff -u -r1.137 -r1.138 pkgsrc/editors/vim-share/version.mk cvs rdiff -u -r1.64 -r1.65 pkgsrc/editors/vim-xaw/Makefile
-rw-r--r--editors/vim-gtk2/Makefile3
-rw-r--r--editors/vim-gtk3/Makefile3
-rw-r--r--editors/vim-motif/Makefile3
-rw-r--r--editors/vim-share/PLIST26
-rw-r--r--editors/vim-share/distinfo8
-rw-r--r--editors/vim-share/version.mk4
-rw-r--r--editors/vim-xaw/Makefile3
7 files changed, 33 insertions, 17 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index cffb5f3f02e..5ee089c79ea 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2022/04/18 19:10:59 adam Exp $
+# $NetBSD: Makefile,v 1.96.2.1 2022/08/27 15:35:47 spz Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 10
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
diff --git a/editors/vim-gtk3/Makefile b/editors/vim-gtk3/Makefile
index 26f458f2798..9df893711a2 100644
--- a/editors/vim-gtk3/Makefile
+++ b/editors/vim-gtk3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/12/08 16:04:13 adam Exp $
+# $NetBSD: Makefile,v 1.23.6.1 2022/08/27 15:35:47 spz Exp $
PKGNAME= vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 5
COMMENT= Vim editor (vi clone) with X11 GTK3 GUI
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index 9d6c439eb55..d0a7fc37b78 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/12/01 21:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.41.6.1 2022/08/27 15:35:47 spz Exp $
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
diff --git a/editors/vim-share/PLIST b/editors/vim-share/PLIST
index 65ec4579a72..7ec8c0c174c 100644
--- a/editors/vim-share/PLIST
+++ b/editors/vim-share/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.60 2022/04/09 15:22:20 morr Exp $
+@comment $NetBSD: PLIST,v 1.60.2.1 2022/08/27 15:35:47 spz Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -16,6 +16,7 @@ share/vim/${VIM_SUBDIR}/autoload/contextcomplete.vim
share/vim/${VIM_SUBDIR}/autoload/csscomplete.vim
share/vim/${VIM_SUBDIR}/autoload/decada.vim
share/vim/${VIM_SUBDIR}/autoload/dist/ft.vim
+share/vim/${VIM_SUBDIR}/autoload/dist/man.vim
share/vim/${VIM_SUBDIR}/autoload/dist/script.vim
share/vim/${VIM_SUBDIR}/autoload/freebasic.vim
share/vim/${VIM_SUBDIR}/autoload/getscript.vim
@@ -121,6 +122,7 @@ share/vim/${VIM_SUBDIR}/compiler/go.vim
share/vim/${VIM_SUBDIR}/compiler/haml.vim
share/vim/${VIM_SUBDIR}/compiler/hp_acc.vim
share/vim/${VIM_SUBDIR}/compiler/icc.vim
+share/vim/${VIM_SUBDIR}/compiler/icon.vim
share/vim/${VIM_SUBDIR}/compiler/ifort.vim
share/vim/${VIM_SUBDIR}/compiler/intel.vim
share/vim/${VIM_SUBDIR}/compiler/irix5_c.vim
@@ -143,7 +145,9 @@ share/vim/${VIM_SUBDIR}/compiler/ocaml.vim
share/vim/${VIM_SUBDIR}/compiler/onsgmls.vim
share/vim/${VIM_SUBDIR}/compiler/pbx.vim
share/vim/${VIM_SUBDIR}/compiler/perl.vim
+share/vim/${VIM_SUBDIR}/compiler/perlcritic.vim
share/vim/${VIM_SUBDIR}/compiler/php.vim
+share/vim/${VIM_SUBDIR}/compiler/podchecker.vim
share/vim/${VIM_SUBDIR}/compiler/powershell.vim
share/vim/${VIM_SUBDIR}/compiler/pylint.vim
share/vim/${VIM_SUBDIR}/compiler/pyunit.vim
@@ -310,7 +314,9 @@ share/vim/${VIM_SUBDIR}/doc/usr_42.txt
share/vim/${VIM_SUBDIR}/doc/usr_43.txt
share/vim/${VIM_SUBDIR}/doc/usr_44.txt
share/vim/${VIM_SUBDIR}/doc/usr_45.txt
-share/vim/${VIM_SUBDIR}/doc/usr_46.txt
+share/vim/${VIM_SUBDIR}/doc/usr_50.txt
+share/vim/${VIM_SUBDIR}/doc/usr_51.txt
+share/vim/${VIM_SUBDIR}/doc/usr_52.txt
share/vim/${VIM_SUBDIR}/doc/usr_90.txt
share/vim/${VIM_SUBDIR}/doc/usr_toc.txt
share/vim/${VIM_SUBDIR}/doc/various.txt
@@ -363,6 +369,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/cmake.vim
share/vim/${VIM_SUBDIR}/ftplugin/cobol.vim
share/vim/${VIM_SUBDIR}/ftplugin/conf.vim
share/vim/${VIM_SUBDIR}/ftplugin/config.vim
+share/vim/${VIM_SUBDIR}/ftplugin/confini.vim
share/vim/${VIM_SUBDIR}/ftplugin/context.vim
share/vim/${VIM_SUBDIR}/ftplugin/cpp.vim
share/vim/${VIM_SUBDIR}/ftplugin/crm.vim
@@ -388,11 +395,13 @@ share/vim/${VIM_SUBDIR}/ftplugin/dtrace.vim
share/vim/${VIM_SUBDIR}/ftplugin/dune.vim
share/vim/${VIM_SUBDIR}/ftplugin/eiffel.vim
share/vim/${VIM_SUBDIR}/ftplugin/elinks.vim
+share/vim/${VIM_SUBDIR}/ftplugin/elixir.vim
share/vim/${VIM_SUBDIR}/ftplugin/elm.vim
share/vim/${VIM_SUBDIR}/ftplugin/erlang.vim
share/vim/${VIM_SUBDIR}/ftplugin/eruby.vim
share/vim/${VIM_SUBDIR}/ftplugin/eterm.vim
share/vim/${VIM_SUBDIR}/ftplugin/falcon.vim
+share/vim/${VIM_SUBDIR}/ftplugin/fennel.vim
share/vim/${VIM_SUBDIR}/ftplugin/fetchmail.vim
share/vim/${VIM_SUBDIR}/ftplugin/flexwiki.vim
share/vim/${VIM_SUBDIR}/ftplugin/fortran.vim
@@ -423,6 +432,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/hostsaccess.vim
share/vim/${VIM_SUBDIR}/ftplugin/html.vim
share/vim/${VIM_SUBDIR}/ftplugin/htmldjango.vim
share/vim/${VIM_SUBDIR}/ftplugin/i3config.vim
+share/vim/${VIM_SUBDIR}/ftplugin/icon.vim
share/vim/${VIM_SUBDIR}/ftplugin/indent.vim
share/vim/${VIM_SUBDIR}/ftplugin/initex.vim
share/vim/${VIM_SUBDIR}/ftplugin/ishd.vim
@@ -493,6 +503,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/perl.vim
share/vim/${VIM_SUBDIR}/ftplugin/php.vim
share/vim/${VIM_SUBDIR}/ftplugin/pinfo.vim
share/vim/${VIM_SUBDIR}/ftplugin/plaintex.vim
+share/vim/${VIM_SUBDIR}/ftplugin/pod.vim
share/vim/${VIM_SUBDIR}/ftplugin/poke.vim
share/vim/${VIM_SUBDIR}/ftplugin/postscr.vim
share/vim/${VIM_SUBDIR}/ftplugin/procmail.vim
@@ -549,6 +560,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/swiftgyb.vim
share/vim/${VIM_SUBDIR}/ftplugin/sysctl.vim
share/vim/${VIM_SUBDIR}/ftplugin/systemd.vim
share/vim/${VIM_SUBDIR}/ftplugin/systemverilog.vim
+share/vim/${VIM_SUBDIR}/ftplugin/tap.vim
share/vim/${VIM_SUBDIR}/ftplugin/tcl.vim
share/vim/${VIM_SUBDIR}/ftplugin/tcsh.vim
share/vim/${VIM_SUBDIR}/ftplugin/terminfo.vim
@@ -571,6 +583,8 @@ share/vim/${VIM_SUBDIR}/ftplugin/vhdl.vim
share/vim/${VIM_SUBDIR}/ftplugin/vim.vim
share/vim/${VIM_SUBDIR}/ftplugin/vroom.vim
share/vim/${VIM_SUBDIR}/ftplugin/wast.vim
+share/vim/${VIM_SUBDIR}/ftplugin/wget.vim
+share/vim/${VIM_SUBDIR}/ftplugin/wget2.vim
share/vim/${VIM_SUBDIR}/ftplugin/xdefaults.vim
share/vim/${VIM_SUBDIR}/ftplugin/xf86conf.vim
share/vim/${VIM_SUBDIR}/ftplugin/xhtml.vim
@@ -585,6 +599,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/zimbu.vim
share/vim/${VIM_SUBDIR}/ftplugin/zsh.vim
share/vim/${VIM_SUBDIR}/ftplugof.vim
share/vim/${VIM_SUBDIR}/gvimrc_example.vim
+share/vim/${VIM_SUBDIR}/import/dist/vimhelp.vim
share/vim/${VIM_SUBDIR}/indent.vim
share/vim/${VIM_SUBDIR}/indent/README.txt
share/vim/${VIM_SUBDIR}/indent/aap.vim
@@ -627,6 +642,7 @@ share/vim/${VIM_SUBDIR}/indent/erlang.vim
share/vim/${VIM_SUBDIR}/indent/eruby.vim
share/vim/${VIM_SUBDIR}/indent/eterm.vim
share/vim/${VIM_SUBDIR}/indent/falcon.vim
+share/vim/${VIM_SUBDIR}/indent/fennel.vim
share/vim/${VIM_SUBDIR}/indent/fortran.vim
share/vim/${VIM_SUBDIR}/indent/framescript.vim
share/vim/${VIM_SUBDIR}/indent/freebasic.vim
@@ -648,6 +664,7 @@ share/vim/${VIM_SUBDIR}/indent/json.vim
share/vim/${VIM_SUBDIR}/indent/jsonc.vim
share/vim/${VIM_SUBDIR}/indent/jsp.vim
share/vim/${VIM_SUBDIR}/indent/julia.vim
+share/vim/${VIM_SUBDIR}/indent/krl.vim
share/vim/${VIM_SUBDIR}/indent/ld.vim
share/vim/${VIM_SUBDIR}/indent/less.vim
share/vim/${VIM_SUBDIR}/indent/lifelines.vim
@@ -700,7 +717,6 @@ share/vim/${VIM_SUBDIR}/indent/sml.vim
share/vim/${VIM_SUBDIR}/indent/sql.vim
share/vim/${VIM_SUBDIR}/indent/sqlanywhere.vim
share/vim/${VIM_SUBDIR}/indent/sshconfig.vim
-share/vim/${VIM_SUBDIR}/indent/systemd.vim
share/vim/${VIM_SUBDIR}/indent/systemverilog.vim
share/vim/${VIM_SUBDIR}/indent/tcl.vim
share/vim/${VIM_SUBDIR}/indent/tcsh.vim
@@ -921,6 +937,7 @@ share/vim/${VIM_SUBDIR}/syntax/colortest.vim
share/vim/${VIM_SUBDIR}/syntax/conaryrecipe.vim
share/vim/${VIM_SUBDIR}/syntax/conf.vim
share/vim/${VIM_SUBDIR}/syntax/config.vim
+share/vim/${VIM_SUBDIR}/syntax/confini.vim
share/vim/${VIM_SUBDIR}/syntax/context.vim
share/vim/${VIM_SUBDIR}/syntax/cpp.vim
share/vim/${VIM_SUBDIR}/syntax/crm.vim
@@ -1104,6 +1121,7 @@ share/vim/${VIM_SUBDIR}/syntax/julia.vim
share/vim/${VIM_SUBDIR}/syntax/kconfig.vim
share/vim/${VIM_SUBDIR}/syntax/kivy.vim
share/vim/${VIM_SUBDIR}/syntax/kix.vim
+share/vim/${VIM_SUBDIR}/syntax/krl.vim
share/vim/${VIM_SUBDIR}/syntax/kscript.vim
share/vim/${VIM_SUBDIR}/syntax/kwt.vim
share/vim/${VIM_SUBDIR}/syntax/lace.vim
@@ -1206,6 +1224,7 @@ share/vim/${VIM_SUBDIR}/syntax/occam.vim
share/vim/${VIM_SUBDIR}/syntax/omnimark.vim
share/vim/${VIM_SUBDIR}/syntax/opam.vim
share/vim/${VIM_SUBDIR}/syntax/openroad.vim
+share/vim/${VIM_SUBDIR}/syntax/openscad.vim
share/vim/${VIM_SUBDIR}/syntax/opl.vim
share/vim/${VIM_SUBDIR}/syntax/ora.vim
share/vim/${VIM_SUBDIR}/syntax/pamconf.vim
@@ -1450,6 +1469,7 @@ share/vim/${VIM_SUBDIR}/syntax/wdiff.vim
share/vim/${VIM_SUBDIR}/syntax/web.vim
share/vim/${VIM_SUBDIR}/syntax/webmacro.vim
share/vim/${VIM_SUBDIR}/syntax/wget.vim
+share/vim/${VIM_SUBDIR}/syntax/wget2.vim
share/vim/${VIM_SUBDIR}/syntax/whitespace.vim
share/vim/${VIM_SUBDIR}/syntax/winbatch.vim
share/vim/${VIM_SUBDIR}/syntax/wml.vim
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo
index 6554e0e0b1e..1b6d6abc78e 100644
--- a/editors/vim-share/distinfo
+++ b/editors/vim-share/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.198 2022/04/09 15:22:20 morr Exp $
+$NetBSD: distinfo,v 1.198.2.1 2022/08/27 15:35:48 spz Exp $
-BLAKE2s (vim-8.2.4721.tar.gz) = c7f8d7e7d10281b871fd271cef6fd07f41892b82fdae184f60828f62606fa97a
-SHA512 (vim-8.2.4721.tar.gz) = 32e2f0db3e49e43e7afd37d316b067f8649c340f03f585e77cd5f973399aaca8aba413d95c71f446ba28c34366f5746a86e13c94eca0dbd68a79e37dff2fbb26
-Size (vim-8.2.4721.tar.gz) = 16276522 bytes
+BLAKE2s (vim-8.2.5172.tar.gz) = 4a41ce002a058f8344abb47e3fc54f9e65e5a39ea83c46cd3a2b6b0e353f72de
+SHA512 (vim-8.2.5172.tar.gz) = d69fc53bf2fa93896a1050004c18aa1b53449d3aff8514f5d3f37d475b46967607ab1ddbfd145e234b5abac337f90e1ac48d65a3cfa81b4c763a3f76cd3402d4
+Size (vim-8.2.5172.tar.gz) = 16657819 bytes
SHA1 (patch-Makefile) = eb6c93fb6a3b4364a331d574d94dde9107c8da0b
SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9
SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6
diff --git a/editors/vim-share/version.mk b/editors/vim-share/version.mk
index 42cf35517e9..2029d8fec6a 100644
--- a/editors/vim-share/version.mk
+++ b/editors/vim-share/version.mk
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.137 2022/04/09 15:22:20 morr Exp $
+# $NetBSD: version.mk,v 1.137.2.1 2022/08/27 15:35:48 spz Exp $
VIM_VERSION= 8.2
-VIM_PATCHLEVEL= 4721
+VIM_PATCHLEVEL= 5172
# Changelog: see http://ftp.vim.org/pub/vim/patches/8.2/
VIM_SUBDIR= vim82
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 53a8520cb41..55c70e24e35 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2021/12/01 21:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.64.6.1 2022/08/27 15:35:48 spz Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Athena GUI
.include "../../editors/vim-share/Makefile.common"