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