]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssh: Update to 9.4p1
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Sep 2023 18:00:53 +0000 (18:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Sep 2023 18:00:53 +0000 (18:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
openssh/openssh.nm

index 2d90ee6bac427d291e8ac4ba9d991f4de3720964..fd9b0926cfc75d63de94d7262514aa943aac5d35 100644 (file)
@@ -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