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