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