Accepting request 455029 from devel:tools
1 OBS-URL: https://build.opensuse.org/request/show/455029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=2
This commit is contained in:
commit
3d4c7504cf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 5 01:09:52 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 28 14:32:18 UTC 2017 - mpluskal@suse.com
|
Sat Jan 28 14:32:18 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hongfuzx
|
# spec file for package honggfuzz
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@ Name: honggfuzz
|
|||||||
Version: 0.8
|
Version: 0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Summary: Security oriented fuzzer with powerful analysis options
|
Summary: Security-oriented fuzzer with various analysis options
|
||||||
Url: https://google.github.io/honggfuzz/
|
Url: https://google.github.io/honggfuzz/
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
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
|
||||||
@ -28,8 +28,9 @@ BuildRequires: binutils-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Security oriented fuzzer with powerful analysis options. Supports
|
Security-oriented fuzzer with powerful analysis options. Supports
|
||||||
evolutionary, feedback-driven fuzzing based on code coverage (sw and hw).
|
evolutionary, feedback-driven fuzzing based on code coverage
|
||||||
|
(software and hardware).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -48,4 +49,3 @@ install -D -p -m 0755 %{name} \
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user