From 5bb9f9048ad7b73ebc1e696e473d393b6c74aacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 23 Apr 2017 11:38:10 +0200 Subject: testing/afl: upgrade to 2.41b --- testing/afl/APKBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/testing/afl/APKBUILD b/testing/afl/APKBUILD index bf266a1aab..c3ae502831 100644 --- a/testing/afl/APKBUILD +++ b/testing/afl/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Marian # Maintainer: Marian pkgname=afl -pkgver=2.39b -pkgrel=1 +pkgver=2.41b +pkgrel=0 pkgdesc="American fuzzy lop - a fuzzer relying on genetic algorithms instead brute force" url="http://lcamtuf.coredump.cx/afl/" arch="all" @@ -23,16 +23,14 @@ package() { cd "$builddir" make AFL_NO_X86=1 PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 llvm_mode/README.llvm \ "$pkgdir"/usr/share/doc/$pkgname/README.llvm_mode # Only install the llvm_mode of afl. Even though this is still - # considered experimental it faster than the gcc mode and portable to - # non-x86 platforms. Therefore only support the llvm_mode is the only - # way to make this package work on all platforms. + # considered experimental it is faster than the gcc mode and + # portable to non-x86 platforms. rm -f "$pkgdir/usr/bin/afl-clang" "$pkgdir/usr/bin/afl-clang++" \ "$pkgdir/usr/bin/afl-gcc" "$pkgdir/usr/bin/afl-g++" } -sha512sums="0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0 afl-2.39b.tgz" +sha512sums="e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f afl-2.41b.tgz" -- cgit v1.2.3