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