]> git.ipfire.org Git - ipfire-2.x.git/commit
vim: update to 8.2 and fix crash with gcc-10
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 29 Aug 2020 15:13:58 +0000 (17:13 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 29 Aug 2020 18:08:57 +0000 (18:08 +0000)
commit2c8819992e8b9ac2db539ae88883fce711084344
tree0ed845a2c3683008ce798915c083e47a10864d24
parent5300e13516f0da43465b1fb5bd283b0e650fd8a5
vim: update to 8.2 and fix crash with gcc-10

the configure.ac has a bug that detects gcc-10 as gcc-1 and so not use
some quirks. Also there is a bug with FORTIFY-SOURCE=2 that crash
if the matchparen plugin is used (enabled by default).

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/vim
lfs/vim
src/patches/vim/vim-8.2_fix_gcc10_detection.patch [new file with mode: 0644]
src/patches/vim/vim-8.2_fix_hardening_crash.patch [new file with mode: 0644]