]> git.pld-linux.org Git - packages/fake.git/blob - fake.spec
- massive attack: adding Source-md5
[packages/fake.git] / fake.spec
1 Summary:        Switches in redundant servers using arp spoofing
2 Summary(es):    Software para arp spoofing
3 Summary(pl):    Prze³±czanie redundantnych serwerów poprzez arp spoofing
4 Summary(pt_BR): Software para arp spoofing
5 Name:           fake
6 Version:        1.1.8
7 Release:        1
8 License:        GPL
9 Group:          Networking/Utilities
10 Source0:        http://www.vergenet.net/linux/fake/download/%{version}/%{name}-%{version}.tar.gz
11 # Source0-md5:  75227cf5a2a3dd0f505bad83bb651fdc
12 URL:            http://www.ca.us.vergenet.net/linux/fake/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Fake is a simple utility designed to enable the switching in of backup
17 servers on a LAN. For example, fake can be used to switch in backup
18 mail, Web, and proxy servers during periods of both unscheduled and
19 scheduled down time. Fake works by bringing up an additional interface
20 and using ARP spoofing to take over the IP address of another machine
21 on the LAN. The additional interface can be a physical interface or a
22 logical interface (an IP alias). Fake is configurable and can be
23 automated using systems that monitor the availability of servers (like
24 Heartbeat and Heart).
25
26 %description -l es
27 Fake es un utilitario que permite que otras maquinas en la red puedan
28 tomar direcciones IP. Este software fue desarrollado para permitir el
29 uso de servidores de copias de seguridad (backup) en una red local.
30
31 %description -l pl
32 Fake jest prostym narzêdziem pozwalaj±cym na w³±czanie zapasowych
33 serwerów w sieci. Na przyk³ad, mo¿e byæ u¿yty do w³±czenia zapasowego
34 serwera poczty, WWW, proxy w czasie zamierzonego lub niezamierzonego
35 nie dzia³ania podstawowego serwera. Fake dzia³a poprzez podnoszenie
36 dodatkowego interfejsu i spoofowanie adresu ARP aby przej±æ adres IP
37 innej maszyny w sieci lokalnej. Dodatkowy interfejs mo¿e byæ
38 interfejsem fizycznym lub logicznym (aliasem IP). Fake jest
39 konfigurowalny i mo¿e u¿ywaæ systemów automatycznie monitoruj±cych
40 dostêpno¶æ serwerów (np. Heartbeat lub Heart).
41
42 %description -l pt_BR
43 O Fake é um utilitário que permite que endereços IP possam ser tomados
44 por outras máquinas na rede. Este software foi desenvolvido para se
45 permitir o uso de servidores de backup em uma rede local.
46
47 %prep
48 %setup -q
49 %{__make} patch
50
51 %build
52 %{__make} CC="%{__cc} %{rpmcflags}"
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} ROOT_DIR=$RPM_BUILD_ROOT MAN8_DIR=$RPM_BUILD_ROOT%{_mandir}/man8 install
58
59 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/fake/run/CVS
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README AUTHORS ChangeLog docs/{arp_fun,redundant_linux}.txt
67 %dir %{_sysconfdir}/fake
68 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fake/.fakerc
69 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fake/clear_routers
70 %dir %{_sysconfdir}/fake/instance_config
71 %config %{_sysconfdir}/fake/instance_config/203.12.97.7.cfg
72 %attr(755,root,root) %{_sbindir}/send_arp
73 %attr(755,root,root) %{_sbindir}/fake
74 %{_mandir}/man8/*
This page took 0.076513 seconds and 3 git commands to generate.