[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:
Juergen Daubert 2007-05-02 19:34:05 +02:00
parent 8cba4b18e7
commit 639c4ef1e0
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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