diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-04-23 11:38:10 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-04-23 11:38:10 +0200 |
commit | 5bb9f9048ad7b73ebc1e696e473d393b6c74aacc (patch) | |
tree | e74bbfdf03275c461d43b82a13bddac57d52070d /testing/afl | |
parent | ee0b45e3be6f26b5ed6f77127b355094f9e0d82e (diff) | |
download | aports-5bb9f9048ad7b73ebc1e696e473d393b6c74aacc.tar.bz2 aports-5bb9f9048ad7b73ebc1e696e473d393b6c74aacc.tar.xz |
testing/afl: upgrade to 2.41b
Diffstat (limited to 'testing/afl')
-rw-r--r-- | testing/afl/APKBUILD | 12 |
1 files 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 <m.buschsieweke@uni-muenster.de> # Maintainer: Marian <m.buschsieweke@uni-muenster.de> 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" |