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