openssh-7.6p1-5 + 0.10.3-3

This commit is contained in:
Jakub Jelen 2018-02-01 16:36:05 +01:00
parent 7936d701cb
commit 1b87361339
1 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%global openssh_ver 7.6p1
%global openssh_rel 4
%global openssh_rel 5
%global pam_ssh_agent_ver 0.10.3
%global pam_ssh_agent_rel 3
@ -763,6 +763,9 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Thu Feb 01 2018 Jakub Jelen <jjelen@redhat.com> - 7.6p1-5 + 0.10.3-3
- Build correctly against systemd
* Thu Feb 01 2018 Jakub Jelen <jjelen@redhat.com> - 7.6p1-4 + 0.10.3-3
- Whitelist gettid() syscall in seccomp filter (#1524392)
- Do not pass hostnames to audit -- UseDNS is usually disabled (#1534577)