openssh-6.7p1

This commit is contained in:
Petr Lautrbach 2015-01-08 17:07:09 +01:00
parent b37b826145
commit 5954d73faa
1 changed files with 8 additions and 5 deletions

View File

@ -16,17 +16,17 @@
%{?skip_gnome_askpass:%global no_gnome_askpass 1}
%define openssh_ver 6.7p1
%define openssh_rel 0
%define openssh_rel 1
%define snap 20140908
Summary: An open source implementation of SSH protocol versions 1 and 2
Name: openssh
Version: %{openssh_ver}
Release: %{openssh_rel}.%{snap}%{?dist}
Release: %{openssh_rel}%{?dist}
URL: http://www.openssh.com/portable.html
#URL1: http://pamsshagentauth.sourceforge.net
#Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
Source0: http://www.mindrot.org/openssh_snap/openssh-SNAP-%{snap}.tar.gz
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
#Source0: http://www.mindrot.org/openssh_snap/openssh-SNAP-%{snap}.tar.gz
#Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
Source2: sshd.pam
Source3: sshd.init
@ -142,7 +142,7 @@ into and executing commands on a remote machine. This package contains
an X11 passphrase dialog for OpenSSH.
%prep
%setup -q -n openssh
%setup -q
%build
# the -fvisibility=hidden is needed for clean build of the pam_ssh_agent_auth
@ -382,6 +382,9 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Thu Jan 08 2015 Petr Lautrbach <plautrba@redhat.com> 6.7p1-1
- new upstream release
* Wed May 14 2014 Petr Lautrbach <plautrba@redhat.com> 6.6.1p1-1
- backport fix of curve25519-sha256@libssh.org issue