mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=8.4p1
|
version=8.4p1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/openssh
|
configure_args="--datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
|
@ -17,7 +17,7 @@ configure_args="--datadir=/usr/share/openssh
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="libedit-devel pam-devel zlib-devel
|
makedepends="libedit-devel pam-devel zlib-devel
|
||||||
$(vopt_if gssapi 'mit-krb5-devel') $(vopt_if ldns 'libldns-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"
|
short_desc="OpenSSH free Secure Shell (SSH) client and server implementation"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause, ISC"
|
license="BSD-2-Clause, ISC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue