From: Michael Tremer Date: Wed, 20 Sep 2023 18:00:53 +0000 (+0000) Subject: openssh: Update to 9.4p1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ead1dbde19a505044087aef224b0b9a3f097f988;p=people%2Fstevee%2Fipfire-3.x.git openssh: Update to 9.4p1 Signed-off-by: Michael Tremer --- diff --git a/openssh/openssh.nm b/openssh/openssh.nm index 2d90ee6ba..fd9b0926c 100644 --- a/openssh/openssh.nm +++ b/openssh/openssh.nm @@ -4,8 +4,8 @@ ############################################################################### name = openssh -version = 9.1p1 -release = 4 +version = 9.4p1 +release = 1 groups = Application/Internet url = https://www.openssh.com/portable.html @@ -35,20 +35,19 @@ build zlib-devel end - configure_options += \ + configure += \ --sysconfdir=%{sysconfdir}/ssh \ --datadir=%{datadir}/sshd \ --libexecdir=%{libdir}/openssh \ --with-default-path=/usr/local/bin:/bin:/usr/bin \ --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ --with-privsep-path=%{sharedstatedir}/sshd \ - --enable-vendor-patchlevel="%{DISTRO_NAME} %{thisver}" \ --disable-strip \ --with-ssl-engine \ - --with-authorized-keys-command \ --with-ipaddr-display \ --with-pam \ - --with-libedit + --with-libedit \ + --without-zlib-version-check prepare_cmds autoreconf -vfi