[notify] vim: update to patchlevel 239
Patches 234 and 235 are security related, see http://www.securityfocus.com/bid/23725
This commit is contained in:
parent
8cba4b18e7
commit
639c4ef1e0
@ -1,3 +1,4 @@
|
||||
e4d2d7df9dc3d0251b7d06683bc09cdf vim-7.0.001-109.tar.gz
|
||||
fbf8615ae070fe3b9088e0fbd84ebddb vim-7.0.110-224.tar.gz
|
||||
b1eaff9822b31568270d157742b1f7b7 vim-7.0.225-239.tar.gz
|
||||
4ca69757678272f718b1041c810d82d8 vim-7.0.tar.bz2
|
||||
|
@ -6,15 +6,16 @@
|
||||
|
||||
name=vim
|
||||
version=7.0
|
||||
release=7
|
||||
release=8
|
||||
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2 \
|
||||
http://jue.li/crux/files/$name-7.0.001-109.tar.gz \
|
||||
http://jue.li/crux/files/$name-7.0.110-224.tar.gz)
|
||||
http://jue.li/crux/files/$name-7.0.110-224.tar.gz \
|
||||
http://jue.li/crux/files/$name-7.0.225-239.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name${version/\./}
|
||||
|
||||
for p in $SRC/$name-7.0.{001-109,110-224}/*; do
|
||||
for p in $SRC/$name-7.0.{001-109,110-224,225-239}/*; do
|
||||
patch -p0 -i $p
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user