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.
This commit is contained in:
Eric Bavier 2016-01-21 23:52:59 -06:00
parent 2d8211ab30
commit b6d937d99e
1 changed files with 4 additions and 4 deletions

View File

@ -169,7 +169,7 @@ tools that process C/C++ code.")
(_ "UNSUPPORTED")))) (_ "UNSUPPORTED"))))
(package (package
(name "american-fuzzy-lop") (name "american-fuzzy-lop")
(version "1.86b") ;It seems all releases have the 'b' suffix (version "1.96b") ;It seems all releases have the 'b' suffix
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -177,7 +177,7 @@ tools that process C/C++ code.")
"afl-" version ".tgz")) "afl-" version ".tgz"))
(sha256 (sha256
(base32 (base32
"1by9ncf6lgcyibzqwyla34jv64sd66mn8zhgjz2pcgsds51qwn0r")))) "0z7j231p6v2h1dxxijgdzj1lq1lxr8cxllwf6iyv7p4ki5pv1gh3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("custom-qemu" `(("custom-qemu"
@ -238,8 +238,8 @@ tools that process C/C++ code.")
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(let ((qemu (assoc-ref inputs "custom-qemu")) (let ((qemu (assoc-ref inputs "custom-qemu"))
(out (assoc-ref outputs "out"))) (out (assoc-ref outputs "out")))
(copy-file (string-append qemu "/bin/qemu-" ,machine) (symlink (string-append qemu "/bin/qemu-" ,machine)
(string-append out "/bin/afl-qemu-trace")) (string-append out "/bin/afl-qemu-trace"))
#t))) #t)))
(delete 'check)))) (delete 'check))))
(supported-systems (fold delete (supported-systems (fold delete