Skip to content

Commit

Permalink
Merge pull request #3 from xcp-ng-rpms/fix-koji-build
Browse files Browse the repository at this point in the history
Fix koji build
  • Loading branch information
tescande authored May 13, 2024
2 parents 36d0277 + cfae8b0 commit 1e045e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SPECS/openssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%define sshd_gid 74

# Do we want to disable building of gnome-askpass? (1=yes 0=no)
%define no_gnome_askpass 0
%define no_gnome_askpass 1

# Do we want to link against a static libcrypto? (1=yes 0=no)
%define static_libcrypto 0
Expand Down Expand Up @@ -200,6 +200,7 @@ BuildRequires: fipscheck-devel >= 1.3.0
BuildRequires: openssl-devel >= 0.9.8j
BuildRequires: perl-podlators
BuildRequires: systemd-devel
BuildRequires: gcc

%if %{kerberos5}
BuildRequires: krb5-devel
Expand Down Expand Up @@ -655,11 +656,12 @@ getent passwd sshd >/dev/null || \

%changelog
* Tue Apr 30 2024 Thierry Escande <[email protected]> - 7.4p1-23.2.1 + 0.10.3-2.23.2.1
- Cleanup spec file
- Harden default ciphers and algorithms
- Disable GSSAPIAuthentication in sshd_config
- Remove build dependency on xauth (used for X11 forwarding not supported on XCP-ng hosts)
- Make use of xcpng_subrel macro for versioning
- Disable gnome_askpass
- Add BuildRequires for gcc

* Wed Jan 24 2024 Alex Brett <[email protected]> - 7.4p1-23.2 + 0.10.3-2
- Fix for CVE-2023-48795: Add strict key exchange extension
Expand Down

0 comments on commit 1e045e1

Please sign in to comment.