From 4d57c49b6549db6cad232057ee75d6aaeb8eb78962daf09053de6b362384bb7f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 29 Apr 2017 17:37:39 +0000 Subject: [PATCH] - 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 --- honggfuzz-0.8.tar.gz | 3 --- honggfuzz-0.9.tar.gz | 3 +++ honggfuzz.changes | 13 +++++++++++++ honggfuzz.spec | 9 +++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 honggfuzz-0.8.tar.gz create mode 100644 honggfuzz-0.9.tar.gz diff --git a/honggfuzz-0.8.tar.gz b/honggfuzz-0.8.tar.gz deleted file mode 100644 index edd18c4..0000000 --- a/honggfuzz-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bdc09798e7fe69d2c88437b61c3d2ec5be17a8135ddbe8da006373ec0ca492f -size 432740 diff --git a/honggfuzz-0.9.tar.gz b/honggfuzz-0.9.tar.gz new file mode 100644 index 0000000..a135ee1 --- /dev/null +++ b/honggfuzz-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161ad1fab5a677054d54d55a9fc070a2a4cbd26d6794e7fd8fe68db909f433c7 +size 7332175 diff --git a/honggfuzz.changes b/honggfuzz.changes index 007cae5..f5fe754 100644 --- a/honggfuzz.changes +++ b/honggfuzz.changes @@ -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 diff --git a/honggfuzz.spec b/honggfuzz.spec index 32d91ae..3b92ed4 100644 --- a/honggfuzz.spec +++ b/honggfuzz.spec @@ -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