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