From b89e6485bb612bd14ed306e8534628cba10f049c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 3 Aug 2016 08:17:59 -0400 Subject: [PATCH] afl-fuzz 2.26b Closes #3574. Signed-off-by: Dominyk Tiller --- Formula/afl-fuzz.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/afl-fuzz.rb b/Formula/afl-fuzz.rb index 13dcf5587e..9ad4e14161 100644 --- a/Formula/afl-fuzz.rb +++ b/Formula/afl-fuzz.rb @@ -1,8 +1,8 @@ class AflFuzz < Formula desc "American fuzzy lop: Security-oriented fuzzer" homepage "http://lcamtuf.coredump.cx/afl/" - url "http://lcamtuf.coredump.cx/afl/releases/afl-2.22b.tgz" - sha256 "9f5ef39927626fe107153ee0c886b0ac3cd16903d0261ca53f64e83e8404a18d" + url "http://lcamtuf.coredump.cx/afl/releases/afl-2.26b.tgz" + sha256 "504140f4f234ba12413ec446f31d2204228efa1b8b755b44e31283293489eff9" bottle do sha256 "d4d3b71d4254158694361419d91602b1f85b3d36dde092607b54cf203fb14bd1" => :el_capitan @@ -15,7 +15,7 @@ class AflFuzz < Formula # behaving correctly!" in a nested login shell. # Reported to lcamtuf@coredump.cx 6th Apr 2016. inreplace "Makefile" do |s| - s.gsub! "all: test_x86 $(PROGS) afl-as test_build all_done", "all: test_x86 $(PROGS) afl-as all_done" + s.gsub! "all: test_x86 $(PROGS) afl-as libdislocator.so test_build all_done", "all: test_x86 $(PROGS) afl-as libdislocator.so all_done" s.gsub! "all_done: test_build", "all_done:" end system "make", "PREFIX=#{prefix}"