This commit is contained in:
parent
bad83cd436
commit
165bb5baaa
@ -12,10 +12,10 @@
|
||||
|
||||
Name: openssh-askpass-gnome
|
||||
BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-devel tcpd-devel update-desktop-files
|
||||
License: Other License(s), see package
|
||||
License: BSD 3-Clause
|
||||
Group: Productivity/Networking/SSH
|
||||
Version: 4.6p1
|
||||
Release: 2
|
||||
Release: 37
|
||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||
Autoreqprov: on
|
||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 16:18:50 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- fixed typo in sshd.fw [#293764]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 19:14:26 CET 2007 - nadvornik@suse.cz
|
||||
|
||||
|
16
openssh.spec
16
openssh.spec
@ -20,7 +20,7 @@ Name: openssh
|
||||
%define _appdefdir %{_prefix}/share/X11/app-defaults
|
||||
%endif
|
||||
BuildRequires: audit-devel krb5-devel opensc-devel openssl-devel pam-devel tcpd-devel xorg-x11-devel
|
||||
License: BSD License and BSD-like, X11/MIT
|
||||
License: BSD 3-Clause, X11/MIT
|
||||
Group: Productivity/Networking/SSH
|
||||
Obsoletes: ssh
|
||||
Provides: ssh
|
||||
@ -29,7 +29,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr
|
||||
Conflicts: nonfreessh
|
||||
Autoreqprov: on
|
||||
Version: 4.6p1
|
||||
Release: 2
|
||||
Release: 33
|
||||
%define xversion 1.2.4.1
|
||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||
URL: http://www.openssh.com/
|
||||
@ -73,10 +73,12 @@ Group: Productivity/Networking/SSH
|
||||
|
||||
%description
|
||||
SSH (Secure Shell) is a program for logging into and executing commands
|
||||
on a remote machine. It is intended to replace rlogin and rsh and
|
||||
provides secure encrypted communication between two untrusted hosts
|
||||
over an insecure network. X Window System connections and arbitrary
|
||||
TCP/IP ports can also be forwarded over the secure channel.
|
||||
on a remote machine. It is intended to replace rsh (rlogin and rsh) and
|
||||
provides openssl (secure encrypted communication) between two untrusted
|
||||
hosts over an insecure network.
|
||||
|
||||
xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can
|
||||
also be forwarded over the secure channel.
|
||||
|
||||
|
||||
|
||||
@ -296,6 +298,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %_appdefdir/SshAskpass
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2007 - anicka@suse.cz
|
||||
- fixed typo in sshd.fw [#293764]
|
||||
* Mon Mar 19 2007 - nadvornik@suse.cz
|
||||
- fixed default for ChallengeResponseAuthentication [#255374]
|
||||
* Mon Mar 12 2007 - anicka@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user