wok-current diff libdrm-mach64/receipt @ rev 25725

Patch openssh CVE-2024-6387
author Stanislas Leduc <shann@slitaz.org>
date Mon Jul 01 15:09:44 2024 +0000 (2 weeks ago)
parents ede1d184d5c5
children
line diff
     1.1 --- a/libdrm-mach64/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/libdrm-mach64/receipt	Mon Jul 01 15:09:44 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdrm-mach64"
     1.7 -VERSION="20140830"
     1.8 +VERSION="20180107"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="DRM Library for mach64 (deprecated but no alternative)."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -27,12 +27,15 @@
    1.13  	find -name Makefile | xargs sed -i \
    1.14  		"s|/lib/modules/\`uname -r\`/build|/usr/src/linux|"
    1.15  	KERN_DIR=/usr/src/linux make
    1.16 +
    1.17 +	# make .ko.xz
    1.18 +	xz -z $src/mach64.ko
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.25 -	install -D -m644 $src/mach64.ko \
    1.26 -	"$fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/drivers/gpu/drm/mach64/mach64.ko"
    1.27 +	install -D -m644 $src/mach64.ko.xz \
    1.28 +	"$fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/drivers/gpu/drm/mach64/mach64.ko.xz"
    1.29  }