- Update to version 0.9:

* Smaller and bigger reworks:
    + Android Makefile
    + New sanitizers.c
    + Display console with scrolling logs
    + Improved libhfuzz - esp. the trace_cmp handling
    + Improved mangle.c
  * Multiple examples of persistent fuzzing: libpng, jpeg, libxml,
    apache, openssl

OBS-URL: https://build.opensuse.org/package/show/devel:tools/honggfuzz?expand=0&rev=6
This commit is contained in:
Martin Pluskal 2017-04-29 17:37:39 +00:00 committed by Git OBS Bridge
parent 61919b2187
commit 4d57c49b65
4 changed files with 21 additions and 7 deletions

View File

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

3
honggfuzz-0.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Apr 29 17:13:02 UTC 2017 - mpluskal@suse.com
- Update to version 0.9:
* Smaller and bigger reworks:
+ Android Makefile
+ New sanitizers.c
+ Display console with scrolling logs
+ Improved libhfuzz - esp. the trace_cmp handling
+ Improved mangle.c
* Multiple examples of persistent fuzzing: libpng, jpeg, libxml,
apache, openssl
-------------------------------------------------------------------
Sun Feb 5 01:09:52 UTC 2017 - jengelh@inai.de

View File

@ -15,16 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: honggfuzz
Version: 0.8
Version: 0.9
Release: 0
License: Apache-2.0
Summary: Security-oriented fuzzer with various analysis options
Url: https://google.github.io/honggfuzz/
License: Apache-2.0
Group: Development/Tools/Other
Url: https://google.github.io/honggfuzz/
Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: libunwind-devel
BuildRequires: binutils-devel
BuildRequires: libunwind-devel
BuildRequires: zlib-devel
%description