]> git.pld-linux.org Git - packages/forgate.git/blob - forgate.spec
- tabs in preamble
[packages/forgate.git] / forgate.spec
1 Summary:        A Packet Redirection Tool For Interception On Switched Networks
2 Summary(pl.UTF-8):      Narzędzie przechwytujące pakiety w sieciach opartych na switchach
3 Name:           forgate
4 Version:        0.9
5 Release:        1
6 License:        GPL
7 Vendor:         Darren Bounds <dbounds@intrusense.com>
8 Group:          Applications/Network
9 Source0:        http://forgate.sourceforge.net/downloads/%{name}-%{version}.tgz
10 # Source0-md5:  b5455f0c83547769bd486877362f9553
11 Patch0:         %{name}-bpf.patch
12 URL:            http://forgate.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libnet-devel >= 1.1
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Forgate was written as a proof of concept in one method of capturing
20 traffic flows from a 3rd party on a switched network. Forgate uses ARP
21 cache poisoning, packet capture and packet reconstruction to perform
22 its task. It should work with nearly all TCP, ICMP and UDP IPv4
23 traffic.
24
25 %description -l pl.UTF-8
26 Forgate zostało napisane jako dowód działania jednej z metod
27 przechwytywania pakietów z innych komputerów w sieci opartej na
28 switchach. Do wykonania zadania używa zatruwania cache ARP,
29 przechwytywania pakietów oraz rekonstrukcji pakietów. Powinno działać
30 z prawie każdym ruchem IPV4 TCP, ICMP i UDP.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc docs/*
56 %attr(755,root,root) %{_sbindir}/*
This page took 0.068698 seconds and 3 git commands to generate.