wok-6.x diff rclone/receipt @ rev 25496
Up expat (2.5.0), CVE-2022-43680. Again.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 02 10:26:08 2022 +0000 (23 months ago) |
parents | 2f230197370e |
children |
line diff
1.1 --- a/rclone/receipt Wed Feb 16 11:53:30 2022 +0000 1.2 +++ b/rclone/receipt Fri Dec 02 10:26:08 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rclone" 1.7 -VERSION="1.51.0" 1.8 +VERSION="1.59.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -31,6 +31,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 - cp -a $install/usr/bin $fs/usr 1.18 + cook_copy_folders bin 1.19 }