]> git.pld-linux.org Git - packages/openssh.git/blame - openssh.spec
- rel 5; epoch in dep
[packages/openssh.git] / openssh.spec
CommitLineData
2ebfbf87 1#
2ca913e8 2# Conditional build:
26d23d17 3%bcond_with audit # sshd audit support
f6c7fa07 4%bcond_with gnome # with gnome-askpass (GNOME 1.x) utility
cd53fc87 5%bcond_without gtk # without GTK+ (2.x)
b32891d6 6%bcond_without ldap # with ldap support
f6c7fa07 7%bcond_without libedit # without libedit (editline/history support in sftp client)
9cfed0b2 8%bcond_without kerberos5 # without kerberos5 support
70329622 9%bcond_without selinux # build without SELinux support
5c609334 10%bcond_with hpn # High Performance SSH/SCP - HPN-SSH including Cipher NONE (broken too often)
516496e1 11
cef904f1
JB
12# gtk2-based gnome-askpass means no gnome1-based
13%{?with_gtk:%undefine with_gnome}
cc788d8e 14
2ebfbf87
ER
15%if "%{pld_release}" == "ac"
16%define pam_ver 0.79.0
17%else
18%define pam_ver 0.99.7.1
19%endif
20
52000378 21Summary: OpenSSH free Secure Shell (SSH) implementation
25e16946
ER
22Summary(de.UTF-8): OpenSSH - freie Implementation der Secure Shell (SSH)
23Summary(es.UTF-8): Implementación libre de SSH
24Summary(fr.UTF-8): Implémentation libre du shell sécurisé OpenSSH (SSH)
25Summary(it.UTF-8): Implementazione gratuita OpenSSH della Secure Shell
26Summary(pl.UTF-8): Publicznie dostępna implementacja bezpiecznego shella (SSH)
27Summary(pt.UTF-8): Implementação livre OpenSSH do protocolo 'Secure Shell' (SSH)
28Summary(pt_BR.UTF-8): Implementação livre do SSH
29Summary(ru.UTF-8): OpenSSH - свободная реализация протокола Secure Shell (SSH)
30Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
52000378 31Name: openssh
afde20c1 32Version: 5.9p1
1a0628c8 33Release: 5
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
411Group: Daemons
1a0628c8 412Requires: %{name} = %{epoch}:%{version}-%{release}
44144fb7
ER
413
414%description server-ldap
415OpenSSH LDAP backend is a way how to distribute the authorized tokens
416among the servers in the network.
417
c0f446a0
JK
418%package server-upstart
419Summary: Upstart job description for OpenSSH server
420Summary(pl.UTF-8): Opis zadania Upstart dla serwera OpenSSH
421Group: Daemons
422Requires: %{name}-server = %{epoch}:%{version}-%{release}
423Requires: upstart >= 0.6
74f7fb64 424Conflicts: syslog-ng < 3.2.4-1
c0f446a0
JK
425
426%description server-upstart
427Upstart job description for OpenSSH.
428
429%description server-upstart -l pl.UTF-8
430Opis zadania Upstart dla OpenSSH.
431
6e70f4f7 432%package gnome-askpass
52000378 433Summary: OpenSSH GNOME passphrase dialog
25e16946
ER
434Summary(de.UTF-8): OpenSSH GNOME Passwort-Dialog
435Summary(es.UTF-8): Diálogo para introducción de passphrase para GNOME
436Summary(fr.UTF-8): Dialogue pass-phrase GNOME d'OpenSSH
437Summary(it.UTF-8): Finestra di dialogo GNOME per la frase segreta di OpenSSH
438Summary(pl.UTF-8): Odpytywacz hasła OpenSSH dla GNOME
439Summary(pt.UTF-8): Diálogo de pedido de senha para GNOME do OpenSSH
440Summary(pt_BR.UTF-8): Diálogo para entrada de passphrase para GNOME
441Summary(ru.UTF-8): OpenSSH - диалог ввода ключевой фразы (passphrase) для GNOME
442Summary(uk.UTF-8): OpenSSH - діалог вводу ключової фрази (passphrase) для GNOME
52000378 443Group: Applications/Networking
96f686c2 444Requires: %{name} = %{epoch}:%{version}-%{release}
f937b661 445Obsoletes: openssh-askpass
0a069c2e
ER
446Obsoletes: ssh-askpass
447Obsoletes: ssh-extras
52000378 448
6e70f4f7 449%description gnome-askpass
52000378 450Ssh (Secure Shell) a program for logging into a remote machine and for
11530f15 451executing commands in a remote machine. It is intended to replace
452rlogin and rsh, and provide secure encrypted communications between
453two untrusted hosts over an insecure network. X11 connections and
454arbitrary TCP/IP ports can also be forwarded over the secure channel.
52000378 455
11530f15 456OpenSSH is OpenBSD's rework of the last free version of SSH, bringing
457it up to date in terms of security and features, as well as removing
458all patented algorithms to seperate libraries (OpenSSL).
52000378
AF
459
460This package contains the GNOME passphrase dialog.
461
84ae85a3
JR
462%description gnome-askpass -l es.UTF-8
463Este paquete contiene un programa que abre una caja de diálogo para
6c34819e 464entrada de passphrase en GNOME.
465
84ae85a3
JR
466%description gnome-askpass -l pl.UTF-8
467Ssh (Secure Shell) to program służący do logowania się na zdalną
468maszynę i uruchamiania na niej aplikacji. W zamierzeniu openssh ma
469zastąpić rlogin, rsh i dostarczyć bezpieczne, szyfrowane połączenie
470pomiędzy dwoma hostami.
93e2d77c 471
84ae85a3 472Ten pakiet zawiera ,,odpytywacz hasła'' dla GNOME.
93e2d77c 473
84ae85a3
JR
474%description gnome-askpass -l pt_BR.UTF-8
475Esse pacote contém um programa que abre uma caixa de diálogo para
6c34819e 476entrada de passphrase no GNOME.
477
84ae85a3
JR
478%description gnome-askpass -l ru.UTF-8
479Ssh (Secure Shell) - это программа для "захода" (login) на удаленную
480машину и для выполнения команд на удаленной машине.
cb086001 481
84ae85a3 482Этот пакет содержит диалог ввода ключевой фразы для использования под
cb086001 483GNOME.
484
84ae85a3
JR
485%description gnome-askpass -l uk.UTF-8
486Ssh (Secure Shell) - це програма для "заходу" (login) до віддаленої
487машини та для виконання команд на віддаленій машині.
cb086001 488
84ae85a3 489Цей пакет містить діалог вводу ключової фрази для використання під
cb086001 490GNOME.
491
b32891d6
JR
492%package -n openldap-schema-openssh-lpk
493Summary: OpenSSH LDAP Public Key schema
494Summary(pl.UTF-8): Schemat klucza publicznego LDAP dla OpenSSH
495Group: Networking/Daemons
496Requires(post,postun): sed >= 4.0
497Requires: openldap-servers
498
499%description -n openldap-schema-openssh-lpk
500This package contains OpenSSH LDAP Public Key schema for openldap.
501
502%description -n openldap-schema-openssh-lpk -l pl.UTF-8
0d5b2bd4
ER
503Ten pakiet zawiera schemat klucza publicznego LDAP dla OpenSSH dla
504openldap-a.
b32891d6 505
52000378 506%prep
ecf377a3 507%setup -q
2ebfbf87 508%{?with_kerberos5:%patch100 -p1}
4946f6e5 509%patch0 -p1
1aca01a4 510%patch2 -p1
200ba837 511%patch3 -p1
8e00389d
ER
512%patch4 -p1
513%patch5 -p1
514%patch8 -p1
501aed94 515%patch6 -p1
108bb9ae 516%patch7 -p1
516496e1 517%{?with_hpn:%patch9 -p1}
8d59ede4 518%patch10 -p1
100234b3 519%patch11 -p1
35844bbb 520%patch12 -p1
92dc7c43 521%patch13 -p1
52000378 522
57f5c94e 523cp -p %{SOURCE3} sshd.pam
95191792 524install -p %{SOURCE2} sshd.init
55c2af60 525
a42c5034
ER
526%if "%{pld_release}" == "ac"
527# fix for missing x11.pc
528%{__sed} -i -e '/pkg-config/s/ x11//' contrib/Makefile
55c2af60 529# not present in ac, no point searching it
57f5c94e 530%{__sed} -i -e '/pam_keyinit.so/d' sshd.pam
95191792
ER
531
532# openssl on ac does not have OPENSSL_HAS_ECC
533%{__sed} -i -e '/ecdsa/d' sshd.init
a42c5034
ER
534%endif
535
afde20c1
AM
536# hack since arc4random from openbsd-compat needs symbols from libssh and vice versa
537sed -i -e 's#-lssh -lopenbsd-compat#-lssh -lopenbsd-compat -lssh#g' Makefile*
538
8e00389d
ER
539grep -rl /usr/libexec/openssh/ssh-ldap-helper . | xargs \
540%{__sed} -i -e 's,/usr/libexec/openssh/ssh-ldap-helper,%{_libexecdir}/ssh-ldap-helper,'
541
52000378 542%build
64f1c35c 543cp /usr/share/automake/config.sub .
0b24ec17 544%{__aclocal}
5c76eb87 545%{__autoconf}
501aed94 546%{__autoheader}
37aa5700 547CPPFLAGS="-DCHROOT"
52000378 548%configure \
c59fae24 549 PERL=%{__perl} \
26d23d17
JB
550 --disable-strip \
551 --enable-utmpx \
552 --enable-wtmpx \
93e2d77c 553 --with-4in6 \
26d23d17
JB
554 %{?with_audit:--with-audit=linux} \
555 --with-ipaddr-display \
4a5c0c7d 556 %{?with_kerberos5:--with-kerberos5=/usr} \
8e00389d 557 --with-ldap%{!?with_ldap:=no} \
26d23d17
JB
558 %{?with_libedit:--with-libedit} \
559 --with-mantype=man \
560 --with-md5-passwords \
561 --with-pam \
108bb9ae 562 --with-authorized-keys-command \
05fbd2e9 563 --with-pid-dir=%{_localstatedir}/run \
26d23d17
JB
564 --with-privsep-path=%{_privsepdir} \
565 %{?with_selinux:--with-selinux} \
566 --with-tcp-wrappers \
2ebfbf87 567%if "%{pld_release}" == "ac"
26d23d17 568 --with-xauth=/usr/X11R6/bin/xauth
2ebfbf87 569%else
26d23d17 570 --with-xauth=%{_bindir}/xauth
2ebfbf87 571%endif
82f989ae 572
b8002dec 573echo '#define LOGIN_PROGRAM "/bin/login"' >>config.h
f9bf943b 574
100832a0 575%{__make}
475ef6df 576
40cb2e83 577cd contrib
9cfed0b2 578%if %{with gnome}
40cb2e83
JB
579%{__make} gnome-ssh-askpass1 \
580 CC="%{__cc} %{rpmldflags} %{rpmcflags}"
581%endif
9cfed0b2 582%if %{with gtk}
40cb2e83
JB
583%{__make} gnome-ssh-askpass2 \
584 CC="%{__cc} %{rpmldflags} %{rpmcflags}"
585%endif
6fe24471
AF
586
587%install
588rm -rf $RPM_BUILD_ROOT
c0f446a0 589install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{init,pam.d,rc.d/init.d,sysconfig,security,env.d}} \
b32891d6 590 $RPM_BUILD_ROOT{%{_libexecdir}/ssh,%{schemadir}}
8a7ba6eb 591install -d $RPM_BUILD_ROOT/etc/{profile.d,X11/xinit/xinitrc.d}
52000378 592
9a2a459a
PG
593%{__make} install \
594 DESTDIR=$RPM_BUILD_ROOT
0d32b20f 595
486d736c 596bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
40cb2e83 597
95191792 598install -p sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
55c2af60
ER
599cp -p sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
600cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/sshd
601cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/profile.d
486d736c 602ln -sf /etc/profile.d/ssh-agent.sh $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/ssh-agent.sh
55c2af60
ER
603cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}
604cp -p %{SOURCE7} $RPM_BUILD_ROOT%{schemadir}
605cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/init/sshd.conf
c0f446a0 606
9cfed0b2 607%if %{with gnome}
55c2af60 608install -p contrib/gnome-ssh-askpass1 $RPM_BUILD_ROOT%{_libexecdir}/ssh/ssh-askpass
40cb2e83 609%endif
9cfed0b2 610%if %{with gtk}
55c2af60 611install -p contrib/gnome-ssh-askpass2 $RPM_BUILD_ROOT%{_libexecdir}/ssh/ssh-askpass
1d1e6997
PG
612%endif
613%if %{with gnome} || %{with gtk}
6157007b 614cat << 'EOF' >$RPM_BUILD_ROOT/etc/env.d/GNOME_SSH_ASKPASS_GRAB_SERVER
1d1e6997
PG
615#GNOME_SSH_ASKPASS_GRAB_SERVER="true"
616EOF
6157007b 617cat << 'EOF' >$RPM_BUILD_ROOT/etc/env.d/GNOME_SSH_ASKPASS_GRAB_POINTER
1d1e6997
PG
618#GNOME_SSH_ASKPASS_GRAB_POINTER="true"
619EOF
4ae0bc0d 620ln -s %{_libexecdir}/ssh/ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/ssh-askpass
40cb2e83 621%endif
6e70f4f7 622
55c2af60
ER
623install -p contrib/ssh-copy-id $RPM_BUILD_ROOT%{_bindir}
624cp -p contrib/ssh-copy-id.1 $RPM_BUILD_ROOT%{_mandir}/man1
0906c8d0 625
26d23d17 626%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
5f72fe6f 627echo ".so ssh.1" > $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
41897191 628
ffbc041f 629touch $RPM_BUILD_ROOT/etc/security/blacklist.sshd
643dc12f 630
b8002dec 631cat << 'EOF' > $RPM_BUILD_ROOT/etc/env.d/SSH_ASKPASS
1d1e6997
PG
632#SSH_ASKPASS="%{_libexecdir}/ssh-askpass"
633EOF
634
26d23d17 635%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.openssh-non-english-man-pages
be063a4e 636%{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/ldap.conf
92815192 637
6fe24471
AF
638%clean
639rm -rf $RPM_BUILD_ROOT
640
b259ae2c
ER
641%post clients
642%env_update
643
644%postun clients
645%env_update
646
647%post gnome-askpass
648%env_update
649
650%postun gnome-askpass
651%env_update
652
8a304ceb 653%pre server
0225d3b8 654%useradd -P %{name}-server -u 40 -d %{_privsepdir} -s /bin/false -c "OpenSSH PrivSep User" -g nobody sshd
4c8ae2f8 655
52000378 656%post server
d7fde396 657/sbin/chkconfig --add sshd
fb0e16d1 658%service sshd reload "OpenSSH Daemon"
40cb2e83
JB
659if ! grep -qs ssh /etc/security/passwd.conf ; then
660 umask 022
ec00afd0
JR
661 echo "ssh" >> /etc/security/passwd.conf
662fi
6fe24471 663
52000378 664%preun server
d7fde396 665if [ "$1" = "0" ]; then
b054de44 666 %service sshd stop
d7fde396 667 /sbin/chkconfig --del sshd
668fi
6fe24471 669
9b604401
JB
670%postun server
671if [ "$1" = "0" ]; then
5f4ffc90 672 %userremove sshd
9b604401
JB
673fi
674
e0cf2666 675%triggerpostun server -- %{name}-server < 2:5.9p1-1
3906e3c0
ER
676# lpk.patch to ldap.patch
677if grep -qE '^(UseLPK|Lpk)' %{_sysconfdir}/sshd_config; then
678 echo >&2 "Migrating LPK patch to LDAP patch"
679 cp -f %{_sysconfdir}/sshd_config{,.rpmorig}
680 %{__sed} -i -e '
681 # disable old configs
682 # just UseLPK/LkpLdapConf supported for now
683 s/^UseLPK/## Obsolete &/
ac8426db 684 s/^Lpk/## Obsolete &/
3906e3c0 685 # Enable new ones, assumes /etc/ldap.conf defaults, see HOWTO.ldap-keys
fb0e16d1 686 /UseLPK/iAuthorizedKeysCommand %{_libexecdir}/ssh-ldap-wrapper
3906e3c0 687 ' %{_sysconfdir}/sshd_config
fb0e16d1 688 %service -q sshd reload
3906e3c0
ER
689fi
690
c0f446a0
JK
691%post server-upstart
692%upstart_post sshd
693
694%postun server-upstart
695%upstart_postun sshd
696
7073aeeb
JR
697%post -n openldap-schema-openssh-lpk
698%openldap_schema_register %{schemadir}/openssh-lpk.schema
699%service -q ldap restart
700
701%postun -n openldap-schema-openssh-lpk
702if [ "$1" = "0" ]; then
703 %openldap_schema_unregister %{schemadir}/openssh-lpk.schema
704 %service -q ldap restart
705fi
706
6fe24471 707%files
52000378 708%defattr(644,root,root,755)
afde20c1 709%doc TODO README OVERVIEW CREDITS Change*
a6eef44c 710%attr(755,root,root) %{_bindir}/ssh-key*
35844bbb 711%attr(755,root,root) %{_bindir}/ssh-vulnkey*
a6eef44c 712%{_mandir}/man1/ssh-key*.1*
35844bbb 713%{_mandir}/man1/ssh-vulnkey*.1*
52000378 714%dir %{_sysconfdir}
9df62d0f 715%dir %{_libexecdir}
52000378
AF
716
717%files clients
718%defattr(644,root,root,755)
96f686c2
JB
719%attr(755,root,root) %{_bindir}/ssh
720%attr(755,root,root) %{_bindir}/slogin
721%attr(755,root,root) %{_bindir}/sftp
722%attr(755,root,root) %{_bindir}/ssh-agent
723%attr(755,root,root) %{_bindir}/ssh-add
0906c8d0 724%attr(755,root,root) %{_bindir}/ssh-copy-id
96f686c2 725%attr(755,root,root) %{_bindir}/scp
794e0987
JB
726%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh_config
727%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/SSH_ASKPASS
52000378
AF
728%{_mandir}/man1/scp.1*
729%{_mandir}/man1/ssh.1*
41897191 730%{_mandir}/man1/slogin.1*
a6eef44c 731%{_mandir}/man1/sftp.1*
52000378
AF
732%{_mandir}/man1/ssh-agent.1*
733%{_mandir}/man1/ssh-add.1*
0906c8d0 734%{_mandir}/man1/ssh-copy-id.1*
902cef13 735%{_mandir}/man5/ssh_config.5*
2b7669a6 736%lang(it) %{_mandir}/it/man1/ssh.1*
737%lang(it) %{_mandir}/it/man5/ssh_config.5*
738%lang(pl) %{_mandir}/pl/man1/scp.1*
739%lang(zh_CN) %{_mandir}/zh_CN/man1/scp.1*
ec82f607
JB
740
741# for host-based auth (suid required for accessing private host key)
742#%attr(4755,root,root) %{_libexecdir}/ssh-keysign
743#%{_mandir}/man8/ssh-keysign.8*
52000378 744
8a7ba6eb
AM
745%files clients-agent-profile_d
746%defattr(644,root,root,755)
747%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh-agent.conf
748%attr(755,root,root) /etc/profile.d/ssh-agent.sh
749
750%files clients-agent-xinitrc
751%defattr(644,root,root,755)
752%attr(755,root,root) /etc/X11/xinit/xinitrc.d/ssh-agent.sh
753
52000378
AF
754%files server
755%defattr(644,root,root,755)
756%attr(755,root,root) %{_sbindir}/sshd
a6eef44c 757%attr(755,root,root) %{_libexecdir}/sftp-server
ad852e00 758%attr(755,root,root) %{_libexecdir}/ssh-keysign
50835229 759%attr(755,root,root) %{_libexecdir}/ssh-pkcs11-helper
52000378 760%{_mandir}/man8/sshd.8*
a6eef44c 761%{_mandir}/man8/sftp-server.8*
ad852e00 762%{_mandir}/man8/ssh-keysign.8*
50835229 763%{_mandir}/man8/ssh-pkcs11-helper.8*
902cef13 764%{_mandir}/man5/sshd_config.5*
78aa4c3c 765%{_mandir}/man5/moduli.5*
794e0987
JB
766%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sshd_config
767%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/sshd
634d69b4 768%attr(640,root,root) %{_sysconfdir}/moduli
52000378 769%attr(754,root,root) /etc/rc.d/init.d/sshd
794e0987
JB
770%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/sshd
771%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.sshd
52000378 772
44144fb7
ER
773%if %{with ldap}
774%files server-ldap
775%defattr(644,root,root,755)
776%doc HOWTO.ldap-keys ldap.conf
777%attr(755,root,root) %{_libexecdir}/ssh-ldap-helper
778%attr(755,root,root) %{_libexecdir}/ssh-ldap-wrapper
779%{_mandir}/man5/ssh-ldap.conf.5*
780%{_mandir}/man8/ssh-ldap-helper.8*
781%endif
782
0d32b20f 783%if %{with gnome} || %{with gtk}
40cb2e83
JB
784%files gnome-askpass
785%defattr(644,root,root,755)
794e0987 786%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/GNOME_SSH_ASKPASS*
40cb2e83
JB
787%dir %{_libexecdir}/ssh
788%attr(755,root,root) %{_libexecdir}/ssh/ssh-askpass
4ae0bc0d 789%attr(755,root,root) %{_libexecdir}/ssh-askpass
40cb2e83 790%endif
b32891d6
JR
791
792%if %{with ldap}
793%files -n openldap-schema-openssh-lpk
794%defattr(644,root,root,755)
795%{schemadir}/openssh-lpk.schema
796%endif
c0f446a0 797
4ec733f6 798%if "%{pld_release}" != "ti"
c0f446a0
JK
799%files server-upstart
800%defattr(644,root,root,755)
801%config(noreplace) %verify(not md5 mtime size) /etc/init/sshd.conf
4ec733f6 802%endif
This page took 0.254742 seconds and 4 git commands to generate.