- add auditing the key ussage

This commit is contained in:
Jan F 2010-11-02 13:10:33 +01:00
parent 2d0bc8b9f6
commit 0f4c82ee87
1 changed files with 6 additions and 1 deletions

View File

@ -71,7 +71,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%define openssh_ver 5.6p1
%define openssh_rel 12
%define openssh_rel 13
%define pam_ssh_agent_ver 0.9.2
%define pam_ssh_agent_rel 27
@ -96,6 +96,7 @@ Source5: pam_ssh_agent-rmheaders
Patch0: openssh-5.6p1-redhat.patch
#https://bugzilla.mindrot.org/show_bug.cgi?id=1402
Patch1: openssh-5.6p1-audit.patch
Patch2: openssh-5.6p1-audit2.patch
#https://bugzilla.mindrot.org/show_bug.cgi?id=1640
Patch4: openssh-5.2p1-vendor.patch
Patch10: pam_ssh_agent_auth-0.9-build.patch
@ -268,6 +269,7 @@ The module is most useful for su and sudo service stacks.
%setup -q -a 4
%patch0 -p1 -b .redhat
%patch1 -p1 -b .audit
%patch2 -p1 -b .audit2
%patch4 -p1 -b .vendor
%if %{pam_ssh_agent}
@ -585,6 +587,9 @@ fi
%endif
%changelog
* Fri Nov 2 2010 Jan F. Chadima <jchadima@redhat.com> - 5.6p1-13 + 0.9.2-27
- add auditing the key ussage
* Fri Oct 20 2010 Jan F. Chadima <jchadima@redhat.com> - 5.6p1-12 + 0.9.2-27
- update gsskex patch (#645389)