From ead1dbde19a505044087aef224b0b9a3f097f988 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 20 Sep 2023 18:00:53 +0000 Subject: [PATCH] openssh: Update to 9.4p1 Signed-off-by: Michael Tremer --- openssh/openssh.nm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.47.3