Accepting request 711570 from home:msmeissn:branches:devel:tools
- updated to afl++ 2.52c version, community fork. It integrates various community patches. - community patches to make llvm_mode and qemu_mode faster, plus new features and bugfixes - qemu upgraded to 3.1 - aflfast powerschedules added - llvm_mode now supports llvm up to version 8 OBS-URL: https://build.opensuse.org/request/show/711570 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=94
This commit is contained in:
committed by
Git OBS Bridge
parent
74a803cbc5
commit
380046e33c
10
afl.spec
10
afl.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package afl
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,18 +12,18 @@
|
||||
# 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: afl
|
||||
Version: 2.52b
|
||||
Version: 2.52c
|
||||
Release: 0
|
||||
Summary: American fuzzy lop is a security-oriented fuzzer
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://lcamtuf.coredump.cx/afl/
|
||||
Source: http://lcamtuf.coredump.cx/afl/releases/%{name}-%{version}.tgz
|
||||
Source: https://github.com/vanhauser-thc/AFLplusplus/archive/%{version}.tar.gz
|
||||
Source1: afl-rpmlintrc
|
||||
Patch1: afl-1.58b-fix-paths.patch
|
||||
BuildRequires: gcc-c++
|
||||
@@ -44,7 +44,7 @@ essentially no configuration, and seamlessly handles complex, real-world
|
||||
use cases - say, common image parsing or file compression libraries.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n AFLplusplus-%version
|
||||
%patch1 -p1
|
||||
sed -i 's|#!/usr/bin/env bash|#!/bin/bash|g' afl-cmin
|
||||
|
||||
|
Reference in New Issue
Block a user