wok diff zfs-fuse/receipt @ rev 25649

Patch pam CVE-2024-22365
author Stanislas Leduc <shann@slitaz.org>
date Fri Feb 02 19:36:21 2024 +0100 (12 months ago)
parents 72f2704d3ae0
children
line diff
     1.1 --- a/zfs-fuse/receipt	Fri Mar 18 18:06:12 2022 +0000
     1.2 +++ b/zfs-fuse/receipt	Fri Feb 02 19:36:21 2024 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://github.com/gordan-bobic/zfs-fuse/releases 2>/dev/null | \
     1.7 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
     1.8 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;q'
     1.9  }
    1.10  
    1.11