# HG changeset patch # User Pascal Bellard # Date 1729690073 0 # Node ID 54b8c7c6fe47afee51fa9ffc001f61a9228694bf # Parent d0263f580dbd5c88c481f6c23a4fb28b49dae453 Up dropbear (2024.86), libssh2 (1.11.1), xz (5.6.3) diff -r d0263f580dbd -r 54b8c7c6fe47 Geomyidae/receipt --- a/Geomyidae/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/Geomyidae/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol." MAINTAINER="allan316@gmail.com" LICENSE="MIT" -WEB_SITE="https://www.r-36.net/scm/geomyidae/" +WEB_SITE="https://www.r-36.net/scm/geomyidae/index.html" SOURCE="geomyidae" TARBALL="$SOURCE-v$VERSION.tgz" diff -r d0263f580dbd -r 54b8c7c6fe47 dropbear-pam/receipt --- a/dropbear-pam/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/dropbear-pam/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dropbear-pam" -VERSION="2024.84" +VERSION="2024.86" CATEGORY="security" SHORT_DESC="Light SSH client and server using PAM." MAINTAINER="pascal.bellard@slitaz.org" diff -r d0263f580dbd -r 54b8c7c6fe47 dropbear/receipt --- a/dropbear/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/dropbear/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dropbear" -VERSION="2024.84" +VERSION="2024.86" CATEGORY="security" SHORT_DESC="Lightweight SSH2 server and client" MAINTAINER="pascal.bellard@slitaz.org" @@ -100,10 +100,18 @@ chown -R root.root $fs } -# Post message when installing. +# Pre and post install commands for Tazpkg. +pre_install() +{ + for key in dropbear_rsa_host_key dropbear_ecdsa_host_key dropbear_ed25519_host_key ; do + [ -s "$1/etc/dropbear/$key" ] && mv "$1/etc/dropbear/$key" "$1/etc/dropbear/$key.saved" + done +} + post_install() { while read dropbear openssh ; do + [ -s "$1/$dropbear.saved" ] && mv "$1/$dropbear.saved" "$1/$dropbear" [ -s "$1/$openssh" ] || continue [ -s "$1/$dropbear" ] && continue chroot "$1/" dropbearconvert openssh dropbear $openssh $dropbear diff -r d0263f580dbd -r 54b8c7c6fe47 liblzma-dev/receipt --- a/liblzma-dev/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/liblzma-dev/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblzma-dev" -VERSION="5.6.2" +VERSION="5.6.3" CATEGORY="development" SHORT_DESC="Compressor with a high compression ratio, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d0263f580dbd -r 54b8c7c6fe47 liblzma/receipt --- a/liblzma/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/liblzma/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblzma" -VERSION="5.6.2" +VERSION="5.6.3" CATEGORY="misc" TAGS="compression" SHORT_DESC="Compressor library with a high compression ratio." diff -r d0263f580dbd -r 54b8c7c6fe47 libssh2-dev/receipt --- a/libssh2-dev/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/libssh2-dev/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh2-dev" -VERSION="1.11.0" +VERSION="1.11.1" CATEGORY="development" SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d0263f580dbd -r 54b8c7c6fe47 libssh2/receipt --- a/libssh2/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/libssh2/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh2" -VERSION="1.11.0" +VERSION="1.11.1" CATEGORY="network" SHORT_DESC="A client-side C library implementing the SSH2 protocol" MAINTAINER="pascal.bellard@slitaz.org" diff -r d0263f580dbd -r 54b8c7c6fe47 xz-dev/receipt --- a/xz-dev/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/xz-dev/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xz-dev" -VERSION="5.6.2" +VERSION="5.6.3" CATEGORY="base-system" SHORT_DESC="xz and liblzma development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d0263f580dbd -r 54b8c7c6fe47 xz/receipt --- a/xz/receipt Mon Oct 14 09:24:23 2024 +0000 +++ b/xz/receipt Wed Oct 23 13:27:53 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xz" -VERSION="5.6.2" +VERSION="5.6.3" CATEGORY="base-system" TAGS="compression archive" SHORT_DESC="General-purpose data compressor with a high compression ratio."