wok-current diff wpa_supplicant/receipt @ rev 25668

Update firmware, fix sound linux packages
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 20:44:59 2024 +0000 (4 months ago)
parents 3ad63c8fc2f9
children
line diff
     1.1 --- a/wpa_supplicant/receipt	Sun Jan 14 08:12:37 2024 +0000
     1.2 +++ b/wpa_supplicant/receipt	Sat Mar 02 20:44:59 2024 +0000
     1.3 @@ -35,7 +35,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src/$PACKAGE 
     1.8 +	# CVE-2023-52160
     1.9 +	patch -p1 < $stuff/CVE-2023-52160.patch
    1.10 +
    1.11 +	cd $src/$PACKAGE
    1.12  	cp -a ./defconfig ./.config
    1.13  	# Main build configs
    1.14  	cat >> .config << EOT