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