temporarily disable part of audit4 patch
This commit is contained in:
parent
39b26b5169
commit
026db1cf63
@ -615,7 +615,7 @@ diff -up openssh-5.9p1/sshd.c.audit4 openssh-5.9p1/sshd.c
|
|||||||
*/
|
*/
|
||||||
if (use_privsep) {
|
if (use_privsep) {
|
||||||
mm_send_keystate(pmonitor);
|
mm_send_keystate(pmonitor);
|
||||||
+#if 1 /*BUG_AUDIT4*/
|
+#if BUG_AUDIT4
|
||||||
+ packet_destroy_all(1, 1);
|
+ packet_destroy_all(1, 1);
|
||||||
+#endif
|
+#endif
|
||||||
exit(0);
|
exit(0);
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
|
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
|
||||||
%define openssh_ver 5.9p1
|
%define openssh_ver 5.9p1
|
||||||
%define openssh_rel 4
|
%define openssh_rel 5
|
||||||
%define pam_ssh_agent_ver 0.9.2
|
%define pam_ssh_agent_ver 0.9.2
|
||||||
%define pam_ssh_agent_rel 32
|
%define pam_ssh_agent_rel 32
|
||||||
|
|
||||||
@ -786,7 +786,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 12 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-4 + 0.9.2-32
|
* Mon Sep 12 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-5 + 0.9.2-32
|
||||||
- temporarily disable part of audit4 patch
|
- temporarily disable part of audit4 patch
|
||||||
|
|
||||||
* Fri Sep 9 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-3 + 0.9.2-32
|
* Fri Sep 9 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-3 + 0.9.2-32
|
||||||
|
Loading…
Reference in New Issue
Block a user