]> git.pld-linux.org Git - packages/bfbtester.git/blob - bfbtester.spec
- pl description
[packages/bfbtester.git] / bfbtester.spec
1 Summary:        Brute Force Binary Tester
2 Summary(pl):    "Brutalny" tester plików binarnych
3 Name:           bfbtester
4 Version:        2.0.1
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Debuggers
8 Source0:        http://telia.dl.sourceforge.net/sourceforge/bfbtester/%{name}-%{version}.tar.gz
9 URL:            http://bfbtester.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 BFBTester is good for doing quick, proactive security checks of binary
16 programs. BFBTester will perform checks of single and multiple
17 argument command line overflows and environment variable overflows. It
18 can also watch for tempfile creation activity to alert the user of any
19 programs using unsafe tempfile names.
20
21 %description -l pl
22 BFBTester s³u¿y do szybkiego sprawdzania bezpieczeñstwa programów
23 binarnych. BFBTester sprawdza wystêpowanie przepe³nienia bufora dla
24 jednego i wielu parametrów z linii poleceñ oraz dla zmiennych
25 ¶rodowiskowych. Mo¿e tak¿e kontrolowaæ tworzenie plików tymczasowych i
26 ostrzegaæ u¿ytkownika o programach u¿ywajacych niebezpiecznych nazw
27 plików tymczasowych.
28
29 %prep
30 %setup -q
31
32 %build
33 rm -f missing
34 aclocal
35 %{__autoconf}
36 %{__automake}
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} DESTDIR=$RPM_BUILD_ROOT install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog README
52 %attr(755,root,root) %{_bindir}/*
This page took 0.049371 seconds and 3 git commands to generate.