diff --git a/openssh.spec b/openssh.spec index bbfb587..6fda424 100644 --- a/openssh.spec +++ b/openssh.spec @@ -54,7 +54,7 @@ Summary: An open source implementation of SSH protocol version 2 Name: openssh Version: %{openssh_ver} -Release: %{openssh_rel}%{?dist}.4 +Release: %{openssh_rel}%{?dist}.5 URL: http://www.openssh.com/portable.html #URL1: https://github.com/jbeverly/pam_ssh_agent_auth/ Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz @@ -484,7 +484,6 @@ fi --with-privsep-path=%{_datadir}/empty.sshd \ --disable-strip \ --without-zlib-version-check \ - --with-ssl-engine \ --with-ipaddr-display \ --with-pie=no \ --without-hardening `# The hardening flags are configured by system` \ @@ -742,6 +741,10 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Fri Jul 12 2024 Zoltan Fridrich - 9.6p1-1.5 +- Build OpenSSH without ENGINE API + Resolves: RHEL-45507 + * Mon Jun 24 2024 Troy Dawson - 9.6p1-1.4 - Bump release for June 2024 mass rebuild