wok-current diff pam/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (6 months ago)
parents 3ad63c8fc2f9
children
line diff
     1.1 --- a/pam/receipt	Sun Jan 14 08:12:37 2024 +0000
     1.2 +++ b/pam/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -25,8 +25,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# Patch CVE-2024-22365
     1.8 +	# see https://seclists.org/oss-sec/2024/q1/31
     1.9 +	patch -p1 < $stuff/CVE-2024-22365.patch
    1.10 +
    1.11  	sed -i 's|(uname -m)|(echo i686)|;s|`uname -m`|`echo i686`|' \
    1.12  		configure build-aux/config.guess
    1.13 +
    1.14  	./configure --sysconfdir=/etc \
    1.15  		$CONFIGURE_ARGS &&
    1.16  	make && make install