wok view dropbear-pam/receipt @ rev 25693

dropbear (2024.84) fixes terrapin-attack, again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 13:35:21 2024 +0000 (2 months ago)
parents e9542eb10538
children c7c7d41a7d82
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2024.84"
5 CATEGORY="security"
6 SHORT_DESC="Light SSH client and server using PAM."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/mkj/dropbear"
11 WANTED="dropbear"
12 DEPENDS="dropbear pam"
13 PROVIDE="dropbear:pam ssh:pam"
14 TAGS="ssh"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/sbin
20 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
21 }
23 post_remove()
24 {
25 tazpkg get-install ${PACKAGE%-pam} --forced
26 }