openssh: rebuild against OpenSSL
This commit is contained in:
parent
c69e94dd8e
commit
a9976b74df
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=8.4p1
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||
|
@ -17,7 +17,7 @@ configure_args="--datadir=/usr/share/openssh
|
|||
hostmakedepends="automake"
|
||||
makedepends="libedit-devel pam-devel zlib-devel
|
||||
$(vopt_if gssapi 'mit-krb5-devel') $(vopt_if ldns 'libldns-devel')
|
||||
$(vopt_if ssl 'libressl-devel') $(vopt_if fido2 'libfido2-devel')"
|
||||
$(vopt_if ssl 'openssl-devel') $(vopt_if fido2 'libfido2-devel')"
|
||||
short_desc="OpenSSH free Secure Shell (SSH) client and server implementation"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-2-Clause, ISC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue