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