]> git.pld-linux.org Git - packages/openssh.git/blame - openssh.spec
- added using %%{__make} macro.
[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
81fd7362 4Version: 2.1.0p3
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
bbdaa3bf 20Patch4: openssh-LIBS.patch
93e2d77c 21BuildRequires: openssl-devel >= 0.9.5a
8d5c96ce 22BuildRequires: rpm >= 3.0.4
52000378
AF
23BuildRequires: zlib-devel
24BuildRequires: pam-devel
25BuildRequires: XFree86-devel
26BuildRequires: gnome-libs-devel
8d5c96ce 27BuildRequires: gtk+-devel
88c1aa50 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
93e2d77c 29Prereq: openssl >= 0.9.5a
a8f907dc 30Obsoletes: ssh < %{version}, ssh > %{version}
52000378 31
b7b47957 32%define _sysconfdir /etc/ssh
6fe24471
AF
33
34%description
35Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 36executing commands in a remote machine. It is intended to replace
37rlogin and rsh, and provide secure encrypted communications between
38two untrusted hosts over an insecure network. X11 connections and
39arbitrary TCP/IP ports can also be forwarded over the secure channel.
6fe24471 40
11530f15 41OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
42it up to date in terms of security and features, as well as removing
43all patented algorithms to seperate libraries (OpenSSL).
6fe24471 44
11530f15 45This package includes the core files necessary for both the OpenSSH
46client and server. To make this package useful, you should also
47install openssh-clients, openssh-server, or both.
6fe24471 48
93e2d77c 49%description -l pl
11530f15 50