openssh-7.1p1-1 + 0.9.3-8

This commit is contained in:
Jakub Jelen 2015-08-22 17:08:30 +02:00
parent ccd186847a
commit 757fec581b
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ pam_ssh_agent_auth-0.9.2.tar.bz2
/openssh-6.8p1.tar.gz
/openssh-6.9p1.tar.gz
/openssh-7.0p1.tar.gz
/openssh-7.1p1.tar.gz

View File

@ -65,10 +65,10 @@
%endif
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%define openssh_ver 7.0p1
%define openssh_rel 2
%define openssh_ver 7.1p1
%define openssh_rel 1
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 7
%define pam_ssh_agent_rel 8
Summary: An open source implementation of SSH protocol versions 1 and 2
Name: openssh
@ -817,6 +817,9 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Sat Aug 22 2015 Jakub Jelen <jjelen@redhat.com> 7.1p1-1 + 0.9.2-8
- New upstream release
* Wed Aug 19 2015 Jakub Jelen <jjelen@redhat.com> 7.0p1-2 + 0.9.3-7
- Fix problem with DSA keys using pam_ssh_agent_auth (#1251777)
- Add GSSAPIKexAlgorithms option for server and client application

View File

@ -1,2 +1,2 @@
9872ca1983e566ff5a89c240529e223d pam_ssh_agent_auth-0.9.3.tar.bz2
831883f251ac34f0ab9c812acc24ee69 openssh-7.0p1.tar.gz
8709736bc8a8c253bc4eeb4829888ca5 openssh-7.1p1.tar.gz