@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := openssh
PKG_NAME := openssh
PKG_VERSION := 8.2p1
PKG_VERSION := 8.2p1
PKG_RELEASE := 3
PKG_RELEASE := 4
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
PKG_SOURCE_URL := https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
@ -149,7 +149,7 @@ define Package/openssh-sftp-avahi-service/conffiles
/ e t c / a v a h i / s e r v i c e s / s f t p - s s h . s e r v i c e
/ e t c / a v a h i / s e r v i c e s / s f t p - s s h . s e r v i c e
e n d e f
e n d e f
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
$( DISABLE_NLS) \
$( DISABLE_NLS) \
--sysconfdir= /etc/ssh \
--sysconfdir= /etc/ssh \
--with-privsep-user= sshd \
--with-privsep-user= sshd \
@ -166,7 +166,9 @@ CONFIGURE_ARGS+= \
--disable-wtmpx \
--disable-wtmpx \
--without-bsd-auth \
--without-bsd-auth \
--without-kerberos5 \
--without-kerberos5 \
--without-x
--without-x \
--with-stackprotect \
--with$( if $( CONFIG_OPENSSL_ENGINE) ,,out) -ssl-engine
i f e q ( $( BUILD_VARIANT ) , w i t h - p a m )
i f e q ( $( BUILD_VARIANT ) , w i t h - p a m )
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
@ -176,16 +178,6 @@ CONFIGURE_ARGS += \
--without-pam
--without-pam
e n d i f
e n d i f
i f e q ( $( CONFIG_OPENSSL_ENGINE ) , y )
CONFIGURE_ARGS += \
--with-ssl-engine
e n d i f
i f n e q ( $( CONFIG_SSP_SUPPORT ) , y )
CONFIGURE_ARGS += \
--without-stackprotect
e n d i f
CONFIGURE_VARS += LD = " $( TARGET_CC) "
CONFIGURE_VARS += LD = " $( TARGET_CC) "
i f e q ( $( BUILD_VARIANT ) , w i t h - p a m )
i f e q ( $( BUILD_VARIANT ) , w i t h - p a m )