]> git.pld-linux.org Git - packages/bfbtester.git/commitdiff
- initial release
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 27 Jun 2002 23:42:55 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
works fine :)

Changed files:
    bfbtester.spec -> 1.1

bfbtester.spec [new file with mode: 0644]

diff --git a/bfbtester.spec b/bfbtester.spec
new file mode 100644 (file)
index 0000000..a5fa6b7
--- /dev/null
@@ -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}/*
This page took 0.071169 seconds and 4 git commands to generate.