[arch-commits] Commit in afl/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat Nov 28 23:13:42 UTC 2015
Date: Sunday, November 29, 2015 @ 00:13:42
Author: anthraxx
Revision: 147911
upgpkg: afl 1.95b-1
upgpkg: afl 1.95b-1
Modified:
afl/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-28 21:22:18 UTC (rev 147910)
+++ PKGBUILD 2015-11-28 23:13:42 UTC (rev 147911)
@@ -2,8 +2,8 @@
# Contributor: spider-mario <spidermario at free.fr>
pkgname=afl
-pkgver=1.94b
-pkgrel=2
+pkgver=1.95b
+pkgrel=1
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
arch=('i686' 'x86_64')
url="http://lcamtuf.coredump.cx/afl/"
@@ -13,6 +13,7 @@
'gcc: gcc instrumentation support'
'clang: clang instrumentation support'
'llvm: experimental clang-fast instrumentation support'
+ 'gnuplot: graph plotting support'
)
makedepends=('clang' 'llvm' 'gcc')
provides=('american-fuzzy-lop')
@@ -19,7 +20,7 @@
replaces=('american-fuzzy-lop')
options=('!emptydirs' '!strip')
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
+sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list