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