]> git.pld-linux.org Git - packages/openssh.git/blame - openssh.spec
- up to 5.1
[packages/openssh.git] / openssh.spec
CommitLineData
2ed2934f 1#
2ca913e8 2# Conditional build:
f6c7fa07 3%bcond_with gnome # with gnome-askpass (GNOME 1.x) utility
cd53fc87 4%bcond_without gtk # without GTK+ (2.x)
9cfed0b2 5%bcond_with ldap # with ldap support
f6c7fa07 6%bcond_without libedit # without libedit (editline/history support in sftp client)
9cfed0b2 7%bcond_without kerberos5 # without kerberos5 support
70329622 8%bcond_without selinux # build without SELinux support
5c609334 9%bcond_with hpn # High Performance SSH/SCP - HPN-SSH including Cipher NONE (broken too often)
516496e1 10
cef904f1
JB
11# gtk2-based gnome-askpass means no gnome1-based
12%{?with_gtk:%undefine with_gnome}
cae5b300 13#
52000378 14Summary: OpenSSH free Secure Shell (SSH) implementation
25e16946
ER
15Summary(de.UTF-8): OpenSSH - freie Implementation der Secure Shell (SSH)
16Summary(es.UTF-8): Implementación libre de SSH
17Summary(fr.UTF-8): Implémentation libre du shell sécurisé OpenSSH (SSH)
18Summary(it.UTF-8): Implementazione gratuita OpenSSH della Secure Shell
19Summary(pl.UTF-8): Publicznie dostępna implementacja bezpiecznego shella (SSH)
20Summary(pt.UTF-8): Implementação livre OpenSSH do protocolo 'Secure Shell' (SSH)
21Summary(pt_BR.UTF-8): Implementação livre do SSH
22Summary(ru.UTF-8): OpenSSH - свободная реализация протокола Secure Shell (SSH)
23Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
52000378 24Name: openssh
49f81542 25Version: 5.0p1
3513804f 26Release: 7
f5fc6a92 27Epoch: 2
5d1c7089 28License: BSD
29Group: Applications/Networking
6481986b 30Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
49f81542 31# Source0-md5: 1f1dfaa775f33dd3328169de9bdc292a
486d736c
JR
32Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
33# Source1-md5: 66943d481cc422512b537bcc2c7400d1
34Source2: %{name}d.init
35Source3: %{name}d.pamd
36Source4: %{name}.sysconfig
37Source5: ssh-agent.sh
38Source6: ssh-agent.conf
89eac7b5 39Patch0: %{name}-no_libnsl.patch
8d59ede4
JB
40Patch1: %{name}-linux-ipv6.patch
41Patch2: %{name}-pam_misc.patch
42Patch3: %{name}-sigpipe.patch
bb72f814 43# http://www.opendarwin.org/projects/openssh-lpk/
8d59ede4
JB
44Patch4: %{name}-lpk-4.3p1-0.3.7.patch
45Patch5: %{name}-config.patch
8d59ede4 46Patch7: %{name}-selinux.patch
0a069c2e 47# High Performance SSH/SCP - HPN-SSH - http://www.psc.edu/networking/projects/hpn-ssh/
7ed1a47d 48# http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.9p1-hpn13v2.diff.gz
368d426b 49Patch9: %{name}-5.0p1-hpn13v4.diff
8d59ede4 50Patch10: %{name}-include.patch
100234b3 51Patch11: %{name}-chroot.patch
35844bbb 52Patch12: http://people.debian.org/~cjwatson/%{name}-blacklist.diff
0d4e1ae9 53Patch13: %{name}-unbreakalive.patch
e9cfdffe 54URL: http://www.openssh.com/
0a069c2e 55BuildRequires: %{__perl}
92d612e6 56BuildRequires: autoconf
8f12ae30 57BuildRequires: automake
9cfed0b2 58%{?with_gnome:BuildRequires: gnome-libs-devel}
59%{?with_gtk:BuildRequires: gtk+2-devel}
6cf633ed 60%{?with_kerberos5:BuildRequires: krb5-devel}
f6c7fa07 61%{?with_libedit:BuildRequires: libedit-devel}
70329622 62%{?with_selinux:BuildRequires: libselinux-devel}
a14c109c 63BuildRequires: libwrap-devel
eda86fb8 64%{?with_ldap:BuildRequires: openldap-devel >= 2.4.6}
b12dd014 65BuildRequires: openssl-devel >= 0.9.7d
92d612e6 66BuildRequires: pam-devel
9cfed0b2 67%{?with_gtk:BuildRequires: pkgconfig}
9be30b5d 68BuildRequires: rpmbuild(macros) >= 1.318
a14c109c 69BuildRequires: zlib-devel
680fc8d4 70Requires: filesystem >= 3.0-11
d38368b3 71Requires: pam >= 0.99.7.1
35844bbb 72Suggests: openssh-blacklist
a9abed26 73Suggests: xorg-app-xauth
f937b661 74Obsoletes: ssh
05fbd2e9 75BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52000378 76
b7b47957 77%define _sysconfdir /etc/ssh
1dd7cf18 78%define _libexecdir %{_libdir}/%{name}
a14c109c 79%define _privsepdir /usr/share/empty
6fe24471
AF
80
81%description
82Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 83executing commands in a remote machine. It is intended to replace
84rlogin and rsh, and provide secure encrypted communications between
85two untrusted hosts over an insecure network. X11 connections and
86arbitrary TCP/IP ports can also be forwarded over the secure channel.
6fe24471 87
11530f15 88OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
89it up to date in terms of security and features, as well as removing
90all patented algorithms to seperate libraries (OpenSSL).
6fe24471 91
11530f15 92This package includes the core files necessary for both the OpenSSH
93client and server. To make this package useful, you should also
94install openssh-clients, openssh-server, or both.
088aab43 95%if %{with hpn} || %{with hpn_none}
0a069c2e
ER
96This release includes High Performance SSH/SCP patches from
97http://www.psc.edu/networking/projects/hpn-ssh/ which are supposed
088aab43 98to increase throughput on fast connections with high RTT (20-150 msec).
99See the website for '-w' values for your connection and /proc/sys TCP
100values. BTW. in a LAN you have got generally RTT < 1 msec.
101%endif
102%if %{with hpn_none}
103It also includes an undocumented '-z' option which switches
0a069c2e
ER
104the cipher to none after authentication is completed. Data is
105still secured from tampering and corruption in transit through
088aab43 106the use of the Message Authentication Code (MAC).
0a069c2e
ER
107This option will significantly reduce the number of cpu cycles used
108by the SSH/SCP process. This may allow some users to see significant
109improvement in (sniffable) data tranfer rates.
088aab43 110%endif
6fe24471 111
84ae85a3 112%description -l de.UTF-8
aebfac88
JB
113OpenSSH (Secure Shell) stellt den Zugang zu anderen Rechnern her. Es
114ersetzt telnet, rlogin, rexec und rsh und stellt eine sichere,
84ae85a3
JR
115verschlüsselte Verbindung zwischen zwei nicht vertrauenswürdigen Hosts
116über eine unsicheres Netzwerk her. X11 Verbindungen und beliebige
117andere TCP/IP Ports können ebenso über den sicheren Channel
aebfac88
JB
118weitergeleitet werden.
119
84ae85a3
JR
120%description -l es.UTF-8
121SSH es un programa para accesar y ejecutar órdenes en computadores
122remotos. Sustituye rlogin y rsh, y suministra un canal de comunicación
6c34819e 123seguro entre dos servidores en una red insegura. Conexiones X11 y
84ae85a3 124puertas TCP/IP arbitrárias también pueden ser usadas por el canal
6c34819e 125seguro.
126
127OpenSSH es el resultado del trabajo del equipo de OpenBSD para
84ae85a3
JR
128continuar la última versión gratuita de SSH, actualizándolo en
129términos de seguridad y recursos,así también eliminando todos los
130algoritmos patentados y colocándolos en bibliotecas separadas
6c34819e 131(OpenSSL).
132
133Este paquete contiene "port" para Linux de OpenSSH. Se debe instalar
84ae85a3 134también el paquete openssh-clients u openssh-server o ambos.
6c34819e 135
84ae85a3
JR
136%description -l fr.UTF-8
137OpenSSH (Secure Shell) fournit un accès à un système distant. Il
aebfac88 138remplace telnet, rlogin, rexec et rsh, tout en assurant des
84ae85a3
JR
139communications cryptées securisées entre deux hôtes non fiabilisés sur
140un réseau non sécurisé. Des connexions X11 et des ports TCP/IP
141arbitraires peuvent également être transmis sur le canal sécurisé.
aebfac88 142
84ae85a3 143%description -l it.UTF-8
aebfac88
JB
144OpenSSH (Secure Shell) fornisce l'accesso ad un sistema remoto.
145Sostituisce telnet, rlogin, rexec, e rsh, e fornisce comunicazioni
146sicure e crittate tra due host non fidati su una rete non sicura. Le
147connessioni X11 ad una porta TCP/IP arbitraria possono essere
148inoltrate attraverso un canale sicuro.
149
84ae85a3
JR
150%description -l pl.UTF-8
151Ssh (Secure Shell) to program służący do logowania się na zdalną
152maszynę i uruchamiania na niej aplikacji. W zamierzeniu openssh ma
153zastąpić rlogin, rsh i dostarczyć bezpieczne, szyfrowane połączenie
154pomiędzy dwoma hostami.
93e2d77c 155
84ae85a3
JR
156Ten pakiet zawiera podstawowe pliki potrzebne zarówno po stronie
157klienta jak i serwera OpenSSH. Aby był użyteczny, trzeba zainstalować
158co najmniej jeden z pakietów: openssh-clients lub openssh-server.
088aab43 159%if %{with hpn} || %{with hpn_none}
84ae85a3
JR
160Ta wersja zawiera łaty z projektu High Performance SSH/SCP
161http://www.psc.edu/networking/projects/hpn-ssh/, które mają na celu
162zwiększenie przepustowości transmisji dla szybkich połączeń
163z dużym RTT (20-150 msec). Na stronie projektu znaleźć można
164odpowednie dla danego połączenia wartości parametru '-w' oraz
165opcje /proc/sys dla TCP. Nawiasem mówiąc w sieciach LAN RTT < 1 msec.
088aab43 166%endif
167%if %{with hpn_none}
84ae85a3
JR
168Obsługiwana jest również nieudokumentowana opcja '-z' odpowiedzialna
169za wyłączenie szyfrowania danych po zakończeniu procesu uwierzytelniania.
170Dane są zabezpieczone przed modyfikacją lub uszkodzeniem przez
088aab43 171stosowanie Message Authentication Code (MAC).
84ae85a3
JR
172Opcja ta znacznie redukuje liczbę cykli procesora zużywanych przez
173procesy SSH/SCP. W wybranych zastosowaniach może ona wpłynąć
174na wyraźne przyspieszenie (podsłuchiwalnej) transmisji danych.
088aab43 175%endif
aebfac88 176
84ae85a3 177%description -l pt.UTF-8
aebfac88 178OpenSSH (Secure Shell) fornece acesso a um sistema remoto. Substitui o
84ae85a3
JR
179telnet, rlogin, rexec, e o rsh e fornece comunicações seguras e
180cifradas entre duas máquinas sem confiança mútua sobre uma rede
181insegura. Ligações X11 e portos TCP/IP arbitrários também poder ser
aebfac88
JB
182reenviados pelo canal seguro.
183
84ae85a3
JR
184%description -l pt_BR.UTF-8
185SSH é um programa para acessar e executar comandos em máquinas
186remotas. Ele substitui rlogin e rsh, e provem um canal de comunicação
187seguro entre dois hosts em uma rede insegura. Conexões X11 e portas
188TCP/IP arbitrárias também podem ser usadas pelo canal seguro.
6c34819e 189
84ae85a3
JR
190OpenSSH é o resultado do trabalho da equipe do OpenBSD em continuar a
191última versão gratuita do SSH, atualizando-o em termos de segurança e
6c34819e 192recursos, assim como removendo todos os algoritmos patenteados e
193colocando-os em bibliotecas separadas (OpenSSL).
194
84ae85a3
JR
195Esse pacote contém o "port" pra Linux do OpenSSH. Você deve instalar
196também ou o pacote openssh-clients, ou o openssh-server, ou ambos.
197
198%description -l ru.UTF-8
199Ssh (Secure Shell) - это программа для "захода" (login) на удаленную
200машину и для выполнения команд на удаленной машине. Она предназначена
201для замены rlogin и rsh и обеспечивает безопасную шифрованную
202коммуникацию между двумя хостами в сети, являющейся небезопасной.
203Соединения X11 и любые порты TCP/IP могут также быть проведены через
204безопасный канал.
205
206OpenSSH - это переделка командой разработчиков OpenBSD последней
207свободной версии SSH, доведенная до современного состояния в терминах
208уровня безопасности и поддерживаемых возможностей. Все патентованные
209алгоритмы вынесены в отдельные библиотеки (OpenSSL).
210
211Этот пакет содержит файлы, необходимые как для клиента, так и для
212сервера OpenSSH. Вам нужно будет установить еще openssh-clients,
213openssh-server, или оба пакета.
214
215%description -l uk.UTF-8
216Ssh (Secure Shell) - це програма для "заходу" (login) до віддаленої
217машини та для виконання команд на віддаленій машині. Вона призначена
218для заміни rlogin та rsh і забезпечує безпечну шифровану комунікацію
219між двома хостами в мережі, яка не є безпечною. З'єднання X11 та
220довільні порти TCP/IP можуть також бути проведені через безпечний
221канал.
222
223OpenSSH - це переробка командою розробників OpenBSD останньої вільної
224версії SSH, доведена до сучасного стану в термінах рівня безпеки та
225підтримуваних можливостей. Всі патентовані алгоритми винесені до
226окремих бібліотек (OpenSSL).
227
228Цей пакет містить файли, необхідні як для клієнта, так і для сервера
229OpenSSH. Вам потрібно буде ще встановити openssh-clients,
230openssh-server, чи обидва пакети.
cb086001 231
52000378
AF
232%package clients
233Summary: OpenSSH Secure Shell protocol clients
25e16946
ER
234Summary(es.UTF-8): Clientes de OpenSSH
235Summary(pl.UTF-8): Klienci protokołu Secure Shell
236Summary(pt_BR.UTF-8): Clientes do OpenSSH
237Summary(ru.UTF-8): OpenSSH - клиенты протокола Secure Shell
238Summary(uk.UTF-8): OpenSSH - клієнти протоколу Secure Shell
52000378 239Group: Applications/Networking
92815192 240Requires: %{name} = %{epoch}:%{version}-%{release}
516496e1 241Provides: ssh-clients
a14c109c 242Obsoletes: ssh-clients
6fe24471 243
52000378
AF
244%description clients
245Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 246executing commands in a remote machine. It is intended to replace
247rlogin and rsh, and provide secure encrypted communications between
248two untrusted hosts over an insecure network. X11 connections and
249arbitrary TCP/IP ports can also be forwarded over the secure channel.
6fe24471 250
11530f15 251OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
252it up to date in terms of security and features, as well as removing
253all patented algorithms to seperate libraries (OpenSSL).
52000378 254
11530f15 255This package includes the clients necessary to make encrypted
256connections to SSH servers.
52000378 257
84ae85a3 258%description clients -l es.UTF-8
6c34819e 259Este paquete incluye los clientes que se necesitan para hacer
260conexiones codificadas con servidores SSH.
261
84ae85a3
JR
262%description clients -l pl.UTF-8
263Ssh (Secure Shell) to program służący do logowania się na zdalną
264maszynę i uruchamiania na niej aplikacji. W zamierzeniu openssh ma
265zastąpić rlogin, rsh i dostarczyć bezpieczne, szyfrowane połączenie
266pomiędzy dwoma hostami.
93e2d77c 267
84ae85a3 268Ten pakiet zawiera klientów służących do łączenia się z serwerami SSH.
93e2d77c 269
84ae85a3
JR
270%description clients -l pt_BR.UTF-8
271Esse pacote inclui os clientes necessários para fazer conexões
6c34819e 272encriptadas com servidores SSH.
273
84ae85a3
JR
274%description clients -l ru.UTF-8
275Ssh (Secure Shell) - это программа для "захода" (login) на удаленную
276машину и для выполнения команд на удаленной машине.
cb086001 277
84ae85a3
JR
278Этот пакет содержит программы-клиенты, необходимые для установления
279зашифрованных соединений с серверами SSH.
cb086001 280
84ae85a3
JR
281%description clients -l uk.UTF-8
282Ssh (Secure Shell) - це програма для "заходу" (login) до віддаленої
283машини та для виконання команд на віддаленій машині.
cb086001 284
84ae85a3
JR
285Цей пакет містить програми-клієнти, необхідні для встановлення
286зашифрованих з'єднань з серверами SSH.
cb086001 287
8a7ba6eb
AM
288%package clients-agent-profile_d
289Summary: OpenSSH Secure Shell agent init script
4944be5f 290Summary(pl.UTF-8): Skrypt startowy agenta OpenSSH
8a7ba6eb
AM
291Group: Applications/Networking
292Requires: %{name}-clients = %{epoch}:%{version}-%{release}
293
294%description clients-agent-profile_d
295profile.d scripts for starting SSH agent.
296
4944be5f
JB
297%description clients-agent-profile_d -l pl.UTF-8
298Skrypty profile.d do uruchamiania agenta SSH.
299
8a7ba6eb
AM
300%package clients-agent-xinitrc
301Summary: OpenSSH Secure Shell agent init script
302Summary(pl.UTF-8): Skrypt inicjujący agenta ssh przez xinitrc
303Group: Applications/Networking
304Requires: %{name}-clients-agent-profile_d = %{epoch}:%{version}-%{release}
305Requires: xinitrc
306
307%description clients-agent-xinitrc
308xinitrc scripts for starting SSH agent.
309
4944be5f
JB
310%description clients-agent-xinitrc -l pl.UTF-8
311Skrypty xinitrc do uruchamiania agenta SSH.
8a7ba6eb 312
52000378
AF
313%package server
314Summary: OpenSSH Secure Shell protocol server (sshd)
25e16946
ER
315Summary(de.UTF-8): OpenSSH Secure Shell Protocol-Server (sshd)
316Summary(es.UTF-8): Servidor OpenSSH para comunicaciones codificadas
317Summary(fr.UTF-8): Serveur de protocole du shell sécurisé OpenSSH (sshd)
318Summary(it.UTF-8): Server OpenSSH per il protocollo Secure Shell (sshd)
319Summary(pl.UTF-8): Serwer protokołu Secure Shell (sshd)
320Summary(pt.UTF-8): Servidor do protocolo 'Secure Shell' OpenSSH (sshd)
321Summary(pt_BR.UTF-8): Servidor OpenSSH para comunicações encriptadas
322Summary(ru.UTF-8): OpenSSH - сервер протокола Secure Shell (sshd)
323Summary(uk.UTF-8): OpenSSH - сервер протоколу Secure Shell (sshd)
52000378 324Group: Networking/Daemons
a14c109c 325Requires(post): chkconfig >= 0.9
40cb2e83 326Requires(post): grep
0a069c2e 327Requires(post,preun): /sbin/chkconfig
9b604401 328Requires(postun): /usr/sbin/userdel
0a069c2e
ER
329Requires(pre): /bin/id
330Requires(pre): /usr/sbin/useradd
331Requires: %{name} = %{epoch}:%{version}-%{release}
b5529f6f 332Requires: /bin/login
d38368b3 333Requires: pam >= 0.99.7.1
aa0e4c97 334Requires: rc-scripts >= 0.4.1.23
0a069c2e 335Requires: util-linux
516496e1
ER
336Provides: ssh-server
337Provides: user(sshd)
52000378
AF
338
339%description server
340Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 341executing commands in a remote machine. It is intended to replace
342rlogin and rsh, and provide secure encrypted communications between
343two untrusted hosts over an insecure network. X11 connections and
344arbitrary TCP/IP ports can also be forwarded over the secure channel.
52000378 345
11530f15 346OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
347it up to date in terms of security and features, as well as removing
348all patented algorithms to seperate libraries (OpenSSL).
52000378 349
11530f15 350This package contains the secure shell daemon. The sshd is the server
351part of the secure shell protocol and allows ssh clients to connect to
352your host.
6fe24471 353
84ae85a3 354%description server -l de.UTF-8
aebfac88
JB
355Dieses Paket installiert den sshd, den Server-Teil der OpenSSH.
356
84ae85a3 357%description server -l es.UTF-8
6c34819e 358Este paquete contiene el servidor SSH. sshd es la parte servidor del
359protocolo secure shell y permite que clientes ssh se conecten a su
360servidor.
361
84ae85a3 362%description server -l fr.UTF-8
aebfac88
JB
363Ce paquetage installe le 'sshd', partie serveur de OpenSSH.
364
84ae85a3 365%description server -l it.UTF-8
aebfac88
JB
366Questo pacchetto installa sshd, il server di OpenSSH.
367
84ae85a3
JR
368%description server -l pl.UTF-8
369Ssh (Secure Shell) to program służący do logowania się na zdalną
370maszynę i uruchamiania na niej aplikacji. W zamierzeniu openssh ma
371zastąpić rlogin, rsh i dostarczyć bezpieczne, szyfrowane połączenie
372pomiędzy dwoma hostami.
93e2d77c 373
84ae85a3 374Ten pakiet zawiera serwer sshd (do którego mogą łączyć się klienci
11530f15 375ssh).
93e2d77c 376
84ae85a3 377%description server -l pt.UTF-8
aebfac88
JB
378Este pacote intala o sshd, o servidor do OpenSSH.
379
84ae85a3
JR
380%description server -l pt_BR.UTF-8
381Esse pacote contém o servidor SSH. O sshd é a parte servidor do
6c34819e 382protocolo secure shell e permite que clientes ssh se conectem ao seu
383host.
384
84ae85a3
JR
385%description server -l ru.UTF-8
386Ssh (Secure Shell) - это программа для "захода" (login) на удаленную
387машину и для выполнения команд на удаленной машине.
cb086001 388
84ae85a3
JR
389Этот пакет содержит sshd - "демон" Secure Shell. sshd - это серверная
390часть протокола Secure Shell, позволяющая клиентам ssh соединяться с
391вашим хостом.
cb086001 392
84ae85a3
JR
393%description server -l uk.UTF-8
394Ssh (Secure Shell) - це програма для "заходу" (login) до віддаленої
395машини та для виконання команд на віддаленій машині.
cb086001 396
84ae85a3
JR
397Цей пакет містить sshd - "демон" Secure Shell. sshd - це серверна
398частина протоколу Secure Shell, яка дозволяє клієнтам ssh зв'язуватись
399з вашим хостом.
cb086001 400
6e70f4f7 401%package gnome-askpass
52000378 402Summary: OpenSSH GNOME passphrase dialog
25e16946
ER
403Summary(de.UTF-8): OpenSSH GNOME Passwort-Dialog
404Summary(es.UTF-8): Diálogo para introducción de passphrase para GNOME
405Summary(fr.UTF-8): Dialogue pass-phrase GNOME d'OpenSSH
406Summary(it.UTF-8): Finestra di dialogo GNOME per la frase segreta di OpenSSH
407Summary(pl.UTF-8): Odpytywacz hasła OpenSSH dla GNOME
408Summary(pt.UTF-8): Diálogo de pedido de senha para GNOME do OpenSSH
409Summary(pt_BR.UTF-8): Diálogo para entrada de passphrase para GNOME
410Summary(ru.UTF-8): OpenSSH - диалог ввода ключевой фразы (passphrase) для GNOME
411Summary(uk.UTF-8): OpenSSH - діалог вводу ключової фрази (passphrase) для GNOME
52000378 412Group: Applications/Networking
96f686c2 413Requires: %{name} = %{epoch}:%{version}-%{release}
f937b661 414Obsoletes: openssh-askpass
0a069c2e
ER
415Obsoletes: ssh-askpass
416Obsoletes: ssh-extras
52000378 417
6e70f4f7 418%description gnome-askpass
52000378 419Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 420executing commands in a remote machine. It is intended to replace
421rlogin and rsh, and provide secure encrypted communications between
422two untrusted hosts over an insecure network. X11 connections and
423arbitrary TCP/IP ports can also be forwarded over the secure channel.
52000378 424
11530f15 425OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
426it up to date in terms of security and features, as well as removing
427all patented algorithms to seperate libraries (OpenSSL).
52000378
AF
428
429This package contains the GNOME passphrase dialog.
430
84ae85a3
JR
431%description gnome-askpass -l es.UTF-8
432Este paquete contiene un programa que abre una caja de diálogo para
6c34819e 433entrada de passphrase en GNOME.
434
84ae85a3
JR
435%description gnome-askpass -l pl.UTF-8
436Ssh (Secure Shell) to program służący do logowania się na zdalną
437maszynę i uruchamiania na niej aplikacji. W zamierzeniu openssh ma
438zastąpić rlogin, rsh i dostarczyć bezpieczne, szyfrowane połączenie
439pomiędzy dwoma hostami.
93e2d77c 440
84ae85a3 441Ten pakiet zawiera ,,odpytywacz hasła'' dla GNOME.
93e2d77c 442
84ae85a3
JR
443%description gnome-askpass -l pt_BR.UTF-8
444Esse pacote contém um programa que abre uma caixa de diálogo para
6c34819e 445entrada de passphrase no GNOME.
446
84ae85a3
JR
447%description gnome-askpass -l ru.UTF-8
448Ssh (Secure Shell) - это программа для "захода" (login) на удаленную
449машину и для выполнения команд на удаленной машине.
cb086001 450
84ae85a3 451Этот пакет содержит диалог ввода ключевой фразы для использования под
cb086001 452GNOME.
453
84ae85a3
JR
454%description gnome-askpass -l uk.UTF-8
455Ssh (Secure Shell) - це програма для "заходу" (login) до віддаленої
456машини та для виконання команд на віддаленій машині.
cb086001 457
84ae85a3 458Цей пакет містить діалог вводу ключової фрази для використання під
cb086001 459GNOME.
460
52000378 461%prep
ecf377a3 462%setup -q
4946f6e5 463%patch0 -p1
8d59ede4 464%patch1 -p1
1aca01a4 465%patch2 -p1
200ba837 466%patch3 -p1
8d59ede4
JB
467%{?with_ldap:%patch4 -p1}
468%patch5 -p1
8d59ede4 469%patch7 -p1
516496e1 470%{?with_hpn:%patch9 -p1}
8d59ede4 471%patch10 -p1
100234b3 472%patch11 -p1
35844bbb 473%patch12 -p1
0d4e1ae9 474%patch13 -p0
52000378
AF
475
476%build
64f1c35c 477cp /usr/share/automake/config.sub .
0b24ec17 478%{__aclocal}
5c76eb87 479%{__autoconf}
37aa5700 480CPPFLAGS="-DCHROOT"
52000378 481%configure \
c59fae24 482 PERL=%{__perl} \
ad852e00 483 --with-dns \
41897191
AM
484 --with-pam \
485 --with-mantype=man \
f9bf943b 486 --with-md5-passwords \
4946f6e5 487 --with-ipaddr-display \
f6c7fa07 488 %{?with_libedit:--with-libedit} \
93e2d77c 489 --with-4in6 \
41897191 490 --disable-suid-ssh \
06b95d40 491 --with-tcp-wrappers \
9cfed0b2 492 %{?with_ldap:--with-libs="-lldap -llber"} \
493 %{?with_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \
4a5c0c7d 494 %{?with_kerberos5:--with-kerberos5=/usr} \
a14c109c 495 --with-privsep-path=%{_privsepdir} \
05fbd2e9 496 --with-pid-dir=%{_localstatedir}/run \
c7963a12
JR
497 --with-xauth=/usr/bin/xauth \
498 --enable-utmpx \
499 --enable-wtmpx
82f989ae 500
b8002dec 501echo '#define LOGIN_PROGRAM "/bin/login"' >>config.h
f9bf943b 502
100832a0 503%{__make}
475ef6df 504
40cb2e83 505cd contrib
9cfed0b2 506%if %{with gnome}
40cb2e83
JB
507%{__make} gnome-ssh-askpass1 \
508 CC="%{__cc} %{rpmldflags} %{rpmcflags}"
509%endif
9cfed0b2 510%if %{with gtk}
40cb2e83
JB
511%{__make} gnome-ssh-askpass2 \
512 CC="%{__cc} %{rpmldflags} %{rpmcflags}"
513%endif
6fe24471
AF
514
515%install
516rm -rf $RPM_BUILD_ROOT
1d1e6997 517install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{pam.d,rc.d/init.d,sysconfig,security,env.d}} \
9a2a459a 518 $RPM_BUILD_ROOT%{_libexecdir}/ssh
8a7ba6eb 519install -d $RPM_BUILD_ROOT/etc/{profile.d,X11/xinit/xinitrc.d}
52000378 520
9a2a459a
PG
521%{__make} install \
522 DESTDIR=$RPM_BUILD_ROOT
0d32b20f 523
486d736c 524bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
40cb2e83 525
486d736c
JR
526install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
527install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/sshd
528install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/sshd
529install %{SOURCE5} $RPM_BUILD_ROOT/etc/profile.d
530ln -sf /etc/profile.d/ssh-agent.sh $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/ssh-agent.sh
531install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}
2b7669a6 532
9cfed0b2 533%if %{with gnome}
40cb2e83
JB
534install contrib/gnome-ssh-askpass1 $RPM_BUILD_ROOT%{_libexecdir}/ssh/ssh-askpass
535%endif
9cfed0b2 536%if %{with gtk}
40cb2e83 537install contrib/gnome-ssh-askpass2 $RPM_BUILD_ROOT%{_libexecdir}/ssh/ssh-askpass
1d1e6997
PG
538%endif
539%if %{with gnome} || %{with gtk}
6157007b 540cat << 'EOF' >$RPM_BUILD_ROOT/etc/env.d/GNOME_SSH_ASKPASS_GRAB_SERVER
1d1e6997
PG
541#GNOME_SSH_ASKPASS_GRAB_SERVER="true"
542EOF
6157007b 543cat << 'EOF' >$RPM_BUILD_ROOT/etc/env.d/GNOME_SSH_ASKPASS_GRAB_POINTER
1d1e6997
PG
544#GNOME_SSH_ASKPASS_GRAB_POINTER="true"
545EOF
4ae0bc0d 546ln -s %{_libexecdir}/ssh/ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/ssh-askpass
40cb2e83 547%endif
6e70f4f7 548
8e700b6b 549rm -f $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
5f72fe6f 550echo ".so ssh.1" > $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
41897191 551
ffbc041f 552touch $RPM_BUILD_ROOT/etc/security/blacklist.sshd
643dc12f 553
b8002dec 554cat << 'EOF' > $RPM_BUILD_ROOT/etc/env.d/SSH_ASKPASS
1d1e6997
PG
555#SSH_ASKPASS="%{_libexecdir}/ssh-askpass"
556EOF
557
92815192
ER
558rm -f $RPM_BUILD_ROOT%{_datadir}/Ssh.bin # ???
559rm -f $RPM_BUILD_ROOT%{_mandir}/README.openssh-non-english-man-pages
560
6fe24471
AF
561%clean
562rm -rf $RPM_BUILD_ROOT
563
b259ae2c
ER
564%post clients
565%env_update
566
567%postun clients
568%env_update
569
570%post gnome-askpass
571%env_update
572
573%postun gnome-askpass
574%env_update
575
8a304ceb 576%pre server
0225d3b8 577%useradd -P %{name}-server -u 40 -d %{_privsepdir} -s /bin/false -c "OpenSSH PrivSep User" -g nobody sshd
4c8ae2f8 578
52000378 579%post server
d7fde396 580/sbin/chkconfig --add sshd
2c99507e 581%service sshd reload "openssh daemon"
40cb2e83
JB
582if ! grep -qs ssh /etc/security/passwd.conf ; then
583 umask 022
ec00afd0
JR
584 echo "ssh" >> /etc/security/passwd.conf
585fi
6fe24471 586
52000378 587%preun server
d7fde396 588if [ "$1" = "0" ]; then
b054de44 589 %service sshd stop
d7fde396 590 /sbin/chkconfig --del sshd
591fi
6fe24471 592
9b604401
JB
593%postun server
594if [ "$1" = "0" ]; then
5f4ffc90 595 %userremove sshd
9b604401
JB
596fi
597
6fe24471 598%files
52000378 599%defattr(644,root,root,755)
7cc45b9b 600%doc *.RNG TODO README OVERVIEW CREDITS Change*
a6eef44c 601%attr(755,root,root) %{_bindir}/ssh-key*
35844bbb 602%attr(755,root,root) %{_bindir}/ssh-vulnkey*
a6eef44c 603%{_mandir}/man1/ssh-key*.1*
35844bbb 604%{_mandir}/man1/ssh-vulnkey*.1*
52000378 605%dir %{_sysconfdir}
9df62d0f 606%dir %{_libexecdir}
52000378
AF
607
608%files clients
609%defattr(644,root,root,755)
96f686c2
JB
610%attr(755,root,root) %{_bindir}/ssh
611%attr(755,root,root) %{_bindir}/slogin
612%attr(755,root,root) %{_bindir}/sftp
613%attr(755,root,root) %{_bindir}/ssh-agent
614%attr(755,root,root) %{_bindir}/ssh-add
615%attr(755,root,root) %{_bindir}/scp
794e0987
JB
616%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh_config
617%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/SSH_ASKPASS
52000378
AF
618%{_mandir}/man1/scp.1*
619%{_mandir}/man1/ssh.1*
41897191 620%{_mandir}/man1/slogin.1*
a6eef44c 621%{_mandir}/man1/sftp.1*
52000378
AF
622%{_mandir}/man1/ssh-agent.1*
623%{_mandir}/man1/ssh-add.1*
902cef13 624%{_mandir}/man5/ssh_config.5*
2b7669a6 625%lang(it) %{_mandir}/it/man1/ssh.1*
626%lang(it) %{_mandir}/it/man5/ssh_config.5*
627%lang(pl) %{_mandir}/pl/man1/scp.1*
628%lang(zh_CN) %{_mandir}/zh_CN/man1/scp.1*
ec82f607
JB
629
630# for host-based auth (suid required for accessing private host key)
631#%attr(4755,root,root) %{_libexecdir}/ssh-keysign
632#%{_mandir}/man8/ssh-keysign.8*
52000378 633
8a7ba6eb
AM
634%files clients-agent-profile_d
635%defattr(644,root,root,755)
636%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh-agent.conf
637%attr(755,root,root) /etc/profile.d/ssh-agent.sh
638
639%files clients-agent-xinitrc
640%defattr(644,root,root,755)
641%attr(755,root,root) /etc/X11/xinit/xinitrc.d/ssh-agent.sh
642
52000378
AF
643%files server
644%defattr(644,root,root,755)
645%attr(755,root,root) %{_sbindir}/sshd
a6eef44c 646%attr(755,root,root) %{_libexecdir}/sftp-server
ad852e00 647%attr(755,root,root) %{_libexecdir}/ssh-keysign
52000378 648%{_mandir}/man8/sshd.8*
a6eef44c 649%{_mandir}/man8/sftp-server.8*
ad852e00 650%{_mandir}/man8/ssh-keysign.8*
902cef13 651%{_mandir}/man5/sshd_config.5*
794e0987
JB
652%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sshd_config
653%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/sshd
634d69b4 654%attr(640,root,root) %{_sysconfdir}/moduli
52000378 655%attr(754,root,root) /etc/rc.d/init.d/sshd
794e0987
JB
656%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/sshd
657%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.sshd
52000378 658
0d32b20f 659%if %{with gnome} || %{with gtk}
40cb2e83
JB
660%files gnome-askpass
661%defattr(644,root,root,755)
794e0987 662%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/GNOME_SSH_ASKPASS*
40cb2e83
JB
663%dir %{_libexecdir}/ssh
664%attr(755,root,root) %{_libexecdir}/ssh/ssh-askpass
4ae0bc0d 665%attr(755,root,root) %{_libexecdir}/ssh-askpass
40cb2e83 666%endif
This page took 0.197248 seconds and 4 git commands to generate.