wok-current rev 17196
bash: apply *all* security fixes (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 08 15:03:17 2014 +0200 (2014-10-08) |
parents | 121d29ca7ca8 |
children | 142a4a0548c5 |
files | bash/receipt |
line diff
1.1 --- a/bash/receipt Wed Oct 08 14:52:55 2014 +0200 1.2 +++ b/bash/receipt Wed Oct 08 15:03:17 2014 +0200 1.3 @@ -71,7 +71,7 @@ 1.4 make DESTDIR=$DESTDIR install 1.5 [ -s "$SOURCES_REPOSITORY/$BASHCHECK" ] || 1.6 wget --no-check-certificate -O "$SOURCES_REPOSITORY/$BASHCHECK" $BASHCHECKURL 1.7 - $DESTDIR/bin/bash $SOURCES_REPOSITORY/$BASHCHECK | tee bashcheck.log 1.8 + $DESTDIR/bin/bash $SOURCES_REPOSITORY/$BASHCHECK $DESTDIR/bin/bash | tee bashcheck.log 1.9 grep Vulnerable bashcheck.log && echo "ERROR: Vulnerable" 1.10 } 1.11