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