SHA256
1
0
forked from pool/afl

Accepting request 293426 from home:AndreasStieger:branches:devel:tools

afl 1.58b

OBS-URL: https://build.opensuse.org/request/show/293426
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=6
This commit is contained in:
Andreas Stieger 2015-03-27 14:44:52 +00:00 committed by Git OBS Bridge
parent b954fe2858
commit dea462c995
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4166a57e9ef812834c498a1d95f6fcab9b1805e7ba531bc00278cffa680bc15
size 782637

3
afl-1.58b.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d5ed2c5ade69e3eab4a8fa10fb73cf72966dfda45a7b458d62bc5d4497defeb
size 785211

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 27 14:40:09 UTC 2015 - astieger@suse.com
- afl 1.58b:
* Added a workaround for abort() behavior in -lpthread programs in
QEMU mode.
* Made several documentation updates, including links to the
static instrumentation tool (sister_projects.txt).
- use libexecdir
-------------------------------------------------------------------
Tue Mar 24 15:58:08 UTC 2015 - meissner@suse.com

View File

@ -17,14 +17,14 @@
Name: afl
Version: 1.57b
Version: 1.58b
Release: 0
Summary: American fuzzy lop is a security-oriented fuzzer
License: Apache-2.0
Group: Development/Tools/Debuggers
Url: http://lcamtuf.coredump.cx/afl/
Source: http://lcamtuf.coredump.cx/afl/releases/%{name}-%{version}.tgz
Source1: afl-rpmlintrc
Source1: afl-rpmlintrc
Patch0: afl-1.46b-nodate.patch
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,11 +50,12 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
%files
%defattr(-,root,root)
%{_bindir}/%{name}-*
%dir /usr/lib/%{name}
/usr/lib/%{name}/%{name}-as
/usr/lib/%{name}/as
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/%{name}-as
%{_libexecdir}/%{name}/as
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/testcases
%{_datadir}/%{name}/testcases/*
%doc docs/COPYING docs/README docs/ChangeLog docs/*.txt docs/visualization docs/vuln_samples
%changelog