2.44b
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=79
This commit is contained in:
parent
78226c0401
commit
0f7a6c5c15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0670b13235264e688a7ccfbeeee257e9c57dcc86ead676247d92d199c194968f
|
|
||||||
size 832153
|
|
3
afl-2.44b.tgz
Normal file
3
afl-2.44b.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d528ef5b9357c74114eaa3aa57909f91acef7663f685466bda0ac29257247d73
|
||||||
|
size 832875
|
11
afl.changes
11
afl.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 3 08:08:58 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
- update to 2.44b:
|
||||||
|
* Add visual indicator of ASAN / MSAN mode when compiling
|
||||||
|
* Add support for afl-showmap coredumps (-c)
|
||||||
|
* Add LD_BIND_NOW=1 for afl-showmap by default
|
||||||
|
* Added AFL_NO_ARITH to aid in the fuzzing of text-based formats
|
||||||
|
* Renamed the R() macro to avoid a problem with llvm_mode in the
|
||||||
|
latest versions of LLVM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 12 06:25:50 UTC 2017 - meissner@suse.com
|
Wed Apr 12 06:25:50 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
4
afl.spec
4
afl.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: afl
|
Name: afl
|
||||||
Version: 2.41b
|
Version: 2.44b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: American fuzzy lop is a security-oriented fuzzer
|
Summary: American fuzzy lop is a security-oriented fuzzer
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -27,7 +27,6 @@ Source: http://lcamtuf.coredump.cx/afl/releases/%{name}-%{version}.tgz
|
|||||||
Source1: afl-rpmlintrc
|
Source1: afl-rpmlintrc
|
||||||
Patch1: afl-1.58b-fix-paths.patch
|
Patch1: afl-1.58b-fix-paths.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
ExclusiveArch: i586 x86_64
|
ExclusiveArch: i586 x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,7 +56,6 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_doc
|
|||||||
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc docs/ChangeLog docs/COPYING README docs/*.txt
|
%doc docs/ChangeLog docs/COPYING README docs/*.txt
|
||||||
%{_bindir}/%{name}-*
|
%{_bindir}/%{name}-*
|
||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user