1) Somewhere I got it in my head that patches must be installed in order. But the slackware security patches look like new versions of whole applications.
So do I need to install all BASH patches in order or just the most recent? Can I assume the most recent security patch has all the prior security fixes as well?
2) On the slackware security page I can get some updates but not others:
The first one is successful but the second one fails consistently.
Code:
bash-4.2$ wget ftp://ftp.slackware.com/pub/slackware/slackware64-14.1/patches/packages/mozilla-nss-3.16.5-x86_64-1_slack14.1.txz
--2014-09-28 17:00:56-- ftp://ftp.slackware.com/pub/slackware/slackware64-14.1/patches/packages/mozilla-nss-3.16.5-x86_64-1_slack14.1.txz
=> 'mozilla-nss-3.16.5-x86_64-1_slack14.1.txz'
Resolving ftp.slackware.com (ftp.slackware.com)... 140.211.166.134
Connecting to ftp.slackware.com (ftp.slackware.com)|140.211.166.134|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /pub/slackware/slackware64-14.1/patches/packages ... done.
==> SIZE mozilla-nss-3.16.5-x86_64-1_slack14.1.txz ... 1599992
==> PASV ... done. ==> RETR mozilla-nss-3.16.5-x86_64-1_slack14.1.txz ... done.
Length: 1599992 (1.5M) (unauthoritative)
100%[=================================================================================================================================>] 1,599,992 445KB/s in 3.5s
2014-09-28 17:01:01 (443 KB/s) - 'mozilla-nss-3.16.5-x86_64-1_slack14.1.txz' saved [1599992]
bash-4.2$
bash-4.2$
bash-4.2$
bash-4.2$ wget ftp://ftp.slackware.com/pub/slackware/slackware64-14.1/patches/packages/bash-4.2.048-x86_64-2_slack14.1.txz
--2014-09-28 17:01:53-- ftp://ftp.slackware.com/pub/slackware/slackware64-14.1/patches/packages/bash-4.2.048-x86_64-2_slack14.1.txz
=> 'bash-4.2.048-x86_64-2_slack14.1.txz'
Resolving ftp.slackware.com (ftp.slackware.com)... 140.211.166.134
Connecting to ftp.slackware.com (ftp.slackware.com)|140.211.166.134|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /pub/slackware/slackware64-14.1/patches/packages ... done.
==> SIZE bash-4.2.048-x86_64-2_slack14.1.txz ... done.
==> PASV ... done. ==> RETR bash-4.2.048-x86_64-2_slack14.1.txz ...
No such file 'bash-4.2.048-x86_64-2_slack14.1.txz'.
What am I doing wrong here? I've also tried using firefox to download the patches the result is the same.