merge all -audit* patches together

This commit is contained in:
Petr Lautrbach 2013-04-08 17:17:10 +02:00
parent 8d97022c57
commit d3d59da0b5
2 changed files with 2305 additions and 17 deletions

2286
openssh-6.2p1-audit.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -111,17 +111,18 @@ Patch103: openssh-5.8p1-packet.patch
Patch104: openssh-6.1p1-authenticationmethods.patch Patch104: openssh-6.1p1-authenticationmethods.patch
#https://bugzilla.mindrot.org/show_bug.cgi?id=1402 #https://bugzilla.mindrot.org/show_bug.cgi?id=1402
Patch200: openssh-5.8p1-audit0.patch Patch200: openssh-6.2p1-audit.patch
# -"- # Patch200: openssh-5.8p1-audit0.patch
Patch201: openssh-6.2p1-audit1.patch # # -"-
# -"- # Patch201: openssh-6.2p1-audit1.patch
Patch202: openssh-5.9p1-audit2.patch # # -"-
# -"- # Patch202: openssh-5.9p1-audit2.patch
Patch203: openssh-6.2p1-audit3.patch # # -"-
# -"- # Patch203: openssh-6.2p1-audit3.patch
Patch204: openssh-6.2p1-audit4.patch # # -"-
# -"- # Patch204: openssh-6.2p1-audit4.patch
Patch205: openssh-6.2p1-audit5.patch # # -"-
# Patch205: openssh-6.2p1-audit5.patch
# --- pam_ssh-agent --- # --- pam_ssh-agent ---
# make it build reusing the openssh sources # make it build reusing the openssh sources
@ -398,12 +399,13 @@ The module is most useful for su and sudo service stacks.
%patch103 -p1 -b .packet %patch103 -p1 -b .packet
# %patch104 -p1 -b .authenticationmethods # %patch104 -p1 -b .authenticationmethods
%patch200 -p1 -b .audit0 %patch200 -p1 -b .audit
%patch201 -p1 -b .audit1 # %patch200 -p1 -b .audit0
%patch202 -p1 -b .audit2 # %patch201 -p1 -b .audit1
%patch203 -p1 -b .audit3 # %patch202 -p1 -b .audit2
%patch204 -p1 -b .audit4 # %patch203 -p1 -b .audit3
%patch205 -p1 -b .audit5 # %patch204 -p1 -b .audit4
# %patch205 -p1 -b .audit5
%if %{pam_ssh_agent} %if %{pam_ssh_agent}
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}