summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2016-01-21 23:52:59 -0600
committerEric Bavier <bavier@member.fsf.org>2016-01-21 23:54:48 -0600
commitb6d937d99ee2526f56fbd60e2304a7012faf69d1 (patch)
tree3bb5a8849b4b75976262e3a88061b16908d64f8c /gnu/packages/debug.scm
parent2d8211ab30eb226c6117acf7d066c4e6c6140154 (diff)
gnu: american-fuzzy-lop: Update to 1.96b.
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 1.96b. [arguments]: Create symbolic link to custom qemu, rather than copying.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 3248922ba6a..72fd9930377 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -169,7 +169,7 @@ tools that process C/C++ code.")
169 (_ "UNSUPPORTED")))) 169 (_ "UNSUPPORTED"))))
170 (package 170 (package
171 (name "american-fuzzy-lop") 171 (name "american-fuzzy-lop")
172 (version "1.86b") ;It seems all releases have the 'b' suffix 172 (version "1.96b") ;It seems all releases have the 'b' suffix
173 (source 173 (source
174 (origin 174 (origin
175 (method url-fetch) 175 (method url-fetch)
@@ -177,7 +177,7 @@ tools that process C/C++ code.")
177 "afl-" version ".tgz")) 177 "afl-" version ".tgz"))
178 (sha256 178 (sha256
179 (base32 179 (base32
180 "1by9ncf6lgcyibzqwyla34jv64sd66mn8zhgjz2pcgsds51qwn0r")))) 180 "0z7j231p6v2h1dxxijgdzj1lq1lxr8cxllwf6iyv7p4ki5pv1gh3"))))
181 (build-system gnu-build-system) 181 (build-system gnu-build-system)
182 (inputs 182 (inputs
183 `(("custom-qemu" 183 `(("custom-qemu"
@@ -238,8 +238,8 @@ tools that process C/C++ code.")
238 (lambda* (#:key inputs outputs #:allow-other-keys) 238 (lambda* (#:key inputs outputs #:allow-other-keys)
239 (let ((qemu (assoc-ref inputs "custom-qemu")) 239 (let ((qemu (assoc-ref inputs "custom-qemu"))
240 (out (assoc-ref outputs "out"))) 240 (out (assoc-ref outputs "out")))
241 (copy-file (string-append qemu "/bin/qemu-" ,machine) 241 (symlink (string-append qemu "/bin/qemu-" ,machine)
242 (string-append out "/bin/afl-qemu-trace")) 242 (string-append out "/bin/afl-qemu-trace"))
243 #t))) 243 #t)))
244 (delete 'check)))) 244 (delete 'check))))
245 (supported-systems (fold delete 245 (supported-systems (fold delete