openssh: update to 8.4p1.
This commit is contained in:
parent
42f43af10b
commit
18c02200ae
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=8.3p1
|
||||
revision=2
|
||||
version=8.4p1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||
|
@ -14,7 +14,7 @@ configure_args="--datadir=/usr/share/openssh
|
|||
$(vopt_if gssapi --with-kerberos5=$XBPS_CROSS_BASE/usr --without-kerberos5)
|
||||
$(vopt_if fido2 --with-security-key-builtin)
|
||||
LD=$CC ac_cv_header_sys_cdefs_h=false"
|
||||
hostmakedepends="autoconf"
|
||||
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')"
|
||||
|
@ -23,7 +23,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="BSD-2-Clause, ISC"
|
||||
homepage="https://www.openssh.com"
|
||||
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
|
||||
checksum=f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2
|
||||
checksum=5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24
|
||||
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||
make_dirs="/var/chroot/ssh 0755 root root"
|
||||
|
||||
|
|
Loading…
Reference in New Issue