wok rev 25791
Up dropbear (2024.86), libssh2 (1.11.1), xz (5.6.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 23 13:27:53 2024 +0000 (4 weeks ago) |
parents | d0263f580dbd |
children | 0b386d230ab5 |
files | Geomyidae/receipt dropbear-pam/receipt dropbear/receipt liblzma-dev/receipt liblzma/receipt libssh2-dev/receipt libssh2/receipt xz-dev/receipt xz/receipt |
line diff
1.1 --- a/Geomyidae/receipt Mon Oct 14 09:24:23 2024 +0000 1.2 +++ b/Geomyidae/receipt Wed Oct 23 13:27:53 2024 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol." 1.5 MAINTAINER="allan316@gmail.com" 1.6 LICENSE="MIT" 1.7 -WEB_SITE="https://www.r-36.net/scm/geomyidae/" 1.8 +WEB_SITE="https://www.r-36.net/scm/geomyidae/index.html" 1.9 1.10 SOURCE="geomyidae" 1.11 TARBALL="$SOURCE-v$VERSION.tgz"
2.1 --- a/dropbear-pam/receipt Mon Oct 14 09:24:23 2024 +0000 2.2 +++ b/dropbear-pam/receipt Wed Oct 23 13:27:53 2024 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="dropbear-pam" 2.7 -VERSION="2024.84" 2.8 +VERSION="2024.86" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Light SSH client and server using PAM." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/dropbear/receipt Mon Oct 14 09:24:23 2024 +0000 3.2 +++ b/dropbear/receipt Wed Oct 23 13:27:53 2024 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="dropbear" 3.7 -VERSION="2024.84" 3.8 +VERSION="2024.86" 3.9 CATEGORY="security" 3.10 SHORT_DESC="Lightweight SSH2 server and client" 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -100,10 +100,18 @@ 3.13 chown -R root.root $fs 3.14 } 3.15 3.16 -# Post message when installing. 3.17 +# Pre and post install commands for Tazpkg. 3.18 +pre_install() 3.19 +{ 3.20 + for key in dropbear_rsa_host_key dropbear_ecdsa_host_key dropbear_ed25519_host_key ; do 3.21 + [ -s "$1/etc/dropbear/$key" ] && mv "$1/etc/dropbear/$key" "$1/etc/dropbear/$key.saved" 3.22 + done 3.23 +} 3.24 + 3.25 post_install() 3.26 { 3.27 while read dropbear openssh ; do 3.28 + [ -s "$1/$dropbear.saved" ] && mv "$1/$dropbear.saved" "$1/$dropbear" 3.29 [ -s "$1/$openssh" ] || continue 3.30 [ -s "$1/$dropbear" ] && continue 3.31 chroot "$1/" dropbearconvert openssh dropbear $openssh $dropbear
4.1 --- a/liblzma-dev/receipt Mon Oct 14 09:24:23 2024 +0000 4.2 +++ b/liblzma-dev/receipt Wed Oct 23 13:27:53 2024 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="liblzma-dev" 4.7 -VERSION="5.6.2" 4.8 +VERSION="5.6.3" 4.9 CATEGORY="development" 4.10 SHORT_DESC="Compressor with a high compression ratio, development files." 4.11 MAINTAINER="pascal.bellard@slitaz.org"
5.1 --- a/liblzma/receipt Mon Oct 14 09:24:23 2024 +0000 5.2 +++ b/liblzma/receipt Wed Oct 23 13:27:53 2024 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="liblzma" 5.7 -VERSION="5.6.2" 5.8 +VERSION="5.6.3" 5.9 CATEGORY="misc" 5.10 TAGS="compression" 5.11 SHORT_DESC="Compressor library with a high compression ratio."
6.1 --- a/libssh2-dev/receipt Mon Oct 14 09:24:23 2024 +0000 6.2 +++ b/libssh2-dev/receipt Wed Oct 23 13:27:53 2024 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="libssh2-dev" 6.7 -VERSION="1.11.0" 6.8 +VERSION="1.11.1" 6.9 CATEGORY="development" 6.10 SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files." 6.11 MAINTAINER="pascal.bellard@slitaz.org"
7.1 --- a/libssh2/receipt Mon Oct 14 09:24:23 2024 +0000 7.2 +++ b/libssh2/receipt Wed Oct 23 13:27:53 2024 +0000 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="libssh2" 7.7 -VERSION="1.11.0" 7.8 +VERSION="1.11.1" 7.9 CATEGORY="network" 7.10 SHORT_DESC="A client-side C library implementing the SSH2 protocol" 7.11 MAINTAINER="pascal.bellard@slitaz.org"
8.1 --- a/xz-dev/receipt Mon Oct 14 09:24:23 2024 +0000 8.2 +++ b/xz-dev/receipt Wed Oct 23 13:27:53 2024 +0000 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="xz-dev" 8.7 -VERSION="5.6.2" 8.8 +VERSION="5.6.3" 8.9 CATEGORY="base-system" 8.10 SHORT_DESC="xz and liblzma development files." 8.11 MAINTAINER="pascal.bellard@slitaz.org"
9.1 --- a/xz/receipt Mon Oct 14 09:24:23 2024 +0000 9.2 +++ b/xz/receipt Wed Oct 23 13:27:53 2024 +0000 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="xz" 9.7 -VERSION="5.6.2" 9.8 +VERSION="5.6.3" 9.9 CATEGORY="base-system" 9.10 TAGS="compression archive" 9.11 SHORT_DESC="General-purpose data compressor with a high compression ratio."