]> git.pld-linux.org Git - packages/bed.git/blob - bed.spec
- adepterized
[packages/bed.git] / bed.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Bruteforce Exploit Detector
3 Summary(pl):    "Brutalny" wykrywacz exploitów
4 Name:           bed
5 Version:        0.3
6 Release:        1
7 License:        GPL v2
8 Group:          Networking/Utilities
9 Source0:        http://www.kryptocrew.de/snakebyte/bed/%{name}-%{version}.zip
10 URL:            http://www.kryptocrew.de/snakebyte/bed.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This is a collection of scripts to automatically test implementations
15 of different protocols for buffer overflows and / or format string
16 vulnerabilities, by sending a lot of long strings to a server in a
17 boring, stupid way... :)
18
19 %description -l pl
20 Jest to kolekcja skryptów do automatycznego testowania implementacji
21 ró¿nych protoko³ów pod k±tem przep³nienia buforów i/lub b³êdów typu
22 format string, poprzez wysy³anie ogromnej ilo¶ci d³ugich ci±gów znaków
23 w bardzo nudny, g³upi sposób... :)
24
25 %prep
26 %setup -q -c %{name}-%{version}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{perl_sitelib}/mod,%{_bindir}}
31
32 install bed.pl          $RPM_BUILD_ROOT%{_bindir}
33 install mod/*.pm        $RPM_BUILD_ROOT%{perl_sitelib}/mod
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc docs/{CHANGES,TODO,FAQ,dummy.pm} README
41 %attr(755,root,root) %{_bindir}/*.pl
42 %{perl_sitelib}/mod/*.pm
This page took 0.048756 seconds and 3 git commands to generate.