wok-6.x rev 20166
Up cryptsetup (2.0.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 10 17:53:07 2018 +0100 (2018-01-10) |
parents | ffc20f9bd49f |
children | c1434b8d757f |
files | cryptsetup-dev/receipt cryptsetup/receipt |
line diff
1.1 --- a/cryptsetup-dev/receipt Wed Jan 10 15:30:44 2018 +0100 1.2 +++ b/cryptsetup-dev/receipt Wed Jan 10 17:53:07 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptsetup-dev" 1.7 -VERSION="1.7.3" 1.8 +VERSION="2.0.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="cryptsetup library development files." 1.11 MAINTAINER="b1+slitaz@nagel.org"
2.1 --- a/cryptsetup/receipt Wed Jan 10 15:30:44 2018 +0100 2.2 +++ b/cryptsetup/receipt Wed Jan 10 17:53:07 2018 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cryptsetup" 2.7 -VERSION="1.7.3" 2.8 +VERSION="2.0.0" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="dm-crypt setup tool for encryption of block devices" 2.11 MAINTAINER="b1+slitaz@nagel.org" 2.12 @@ -10,9 +10,9 @@ 2.13 WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE" 2.14 WGET_URL="https://www.kernel.org/pub/linux/utils/$PACKAGE/v${VERSION%.*}/$TARBALL" 2.15 2.16 -DEPENDS="e2fsprogs popt libgcrypt libdevmapper" 2.17 +DEPENDS="e2fsprogs popt libgcrypt libdevmapper libjson-c" 2.18 BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ 2.19 -libdevmapper-dev util-linux-uuid util-linux-uuid-dev popt" 2.20 +libdevmapper-dev util-linux-uuid util-linux-uuid-dev popt libjson-c-dev" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules()