From f5d805c21416d0545da71c48932dd3eac5b421195fe05f5a5f573b1f37871321 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 17 Mar 2020 13:10:26 +0000 Subject: [PATCH] - Update to version 2.1: * string/int comparison enabled for targets built with *SAN, but w/o hfuzz-cc * Parallel work made faster by using faster ATOMIC constructs (check first, then update) * Implement --experimental_const_feedback - const string/integer feedback (used as an additional dictionary) * Sanitizer report files are "better"-deleted (i.e. based on PID and not TID) * New patches for fuzzing added (e.g. for bind-9.16.0/9.15.7) * Buffered output enabled in display.c * Some functions moved from per-arch arch.c to common subproc.c * Added suport for bfd/binutils-2.33 - And more from previous releases - see provided CHANGELOG OBS-URL: https://build.opensuse.org/package/show/devel:tools/honggfuzz?expand=0&rev=16 --- honggfuzz-1.5.tar.gz | 3 --- honggfuzz-2.1.tar.gz | 3 +++ honggfuzz.changes | 18 ++++++++++++++++++ honggfuzz.spec | 10 +++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 honggfuzz-1.5.tar.gz create mode 100644 honggfuzz-2.1.tar.gz diff --git a/honggfuzz-1.5.tar.gz b/honggfuzz-1.5.tar.gz deleted file mode 100644 index f262127..0000000 --- a/honggfuzz-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e7e6913619b31a8309a551121e6fb33714a6ec8ca907730cd40480c8da7e0d9 -size 79321550 diff --git a/honggfuzz-2.1.tar.gz b/honggfuzz-2.1.tar.gz new file mode 100644 index 0000000..b9506f7 --- /dev/null +++ b/honggfuzz-2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55e7c99c61763ba97ecbe846b66e8f65e911bbcbf8a95d691cc90bbb3e3744b +size 65209308 diff --git a/honggfuzz.changes b/honggfuzz.changes index cd4e5d2..805e0a4 100644 --- a/honggfuzz.changes +++ b/honggfuzz.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Mar 17 13:07:16 UTC 2020 - Martin Pluskal + +- Update to version 2.1: + * string/int comparison enabled for targets built with *SAN, but + w/o hfuzz-cc + * Parallel work made faster by using faster ATOMIC constructs + (check first, then update) + * Implement --experimental_const_feedback - const string/integer + feedback (used as an additional dictionary) + * Sanitizer report files are "better"-deleted (i.e. based on PID + and not TID) + * New patches for fuzzing added (e.g. for bind-9.16.0/9.15.7) + * Buffered output enabled in display.c + * Some functions moved from per-arch arch.c to common subproc.c + * Added suport for bfd/binutils-2.33 + - And more from previous releases - see provided CHANGELOG + ------------------------------------------------------------------- Thu Mar 8 14:06:22 UTC 2018 - mpluskal@suse.com diff --git a/honggfuzz.spec b/honggfuzz.spec index a09f659..ea06013 100644 --- a/honggfuzz.spec +++ b/honggfuzz.spec @@ -1,7 +1,7 @@ # # spec file for package honggfuzz # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: honggfuzz -Version: 1.5 +Version: 2.1 Release: 0 Summary: Security-oriented fuzzer with various analysis options License: Apache-2.0 Group: Development/Tools/Other -URL: http://honggfuzz.com +URL: https://honggfuzz.com Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: binutils-devel BuildRequires: libunwind-devel @@ -38,7 +38,7 @@ evolutionary, feedback-driven fuzzing based on code coverage %build export CFLAGS="%{optflags}" -make %{?_smp_mflags} ARCH_LDFLAGS="-L/usr/local/include -L/usr/include -lpthread -lunwind-ptrace -lunwind-generic -lbfd -lopcodes -lrt -liberty -lz -ldl" +%make_build ARCH_LDFLAGS="-L/usr/local/include -L/usr/include -lpthread -lunwind-ptrace -lunwind-generic -lbfd -lopcodes -lrt -liberty -lz -ldl" %install install -Dpm 0755 %{name} \