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