[BUG] ioncube loaders are never updated

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,824
Location
Switzerland
Let's take today's ioncube update as an example
Code:
# ./build ioncube
File already exists:    ioncube_loaders_fre_9_x86-64.tar.gz
ionCube loader has been installed.
Really?
Code:
-rw-r--r--  1 root  wheel   4.7M Jan  4 07:37 ioncube_loaders_fre_9_x86-64.tar.gz
Hmmm... 4.5.2 was not available on January the 4th.
What does versions.txt say?
Code:
# cat versions.txt | grep fre_9_x86-64
ioncube_loaders_fre_9_x86-64:4.5.2:160102d972fdf404ec95ee9861adc1e2
And the file I have?
Code:
# md5 ioncube_loaders_fre_9_x86-64.tar.gz
MD5 (ioncube_loaders_fre_9_x86-64.tar.gz) = 69944cd9c75f450f5ac78c93fbd447fe
They don't match!

Must be a bug then.
 
Have you tried "./build update" for it? That should re-download the file because of the md5 checksum mismatch.
 
Have you tried "./build update" for it? That should re-download the file because of the md5 checksum mismatch.
You're right, I didn't do a "./build update". I just assumed that CB would always fetch the latest version from versions.conf, which I just remembered is not the default behaviour. I usually download the archives prior to using CB.

But still, if there is a md5 mismatch, the process should not continue and the user should be told to do a "./build update", no?
 
Back
Top