]> git.pld-linux.org Git - packages/openssh.git/blame - openssh.spec
- prereq: pam (for ssh-keygen)
[packages/openssh.git] / openssh.spec
CommitLineData
52000378 1Summary: OpenSSH free Secure Shell (SSH) implementation
522a9310 2Summary(pl): ,,wolna'' implementacja bezpiecznego shella (SSH)
52000378 3Name: openssh
919e12f6
AF
4Version: 2.1.0p2
5Release: 1
5d1c7089 6License: BSD
7Group: Applications/Networking
8Group(pl): Aplikacje/Sieciowe
93e2d77c 9URL: http://www.openssh.com/
cd27668b 10Source0: ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
52000378
AF
11Source1: opensshd.conf
12Source2: openssh.conf
13Source3: opensshd.init
14Source4: opensshd.pamd
15Source5: openssh.sysconfig
ec00afd0 16Source6: passwd.pamd
4946f6e5
JR
17Patch0: openssh-PAM_NEW_AUTHTOK.patch
18Patch1: openssh-libwrap.patch
68dfe2af 19Patch3: openssh-login.patch
93e2d77c 20BuildRequires: openssl-devel >= 0.9.5a
8d5c96ce 21BuildRequires: rpm >= 3.0.4
52000378
AF
22BuildRequires: zlib-devel
23BuildRequires: pam-devel
24BuildRequires: XFree86-devel
25BuildRequires: gnome-libs-devel
8d5c96ce 26BuildRequires: gtk+-devel
88c1aa50 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
93e2d77c 28Prereq: openssl >= 0.9.5a
a8f907dc 29Obsoletes: ssh < %{version}, ssh > %{version}
52000378 30
b7b47957 31%define _sysconfdir /etc/ssh
6fe24471
AF
32
33%description
34Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 35executing commands in a remote machine. It is intended to replace
36rlogin and rsh, and provide secure encrypted communications between
37two untrusted hosts over an insecure network. X11 connections and
38arbitrary TCP/IP ports can also be forwarded over the secure channel.
6fe24471 39
11530f15 40OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
41it up to date in terms of security and features, as well as removing
42all patented algorithms to seperate libraries (OpenSSL).
6fe24471 43
11530f15 44This package includes the core files necessary for both the OpenSSH
45client and server. To make this package useful, you should also
46install openssh-clients, openssh-server, or both.
6fe24471 47
93e2d77c 48%description -l pl
11530f15 49