wok-6.x rev 22840
Up cryptsetup (2.3.0, supports the BitLocker format)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 12 11:04:59 2020 +0100 (2020-02-12) |
parents | 4668ebef1dbf |
children | 314dd7281637 |
files | cryptsetup-dev/receipt cryptsetup/receipt loderunner/receipt sshproxy/receipt |
line diff
1.1 --- a/cryptsetup-dev/receipt Tue Feb 11 10:43:44 2020 +0100 1.2 +++ b/cryptsetup-dev/receipt Wed Feb 12 11:04:59 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptsetup-dev" 1.7 -VERSION="2.2.2" 1.8 +VERSION="2.3.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 Tue Feb 11 10:43:44 2020 +0100 2.2 +++ b/cryptsetup/receipt Wed Feb 12 11:04:59 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cryptsetup" 2.7 -VERSION="2.2.2" 2.8 +VERSION="2.3.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 @@ -16,6 +16,15 @@ 2.13 libjson-c-dev openssl-dev popt-dev util-linux-blkid-dev 2.14 util-linux-uuid-dev" 2.15 2.16 +current_version() 2.17 +{ 2.18 + local base=$(wget -O - ${WGET_URL%/v*} 2>/dev/null | \ 2.19 + sed '/href/!d;s|.*href="\(.*\)".*|\1|' x | tail -n 1) 2.20 + wget -O - ${WGET_URL%/v*}/$base 2>/dev/null | sed \ 2.21 + "/href/!d;/z/!d;s|.*href=\"$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | \ 2.22 + tail -n1 2.23 +} 2.24 + 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 {
3.1 --- a/loderunner/receipt Tue Feb 11 10:43:44 2020 +0100 3.2 +++ b/loderunner/receipt Wed Feb 12 11:04:59 2020 +0100 3.3 @@ -9,7 +9,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WEB_SITE="http://loderunnerwebgame.com/LodeRunner/" 3.6 WGET_URL="https://github.com/SimonHung/LodeRunner_TotalRecall/archive/v$VERSION.tar.gz" 3.7 -DEPENDS="browser-html5" 3.8 +SUGGESTED="browser-html5" 3.9 HOST_ARCH="any" 3.10 3.11 # Rules to gen a SliTaz package suitable for Tazpkg. 3.12 @@ -17,6 +17,8 @@ 3.13 { 3.14 mkdir -p $fs/var/www $fs/usr/share/applications 3.15 cp -a $src $fs/var/www/loderunner 3.16 + sed 's|\(repeatAction = \)0|\11|;s|ff (NES|n (APPLE-II|' \ 3.17 + -i $fs/var/www/loderunner/lodeRunner.storage.js 3.18 ln -s lodeRunner.html $fs/var/www/loderunner/index.html 3.19 rm -rf $fs/var/www/loderunner/tools $fs/var/www/loderunner/README.md 3.20 cat > $fs/usr/share/applications/loderunner.desktop <<EOT
4.1 --- a/sshproxy/receipt Tue Feb 11 10:43:44 2020 +0100 4.2 +++ b/sshproxy/receipt Wed Feb 12 11:04:59 2020 +0100 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="pascal.bellard@slitaz.org" 4.5 LICENSE="GPL2" 4.6 TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz" 4.7 -WEB_SITE="https://sshproxy-project.org/" 4.8 +WEB_SITE="https://web.archive.org/web/20091027113547/http://sshproxy-project.org/" 4.9 WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL" 4.10 TAGS="ssh" 4.11