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