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