wok-current rev 25665

Patch wpa_supplicant CVE-2023-52160
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 09:25:52 2024 +0000 (3 months ago)
parents a5920dcf0199
children 90a3b9276a07
files wpa_supplicant/receipt
line diff
     1.1 --- a/wpa_supplicant/receipt	Fri Feb 23 20:17:27 2024 +0000
     1.2 +++ b/wpa_supplicant/receipt	Sat Mar 02 09:25:52 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