wok-next diff linux-hwmon/receipt @ rev 9544
tiff: Patched overflows that could lead to aribitrary code execution when parsing a malformed image file. Thanks slackware for having this.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Apr 09 07:21:58 2011 +0000 (2011-04-09) |
parents | 6dc83d5fb812 |
children | d1768332cee0 |
line diff
1.1 --- a/linux-hwmon/receipt Mon Feb 14 15:47:37 2011 +0000 1.2 +++ b/linux-hwmon/receipt Sat Apr 09 07:21:58 2011 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $src/slitaz/list_modules.sh drivers/hwmon | while read module; do 1.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/hwmon | while read module; do 1.9 dir=$path/$(dirname $module) 1.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.11 cp -a $_pkg/$path/$module $fs/$dir