wok-current diff broadcom-wl64/receipt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 months ago)
parents 0f3d33956b41
children
line diff
     1.1 --- a/broadcom-wl64/receipt	Fri Jan 19 16:37:47 2024 +0000
     1.2 +++ b/broadcom-wl64/receipt	Fri Mar 22 16:28:42 2024 +0000
     1.3 @@ -13,7 +13,8 @@
     1.4  PROVIDE="broadcom-wl:linux64"
     1.5  
     1.6  DEPENDS="linux64"
     1.7 -BUILD_DEPENDS="linux64-module-headers xz"
     1.8 +BUILD_DEPENDS="git xz sysfsutils-dev findutils diffutils \
     1.9 +libtool kmod bc elfutils-dev openssl-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13 @@ -37,13 +38,24 @@
    1.14  008-linux415.patch
    1.15  009-fix_mac_profile_discrepancy.patch
    1.16  014-linux414.patch
    1.17 +017-linux56.patch
    1.18 +018-linux59.patch
    1.19  EOT
    1.20  
    1.21      # Use cross toolchain x86_64
    1.22      export PATH=$PATH:/cross/x86_64/tools/bin
    1.23  
    1.24 +    # linux64-module-headers seem not enought for build module
    1.25 +    # Use linux kernel source and modules_prepare
    1.26 +    tar xf $SRC/linux-$kvers.tar.xz
    1.27 +    cd linux-$kvers
    1.28 +    cp $WOK/linux/stuff/linux-slitaz.config64 .config
    1.29 +    make ARCH=x86_64 CROSS_COMPILE=x86_64-slitaz-linux- modules_prepare
    1.30 +    cp $WOK/linux/install/linux64/usr/src/linux-$kvers-slitaz64/Module.symvers .
    1.31 +    cd -
    1.32 +
    1.33      KBUILD_NOPEDANTIC=1 make ARCH=x86_64 CROSS_COMPILE=x86_64-slitaz-linux- \
    1.34 -        -C /usr/src/linux M=`pwd`
    1.35 +        -C ./linux-$kvers M=`pwd`
    1.36      xz wl.ko
    1.37  }
    1.38