Author: glen                         Date: Tue Mar 23 10:50:53 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/skipfish:
   skipfish.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/skipfish/skipfish.spec
diff -u /dev/null packages/skipfish/skipfish.spec:1.1
--- /dev/null   Tue Mar 23 11:50:53 2010
+++ packages/skipfish/skipfish.spec     Tue Mar 23 11:50:48 2010
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%define                subver  b
+%define                rel             0.1
+Summary:       Web application security scanner
+Name:          skipfish
+Version:       1.13
+Release:       0.%{subver}.%{rel}
+License:       Apache v2.0
+Group:         Applications/Networking
+Source0:       
http://skipfish.googlecode.com/files/%{name}-%{version}%{subver}.tgz
+# Source0-md5: e40603953eb6ae3bd9aef3905d6a0335
+URL:           http://code.google.com/p/skipfish/
+BuildRequires: libidn-devel
+BuildRequires: openssl-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A fully automated, active web application security reconnaissance
+tool.
+
+Key features:
+- High speed: pure C code, highly optimized HTTP handling, minimal CPU
+  footprint - easily achieving 2000 requests per second with responsive
+  targets.
+- Ease of use: heuristics to support a variety of quirky web
+  frameworks and mixed-technology sites, with automatic learning
+  capabilities, on-the-fly wordlist creation, and form autocompletion.
+- Cutting-edge security logic: high quality, low false positive,
+  differential security checks, capable of spotting a range of subtle
+  flaws, including blind injection vectors.
+
+%prep
+%setup -qc
+mv %{name}/* .
+rmdir %{name}
+
+%{__sed} -i -e 's,-O3,$(OPTCFLAGS),' Makefile
+%{__sed} -i -e 's,-L/usr/local/lib/ -L/opt/local/lib,$(OPTLDFLAGS),' Makefile
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       OPTCFLAGS="%{rpmcflags}" \
+       OPTLDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -p %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/03/23 10:50:48  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to