wok view libssh-dev/receipt @ rev 25630

libssh, openssh, paramiko, proftpd, putty: CVE-2023-48795 fix, waiting for dropbear and tinyssh released.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 22 14:30:01 2023 +0000 (9 months ago)
parents 5fbb3aad734c
children 7a8b9cd09212
line source
1 # SliTaz package receipt.
3 PACKAGE="libssh-dev"
4 VERSION="0.9.8"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libssh."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.libssh.org/"
11 DEPENDS="libssh pkg-config"
12 WANTED="libssh"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 }