mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/afl to 2.19b-1
This commit is contained in:
parent
ebe24a9d13
commit
0dff0b9369
1 changed files with 6 additions and 8 deletions
|
@ -5,25 +5,23 @@
|
|||
# - make with AFL_NO_X86=1
|
||||
|
||||
pkgname=afl
|
||||
pkgver=2.18b
|
||||
pkgver=2.19b
|
||||
pkgrel=1
|
||||
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
|
||||
url="http://lcamtuf.coredump.cx/afl/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('Apache')
|
||||
depends=('glibc' 'bash')
|
||||
optdepends=(
|
||||
'gcc: gcc instrumentation support'
|
||||
'clang: clang instrumentation support'
|
||||
'llvm: experimental clang-fast instrumentation support'
|
||||
'gnuplot: graph plotting support'
|
||||
)
|
||||
optdepends=('gcc: gcc instrumentation support'
|
||||
'clang: clang instrumentation support'
|
||||
'llvm: experimental clang-fast instrumentation support'
|
||||
'gnuplot: graph plotting support')
|
||||
makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
|
||||
provides=('american-fuzzy-lop')
|
||||
replaces=('american-fuzzy-lop')
|
||||
options=('!emptydirs' '!strip')
|
||||
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
|
||||
sha512sums=('ea0198a25d3cd4e4f2b0f32cb9c894aab0c23b7d48c41acbccf7ec74ae1166f6658c1306d05ff11edff7c691a68f4e652d9c53b9a64b30464647ac4f0b4f543d')
|
||||
sha512sums=('07920ba8dcbdaebecc6f229cd3d6b0f84ddbfd586c0563a26953e84af57ae2b9339ddbd74991433829bbc54fc77f50cc70dc23a0cc81d6c0c2652891251c8875')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue