diff --git a/.gitignore b/.gitignore index 09bb2a2..04bccd9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ pam_ssh_agent_auth-0.9.2.tar.bz2 /openssh-6.2p1.tar.gz /openssh-6.2p2.tar.gz /openssh-6.3p1.tar.gz +/openssh-6.4p1.tar.gz diff --git a/openssh.spec b/openssh.spec index 138f40f..c4fb93b 100644 --- a/openssh.spec +++ b/openssh.spec @@ -63,10 +63,10 @@ %endif # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 -%define openssh_ver 6.3p1 -%define openssh_rel 5 +%define openssh_ver 6.4p1 +%define openssh_rel 1 %define pam_ssh_agent_ver 0.9.3 -%define pam_ssh_agent_rel 7 +%define pam_ssh_agent_rel 1 Summary: An open source implementation of SSH protocol versions 1 and 2 Name: openssh @@ -102,7 +102,7 @@ Patch102: openssh-5.8p1-getaddrinfo.patch Patch103: openssh-5.8p1-packet.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1402 -Patch200: openssh-6.3p1-audit.patch +Patch200: openssh-6.4p1-audit.patch # --- pam_ssh-agent --- # make it build reusing the openssh sources @@ -718,6 +718,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Fri Nov 08 2013 Petr Lautrbach 6.4p1-1 + 0.9.3-1 +- new upstream release + * Fri Nov 01 2013 Petr Lautrbach 6.3p1-5 + 0.9.3-7 - adjust gss kex mechanism to the upstream changes (#1024004) - don't use xfree in pam_ssh_agent_auth sources (#1024965) diff --git a/sources b/sources index babe45d..90637ab 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 9872ca1983e566ff5a89c240529e223d pam_ssh_agent_auth-0.9.3.tar.bz2 -225e75c9856f76011966013163784038 openssh-6.3p1.tar.gz +a62b88b884df0b09b8a8c5789ac9e51b openssh-6.4p1.tar.gz