new snapshot 20150224

This commit is contained in:
Jakub Jelen 2015-02-24 11:27:53 +01:00
parent 5954d73faa
commit 0448100670
1 changed files with 10 additions and 7 deletions

View File

@ -15,18 +15,18 @@
# rpm -ba|--rebuild --define 'skip_xxx 1' # rpm -ba|--rebuild --define 'skip_xxx 1'
%{?skip_gnome_askpass:%global no_gnome_askpass 1} %{?skip_gnome_askpass:%global no_gnome_askpass 1}
%define openssh_ver 6.7p1 %define openssh_ver 6.8p1
%define openssh_rel 1 %define openssh_rel 0
%define snap 20140908 %define snap 20150224
Summary: An open source implementation of SSH protocol versions 1 and 2 Summary: An open source implementation of SSH protocol versions 1 and 2
Name: openssh Name: openssh
Version: %{openssh_ver} Version: %{openssh_ver}
Release: %{openssh_rel}%{?dist} Release: %{openssh_rel}.%{snap}%{?dist}
URL: http://www.openssh.com/portable.html URL: http://www.openssh.com/portable.html
#URL1: http://pamsshagentauth.sourceforge.net #URL1: http://pamsshagentauth.sourceforge.net
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.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 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 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
Source2: sshd.pam Source2: sshd.pam
Source3: sshd.init Source3: sshd.init
@ -142,7 +142,7 @@ into and executing commands on a remote machine. This package contains
an X11 passphrase dialog for OpenSSH. an X11 passphrase dialog for OpenSSH.
%prep %prep
%setup -q %setup -q -n openssh
%build %build
# the -fvisibility=hidden is needed for clean build of the pam_ssh_agent_auth # the -fvisibility=hidden is needed for clean build of the pam_ssh_agent_auth
@ -382,6 +382,9 @@ getent passwd sshd >/dev/null || \
%endif %endif
%changelog %changelog
* Tue Feb 24 2015 Jakub Jelen <jjelen@redhat.com> 6.8p1-1.20150224
- new SNAP of 6.8 version
* Thu Jan 08 2015 Petr Lautrbach <plautrba@redhat.com> 6.7p1-1 * Thu Jan 08 2015 Petr Lautrbach <plautrba@redhat.com> 6.7p1-1
- new upstream release - new upstream release