#16489 closed defect (fixed)
Vim and Vim.app fail with invalid checksums
Reported by: | ascarter@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | vim |
Description
Both the vim and vim-app ports are failing because the MD5, SHA1, and RMD160 checksums don't match the actual checksums from the downloaded vim tarball.
Correct checksums:
[suffix ${name}-${vim_version}] \
md5 f0901284b338e448bfd79ccca0041254 \ sha1 a4b6641ca528fada71ea77c998a441495ed4984c \ rmd160 eaff64d0fec09d725addf8de569f508b80a5766e \
Change History (6)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to raimue@… |
---|
comment:2 Changed 16 years ago by blb@…
Looks like the files are all the same, but the permissions of various files within the tarball were updated, eg, orignally:
-rw------- mool/mool 1951 2008-08-08 15:05:33 vim72/runtime/plugin/tarPlugin.vim
and the updated one:
-rw-r--r-- mool/mool 1951 2008-08-08 15:05:33 vim72/runtime/plugin/tarPlugin.vim
comment:3 Changed 16 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:4 Changed 16 years ago by raimue (Rainer Müller)
Ok, the tarball was updated according to ftp://ftp.vim.org/pub/vim/unix/README
comment:5 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r39833.
Added new checksums and changed dist_subdir.
Note: See
TracTickets for help on using
tickets.
Assigning to maintainer.