[Slackbuilds-users] problematic sources [was: Mirodi Snapshot Hosting]

Antonio Hernández Blas hba.nihilismus at gmail.com
Sun Nov 23 23:21:39 UTC 2008


2008/11/23 LukenShiro <lukenshiro at ngi.it>:
> wmii
> http://suckless.org/download/wmii-3.6.tar.gz
> wrong MD5SUM

* DOWNLOAD's line should be now:
DOWNLOAD="http://code.suckless.org/dl/wmii/wmii-3.6.tar.gz"

* MD5SUM is correct.

> LimeWire
> http://www10.limewire.com/download/LimeWireOther.zip
> wrong MD5SUM

* As README states:
"Note that the filename of the LimeWireOther.zip file does *not* change
with newer releases, so make sure you keep that in mind when you're
verifying md5sums; if they don't match, a newer version might have been
released."

> axel
> http://alioth.debian.org/frs/download.php/2621/axel-2.2.tar.bz2
> [text/html]

* New values in axel.info file:

DOWNLOAD="http://alioth.debian.org/frs/download.php/2658/axel-2.2.tar.bz2"
MD5SUM="714f6056fb2202e78125bdfb6e855681"

> lyx_qt4
> ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.5.3.tar.gz
> file doesn't exist

* DOWNLOAD's line should be now:

DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.5.x/lyx-1.5.3.tar.gz"

* MD5SUM's value is correct.

> fglrx-driver
> https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-
> driver-installer-8-7-x86.x86_64.run
> it refers to a https:// address so you can't get it with wget without
> options

* To get a file from a https server (at least with fglrx-* https
server) you can make two things:

1).- Download a $FILE with the bundle of certificate authorities
("CA") (from wget(1)) and pass it  to wget with
"--ca-certificate=$FILE". You can get this $FILE from
http://curl.haxx.se/docs/caextract.html, download "cacert.pem" into
fglrx-driver directory(for example) and execute wget as:

$ wget --ca-certificate="cacert.pem"
"https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8-7-x86.x86_64.run"

2).- Also, you can just execute wget as:

$ wget --no-check-certificate
"https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8-7-x86.x86_64.run"

* BTW and JFYI you can also use:

$ wget "http://www2.ati.com/drivers/linux/ati-driver-installer-8-7-x86.x86_64.run"

* This way i have found it today ;-)

-hba


More information about the SlackBuilds-users mailing list