summary refs log tree commit diff
path: root/pkgs/tools/security/afl
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-08-01 22:46:28 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2016-08-02 07:38:00 +0200
commit9e2937ca657b71ec83ab726aeb3110dfc73be4b0 (patch)
tree9453e22dde12174579f6ae280681641569513d8d /pkgs/tools/security/afl
parent0a417845ef00c6964dd2ecf040055bfc3dc7f1f1 (diff)
downloadnixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.tar
nixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.tar.gz
nixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.tar.bz2
nixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.tar.lz
nixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.tar.xz
nixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.tar.zst
nixpkgs-9e2937ca657b71ec83ab726aeb3110dfc73be4b0.zip
afl: 2.10b -> 2.23b
Looks like mostly performance enhancements and stability fixes.  The main
user facing changes appear to be:

- The -Z option was removed
- A macro named FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is defined when
    compiling with afl-gcc

Full changelog at http://lcamtuf.coredump.cx/afl/ChangeLog.txt
Diffstat (limited to 'pkgs/tools/security/afl')
-rw-r--r--pkgs/tools/security/afl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/afl/default.nix b/pkgs/tools/security/afl/default.nix
index a252dad5ea1..eac593e0076 100644
--- a/pkgs/tools/security/afl/default.nix
+++ b/pkgs/tools/security/afl/default.nix
@@ -9,11 +9,11 @@ let
 in
 stdenv.mkDerivation rec {
   name    = "afl-${version}";
-  version = "2.10b";
+  version = "2.23b";
 
   src = fetchurl {
     url    = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
-    sha256 = "1qxz3szsdr3ciz496mjb5v2k8p90nilgnlbwwv9csk828qb2jhc1";
+    sha256 = "152pqrc0py6jk1i3pwn2k928bsgax0d4yavpa3ca29bmrbzpnadh";
   };
 
   # Note: libcgroup isn't needed for building, just for the afl-cgroup