- 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
This commit is contained in:
Martin Pluskal 2020-03-17 13:10:26 +00:00 committed by Git OBS Bridge
parent cb30517f06
commit f5d805c214
4 changed files with 26 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Mar 17 13:07:16 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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 Thu Mar 8 14:06:22 UTC 2018 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package honggfuzz # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: honggfuzz
Version: 1.5 Version: 2.1
Release: 0 Release: 0
Summary: Security-oriented fuzzer with various analysis options Summary: Security-oriented fuzzer with various analysis options
License: Apache-2.0 License: Apache-2.0
Group: Development/Tools/Other 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 Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: binutils-devel BuildRequires: binutils-devel
BuildRequires: libunwind-devel BuildRequires: libunwind-devel
@ -38,7 +38,7 @@ evolutionary, feedback-driven fuzzing based on code coverage
%build %build
export CFLAGS="%{optflags}" 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
install -Dpm 0755 %{name} \ install -Dpm 0755 %{name} \