wok diff keyutils/receipt @ rev 24837

updated libtdb and libtdb-dev (1.4.3 -> 1.4.5)
author Hans-G?nter Theisgen
date Fri Mar 25 07:38:22 2022 +0100 (2022-03-25)
parents 3e9a9990c985
children a4f828dcc860
line diff
     1.1 --- a/keyutils/receipt	Thu Jul 08 13:19:25 2021 +0000
     1.2 +++ b/keyutils/receipt	Fri Mar 25 07:38:22 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="keyutils"
     1.7 -VERSION="1.6.1"
     1.8 +VERSION="1.6.3"
     1.9  CATEGORY="security"
    1.10  TAGS="cryptography"
    1.11  SHORT_DESC="Control the key management system built into the Linux kernel."
    1.12 @@ -9,8 +9,8 @@
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14  WEB_SITE="https://people.redhat.com/~dhowells/keyutils/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WGET_URL="${WEB_SITE}$TARBALL"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/$PACKAGE.git/snapshot/$TARBALL"
    1.20  
    1.21  BUILD_DEPENDS="file"
    1.22  
    1.23 @@ -29,7 +29,7 @@
    1.24  		Makefile
    1.25  
    1.26  	make &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make install DESTDIR=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.