guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: american-fuzzy-lop: Update to 1.96b.


From: Eric Bavier
Subject: 02/02: gnu: american-fuzzy-lop: Update to 1.96b.
Date: Fri, 22 Jan 2016 05:55:17 +0000

bavier pushed a commit to branch master
in repository guix.

commit b6d937d99ee2526f56fbd60e2304a7012faf69d1
Author: Eric Bavier <address@hidden>
Date:   Thu Jan 21 23:52:59 2016 -0600

    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.
---
 gnu/packages/debug.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 3248922..72fd993 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -169,7 +169,7 @@ tools that process C/C++ code.")
                    (_                "UNSUPPORTED"))))
     (package
       (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
        (origin
          (method url-fetch)
@@ -177,7 +177,7 @@ tools that process C/C++ code.")
                              "afl-" version ".tgz"))
          (sha256
           (base32
-           "1by9ncf6lgcyibzqwyla34jv64sd66mn8zhgjz2pcgsds51qwn0r"))))
+           "0z7j231p6v2h1dxxijgdzj1lq1lxr8cxllwf6iyv7p4ki5pv1gh3"))))
       (build-system gnu-build-system)
       (inputs
        `(("custom-qemu"
@@ -238,8 +238,8 @@ tools that process C/C++ code.")
                      (lambda* (#:key inputs outputs #:allow-other-keys)
                        (let ((qemu (assoc-ref inputs "custom-qemu"))
                              (out  (assoc-ref outputs "out")))
-                         (copy-file (string-append qemu "/bin/qemu-" ,machine)
-                                    (string-append out "/bin/afl-qemu-trace"))
+                         (symlink (string-append qemu "/bin/qemu-" ,machine)
+                                  (string-append out "/bin/afl-qemu-trace"))
                          #t)))
                     (delete 'check))))
       (supported-systems (fold delete



reply via email to

[Prev in Thread] Current Thread [Next in Thread]