wok-current diff tar/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 71360a13cd94
children
line diff
     1.1 --- a/tar/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/tar/receipt	Fri Mar 22 16:28:42 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tar"
     1.7 -VERSION="1.32"
     1.8 +VERSION="1.34"
     1.9  CATEGORY="utilities"
    1.10  TAGS="archive compression"
    1.11  SHORT_DESC="GNU tar archiving tools."
    1.12 @@ -12,6 +12,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 +SUGGESTED="tar-lang"
    1.17  DEPENDS="xz"
    1.18  
    1.19  HOST_ARCH="i486 arm"
    1.20 @@ -26,7 +27,7 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	# this is needed since configure can't be run as root with out it
    1.25 +	# this is needed since configure can't be run as root without it
    1.26  	export FORCE_UNSAFE_CONFIGURE=1
    1.27  
    1.28  	./configure				\
    1.29 @@ -34,14 +35,13 @@
    1.30  		--libexecdir=/usr/lib/$PACKAGE	\
    1.31  		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33 -	make DESTDIR=$DESTDIR install
    1.34 +	make install DESTDIR=$DESTDIR
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 -    mkdir -p $fs
    1.41 -    cp -a $install/usr/bin $fs
    1.42 +	cook_copy_folders	bin
    1.43  }
    1.44  
    1.45  # Prevent erasing busybox...