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