From d3317c937203674c28ddb5d48f63f1a3dcdd8f75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Thu, 27 Jun 2002 23:42:55 +0000 Subject: [PATCH] - initial release works fine :) Changed files: bfbtester.spec -> 1.1 --- bfbtester.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bfbtester.spec diff --git a/bfbtester.spec b/bfbtester.spec new file mode 100644 index 0000000..a5fa6b7 --- /dev/null +++ b/bfbtester.spec @@ -0,0 +1,46 @@ +Summary: Brute Force Binary Tester +Summary(pl): "Brutalny" tester plików binarnych +Name: bfbtester +Version: 2.0.1 +Release: 1 +License: GPL v2 +Group: Development/Debuggers +Source0: http://telia.dl.sourceforge.net/sourceforge/bfbtester/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +URL: http://bfbtester.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +BFBTester is good for doing quick, proactive security checks of binary +programs. BFBTester will perform checks of single and multiple +argument command line overflows and environment variable overflows. It +can also watch for tempfile creation activity to alert the user of any +programs using unsafe tempfile names. + +%description -l pl + +%prep +%setup -q + +%build +rm -f missing +aclocal +%{__autoconf} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/* -- 2.44.0