[arch-commits] Commit in afl/trunk (PKGBUILD)

2020-10-17 Thread Felix Yan via arch-commits
Date: Saturday, October 17, 2020 @ 11:16:10
  Author: felixonmars
Revision: 725390

upgpkg: afl 2.57b-3: rebuild with llvm 11

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 11:15:40 UTC (rev 725389)
+++ PKGBUILD2020-10-17 11:16:10 UTC (rev 725390)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.57b
-pkgrel=2
+pkgrel=3
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')


[arch-commits] Commit in afl/trunk (PKGBUILD)

2020-07-21 Thread Levente Polyak via arch-commits
Date: Tuesday, July 21, 2020 @ 23:15:24
  Author: anthraxx
Revision: 664785

upgpkg: afl 2.57b-2: rebuild of upstream retag

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 22:41:21 UTC (rev 664784)
+++ PKGBUILD2020-07-21 23:15:24 UTC (rev 664785)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.57b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -19,9 +19,9 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608')
-sha512sums=('78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9')
-b2sums=('08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8')
+sha256sums=('6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee')
+sha512sums=('5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d')
+b2sums=('69029d59451e468528386154e8938a1a7303765e039f98aa05e36f07314398f60ff2578f765142e1f1ff653e5ab93ea53a2efb98abe275046ebacdd3ca8363b6')
 
 build() {
   cd AFL-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2020-07-02 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, July 2, 2020 @ 15:53:39
  Author: sangy
Revision: 657495

upgpkg: afl 2.57b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 15:12:56 UTC (rev 657494)
+++ PKGBUILD2020-07-02 15:53:39 UTC (rev 657495)
@@ -3,8 +3,8 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.56b
-pkgrel=3
+pkgver=2.57b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -19,8 +19,9 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
-b2sums=('974c1efa3999c714068529d24c81e6d0ffb45a487b97625fa4ff538aeb86d43825561d5b496cb47caebf687078699e2ee606d7525424b5890dced14a95417750')
+sha256sums=('a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608')
+sha512sums=('78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9')
+b2sums=('08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8')
 
 build() {
   cd AFL-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2020-04-12 Thread Levente Polyak via arch-commits
Date: Sunday, April 12, 2020 @ 18:51:15
  Author: anthraxx
Revision: 613452

upgpkg: afl 2.56b-3: llvm rebuild

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-12 18:40:09 UTC (rev 613451)
+++ PKGBUILD2020-04-12 18:51:15 UTC (rev 613452)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.56b
-pkgrel=2
+pkgrel=3
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -19,8 +19,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1d4a372e49af02fbcef0dc3ac436d03adff577afc2b6245c783744609d9cdd22')
 
sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
+b2sums=('974c1efa3999c714068529d24c81e6d0ffb45a487b97625fa4ff538aeb86d43825561d5b496cb47caebf687078699e2ee606d7525424b5890dced14a95417750')
 
 build() {
   cd AFL-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2020-02-15 Thread Levente Polyak via arch-commits
Date: Saturday, February 15, 2020 @ 23:19:49
  Author: anthraxx
Revision: 572012

upgpkg: afl 2.56b-2: llvm rebuild

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 23:19:46 UTC (rev 572011)
+++ PKGBUILD2020-02-15 23:19:49 UTC (rev 572012)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.56b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')


[arch-commits] Commit in afl/trunk (PKGBUILD)

2019-10-06 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, October 6, 2019 @ 16:03:33
  Author: sangy
Revision: 513563

upgpkg: afl 2.56b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-06 15:53:13 UTC (rev 513562)
+++ PKGBUILD2019-10-06 16:03:33 UTC (rev 513563)
@@ -3,7 +3,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.54b
+pkgver=2.56b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -19,8 +19,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('01933db5ed60bf0d62215a87d68bc42e9aa1ad7ca00db34d44d7a73eaeefa38d')
-sha512sums=('3c4816994190f95f5ed48076decbeb6f2eca507dd86a940945f1b43bd6bbe1b04f94a143189a260ab78ed3acfe36496e82a3a6dec0a3469d72c430834fe5d769')
+sha256sums=('1d4a372e49af02fbcef0dc3ac436d03adff577afc2b6245c783744609d9cdd22')
+sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
 
 build() {
   cd AFL-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2019-09-13 Thread Santiago Torres-Arias via arch-commits
Date: Friday, September 13, 2019 @ 15:32:31
  Author: sangy
Revision: 510347

upgpkg: afl 2.54b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 15:03:26 UTC (rev 510346)
+++ PKGBUILD2019-09-13 15:32:31 UTC (rev 510347)
@@ -1,8 +1,9 @@
 # Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.53b
+pkgver=2.54b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,8 +19,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ea4917c0c982f45866d6fbf129a78eb9959736bd69bb269cab57f2695661e6e6')
-sha512sums=('709fba16eda4b0175273ac24e2fcb0fa469d203b666c87a367a3bd76e3acea1f67642b8f492065b5b5b04c0224a47aa121e7b056a1b39de8cf8979f9367cd051')
+sha256sums=('01933db5ed60bf0d62215a87d68bc42e9aa1ad7ca00db34d44d7a73eaeefa38d')
+sha512sums=('3c4816994190f95f5ed48076decbeb6f2eca507dd86a940945f1b43bd6bbe1b04f94a143189a260ab78ed3acfe36496e82a3a6dec0a3469d72c430834fe5d769')
 
 build() {
   cd AFL-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2019-08-12 Thread Levente Polyak via arch-commits
Date: Monday, August 12, 2019 @ 09:20:50
  Author: anthraxx
Revision: 499010

upgpkg: afl 2.53b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-12 09:20:08 UTC (rev 499009)
+++ PKGBUILD2019-08-12 09:20:50 UTC (rev 499010)
@@ -2,8 +2,8 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.52b
-pkgrel=2
+pkgver=2.53b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -17,18 +17,18 @@
 provides=('american-fuzzy-lop')
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
-source=(http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha256sums=('43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045')
-sha512sums=('30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f')
+source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ea4917c0c982f45866d6fbf129a78eb9959736bd69bb269cab57f2695661e6e6')
+sha512sums=('709fba16eda4b0175273ac24e2fcb0fa469d203b666c87a367a3bd76e3acea1f67642b8f492065b5b5b04c0224a47aa121e7b056a1b39de8cf8979f9367cd051')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd AFL-${pkgver}
   make PREFIX=/usr
   make -C llvm_mode PREFIX=/usr
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd AFL-${pkgver}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
   install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in afl/trunk (PKGBUILD)

2019-02-10 Thread Levente Polyak via arch-commits
Date: Sunday, February 10, 2019 @ 20:27:38
  Author: anthraxx
Revision: 431671

upgpkg: afl 2.52b-2 (llvm-32 support FS#55087)

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 20:15:29 UTC (rev 431670)
+++ PKGBUILD2019-02-10 20:27:38 UTC (rev 431671)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=2.52b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -13,11 +13,11 @@
 'clang: clang instrumentation support'
 'llvm: experimental clang-fast instrumentation support'
 'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
 provides=('american-fuzzy-lop')
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+source=(http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
 sha256sums=('43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045')
 
sha512sums=('30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f')
 


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:36:11
  Author: anthraxx
Revision: 265488

upgpkg: afl 2.52b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:34:21 UTC (rev 265487)
+++ PKGBUILD2017-11-05 22:36:11 UTC (rev 265488)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.51b
+pkgver=2.52b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,8 +18,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha256sums=('d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97')
-sha512sums=('fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c')
+sha256sums=('43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045')
+sha512sums=('30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-09-11 Thread Levente Polyak
Date: Monday, September 11, 2017 @ 11:53:43
  Author: anthraxx
Revision: 256899

upgpkg: afl 2.51b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 11:44:24 UTC (rev 256898)
+++ PKGBUILD2017-09-11 11:53:43 UTC (rev 256899)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.50b
+pkgver=2.51b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,8 +18,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha256sums=('0bdb0efd77b394b8b1a816e957a6dc27ffe01007d73c6247b9e424f0e36176c5')
-sha512sums=('a06cc3c8f0613e105805b4dfba59fffcc2b6d9b519df56dc4af7085f1edffa1a63b9a5cccd1b65354b87584c7b060f71b50e7ad29f55584799d20479b898a4f9')
+sha256sums=('d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97')
+sha512sums=('fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-08-23 Thread Levente Polyak
Date: Wednesday, August 23, 2017 @ 20:35:02
  Author: anthraxx
Revision: 253099

upgpkg: afl 2.50b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-23 20:28:53 UTC (rev 253098)
+++ PKGBUILD2017-08-23 20:35:02 UTC (rev 253099)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.49b
+pkgver=2.50b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('2edf84fe2398377b2259c5b56452014cd9168149f9da7cc180578817c7a89cb7ba536a09929b5bb0925b35f00022877693c70f0d0a13dfbef9d05ca75ad19017')
+sha256sums=('0bdb0efd77b394b8b1a816e957a6dc27ffe01007d73c6247b9e424f0e36176c5')
+sha512sums=('a06cc3c8f0613e105805b4dfba59fffcc2b6d9b519df56dc4af7085f1edffa1a63b9a5cccd1b65354b87584c7b060f71b50e7ad29f55584799d20479b898a4f9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-08-03 Thread Levente Polyak
Date: Thursday, August 3, 2017 @ 14:43:45
  Author: anthraxx
Revision: 247795

upgpkg: afl 2.49b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 14:43:17 UTC (rev 247794)
+++ PKGBUILD2017-08-03 14:43:45 UTC (rev 247795)
@@ -2,8 +2,8 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.44b
-pkgrel=2
+pkgver=2.49b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3')
+sha512sums=('2edf84fe2398377b2259c5b56452014cd9168149f9da7cc180578817c7a89cb7ba536a09929b5bb0925b35f00022877693c70f0d0a13dfbef9d05ca75ad19017')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:40:47
  Author: bpiotrowski
Revision: 243939

2.44b-2: PIE static libraries rebuild

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:40:36 UTC (rev 243938)
+++ PKGBUILD2017-07-11 06:40:47 UTC (rev 243939)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=2.44b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-07-03 Thread Levente Polyak
Date: Monday, July 3, 2017 @ 09:53:18
  Author: anthraxx
Revision: 242152

upgpkg: afl 2.44b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-03 09:48:04 UTC (rev 242151)
+++ PKGBUILD2017-07-03 09:53:18 UTC (rev 242152)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.41b
+pkgver=2.44b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f')
+sha512sums=('35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:09:25
  Author: anthraxx
Revision: 227906

upgpkg: afl 2.41b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 18:28:36 UTC (rev 227905)
+++ PKGBUILD2017-05-13 19:09:25 UTC (rev 227906)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.39b
+pkgver=2.41b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0')
+sha512sums=('e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-02-03 Thread Levente Polyak
Date: Friday, February 3, 2017 @ 17:51:15
  Author: anthraxx
Revision: 209755

upgpkg: afl 2.39b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-03 17:32:56 UTC (rev 209754)
+++ PKGBUILD2017-02-03 17:51:15 UTC (rev 209755)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.36b
+pkgver=2.39b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d')
+sha512sums=('0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-01-15 Thread Levente Polyak
Date: Sunday, January 15, 2017 @ 17:37:27
  Author: anthraxx
Revision: 207477

upgpkg: afl 2.36b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 16:58:58 UTC (rev 207476)
+++ PKGBUILD2017-01-15 17:37:27 UTC (rev 207477)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.35b
+pkgver=2.36b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5')
+sha512sums=('3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-09-29 Thread Levente Polyak
Date: Thursday, September 29, 2016 @ 12:26:59
  Author: anthraxx
Revision: 190830

upgpkg: afl 2.35b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 12:26:26 UTC (rev 190829)
+++ PKGBUILD2016-09-29 12:26:59 UTC (rev 190830)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.33b
+pkgver=2.35b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('54a6e9420d9faf01364fdc46ebdc5a68ae138270eb723cae7e9c14381f97b06148b179d864690fbaf9fb6989739a1a65dcc4d40078ef01dd5d954cff13410063')
+sha512sums=('77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-08-30 Thread Levente Polyak
Date: Tuesday, August 30, 2016 @ 21:53:49
  Author: anthraxx
Revision: 188077

upgpkg: afl 2.33b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 20:37:00 UTC (rev 188076)
+++ PKGBUILD2016-08-30 21:53:49 UTC (rev 188077)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.32b
+pkgver=2.33b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f')
+sha512sums=('54a6e9420d9faf01364fdc46ebdc5a68ae138270eb723cae7e9c14381f97b06148b179d864690fbaf9fb6989739a1a65dcc4d40078ef01dd5d954cff13410063')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-08-23 Thread Levente Polyak
Date: Tuesday, August 23, 2016 @ 17:33:40
  Author: anthraxx
Revision: 187416

upgpkg: afl 2.32b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 16:56:50 UTC (rev 187415)
+++ PKGBUILD2016-08-23 17:33:40 UTC (rev 187416)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.30b
+pkgver=2.32b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
+sha512sums=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,7 +29,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 18:01:47
  Author: anthraxx
Revision: 186434

upgpkg: afl 2.30b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 17:57:45 UTC (rev 186433)
+++ PKGBUILD2016-08-11 18:01:47 UTC (rev 186434)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.28b
+pkgver=2.30b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('77b05f2b40d83ecef26dba60bf8a482a2331ef46dcab92cd183eaa784461550d1c004c55a023f1f18b0ab51310d3a84692ba766878bd322ea9080612cb9a')
+sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-08-07 Thread Levente Polyak
Date: Sunday, August 7, 2016 @ 10:19:49
  Author: anthraxx
Revision: 185781

upgpkg: afl 2.28b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 10:16:15 UTC (rev 185780)
+++ PKGBUILD2016-08-07 10:19:49 UTC (rev 185781)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.27b
+pkgver=2.28b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('cca6f530dd67b8c155185f450794fa48083b0dd502ee249ea9f4db4631284b975bae2d165aee012c28125c0e98e3b84c9cd819d282d699687cfb6592b31fe64d')
+sha512sums=('77b05f2b40d83ecef26dba60bf8a482a2331ef46dcab92cd183eaa784461550d1c004c55a023f1f18b0ab51310d3a84692ba766878bd322ea9080612cb9a')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-08-06 Thread Levente Polyak
Date: Saturday, August 6, 2016 @ 11:33:07
  Author: anthraxx
Revision: 185601

upgpkg: afl 2.27b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 11:17:20 UTC (rev 185600)
+++ PKGBUILD2016-08-06 11:33:07 UTC (rev 185601)
@@ -2,10 +2,10 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.21b
+pkgver=2.27b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/";
+url='http://lcamtuf.coredump.cx/afl/'
 arch=('i686' 'x86_64')
 license=('Apache')
 depends=('glibc' 'bash')
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('28f76ca856121fffd24869c01369400f1138821bce2f43b77f223b23f994522a90eec0e2d9c5bde49135ffa63299dbeb4e4fcace071960d0975d02ea253b3f3e')
+sha512sums=('cca6f530dd67b8c155185f450794fa48083b0dd502ee249ea9f4db4631284b975bae2d165aee012c28125c0e98e3b84c9cd819d282d699687cfb6592b31fe64d')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-07-30 Thread Levente Polyak
Date: Saturday, July 30, 2016 @ 23:09:12
  Author: anthraxx
Revision: 184685

upgpkg: afl 2.21b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-30 23:08:51 UTC (rev 184684)
+++ PKGBUILD2016-07-30 23:09:12 UTC (rev 184685)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.19b
+pkgver=2.21b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('07920ba8dcbdaebecc6f229cd3d6b0f84ddbfd586c0563a26953e84af57ae2b9339ddbd74991433829bbc54fc77f50cc70dc23a0cc81d6c0c2652891251c8875')
+sha512sums=('28f76ca856121fffd24869c01369400f1138821bce2f43b77f223b23f994522a90eec0e2d9c5bde49135ffa63299dbeb4e4fcace071960d0975d02ea253b3f3e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-07-06 Thread Levente Polyak
Date: Wednesday, July 6, 2016 @ 15:30:58
  Author: anthraxx
Revision: 182403

upgpkg: afl 2.19b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 14:17:25 UTC (rev 182402)
+++ PKGBUILD2016-07-06 15:30:58 UTC (rev 182403)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 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/";
@@ -9,18 +9,16 @@
 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}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-07-03 Thread Levente Polyak
Date: Sunday, July 3, 2016 @ 18:26:53
  Author: anthraxx
Revision: 181903

upgpkg: afl 2.18b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 18:26:33 UTC (rev 181902)
+++ PKGBUILD2016-07-03 18:26:53 UTC (rev 181903)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.17b
+pkgver=2.18b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('6b43275015b54978ab501222cb398686961c58e94b4a63b945c3aa648f804347291f3d6385afeda439f41538bc9b3a9d8267b5a8dfc959302b474b3afdf19483')
+sha512sums=('ea0198a25d3cd4e4f2b0f32cb9c894aab0c23b7d48c41acbccf7ec74ae1166f6658c1306d05ff11edff7c691a68f4e652d9c53b9a64b30464647ac4f0b4f543d')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-07-01 Thread Levente Polyak
Date: Friday, July 1, 2016 @ 16:01:30
  Author: anthraxx
Revision: 181725

upgpkg: afl 2.17b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-01 16:00:49 UTC (rev 181724)
+++ PKGBUILD2016-07-01 16:01:30 UTC (rev 181725)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.16b
+pkgver=2.17b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('37207f4592cf2cacc9dcbf51faa15a059eb9065e736025d709090a172c0a341848846df5de79861879a24ac01bcb978ca56862c5928d7910ad9359238c3f2cfc')
+sha512sums=('6b43275015b54978ab501222cb398686961c58e94b4a63b945c3aa648f804347291f3d6385afeda439f41538bc9b3a9d8267b5a8dfc959302b474b3afdf19483')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-06-26 Thread Levente Polyak
Date: Sunday, June 26, 2016 @ 12:35:45
  Author: anthraxx
Revision: 181225

upgpkg: afl 2.16b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-26 10:31:57 UTC (rev 181224)
+++ PKGBUILD2016-06-26 12:35:45 UTC (rev 181225)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.15b
+pkgver=2.16b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('7669a0e3b6945fe957796788e29c707f9d27f4fa28bb4f112ec5aee6d6594977eca58abb697c33dbb3c8e4a5e033ce8d4cca9064f02b27d27a453702fceea907')
+sha512sums=('37207f4592cf2cacc9dcbf51faa15a059eb9065e736025d709090a172c0a341848846df5de79861879a24ac01bcb978ca56862c5928d7910ad9359238c3f2cfc')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 21:41:50
  Author: anthraxx
Revision: 180438

upgpkg: afl 2.15b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 17:45:45 UTC (rev 180437)
+++ PKGBUILD2016-06-18 21:41:50 UTC (rev 180438)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.14b
+pkgver=2.15b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e')
+sha512sums=('7669a0e3b6945fe957796788e29c707f9d27f4fa28bb4f112ec5aee6d6594977eca58abb697c33dbb3c8e4a5e033ce8d4cca9064f02b27d27a453702fceea907')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-06-12 Thread Levente Polyak
Date: Sunday, June 12, 2016 @ 15:34:19
  Author: anthraxx
Revision: 179716

upgpkg: afl 2.14b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-12 13:33:12 UTC (rev 179715)
+++ PKGBUILD2016-06-12 13:34:19 UTC (rev 179716)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.13b
+pkgver=2.14b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('00e922a4c11c015173eabd4ca897df29ab785bae97eb78eb0a7a68acd802e3596f37dac62370b2a52036cc4f17ac640f5eebeb4e8916b3bb727429dee49ce3d1')
+sha512sums=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:52:24
  Author: anthraxx
Revision: 175549

upgpkg: afl 2.13b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 16:52:10 UTC (rev 175548)
+++ PKGBUILD2016-05-17 16:52:24 UTC (rev 175549)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.12b
+pkgver=2.13b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('76e5018cc7ece1e9d164e91ec3552925454b85bf9d981fc2eb6a718fdb06741796b323605ddba93d01df0d9512309ba89554735b7b08c5bf8ad69257b3665e64')
+sha512sums=('00e922a4c11c015173eabd4ca897df29ab785bae97eb78eb0a7a68acd802e3596f37dac62370b2a52036cc4f17ac640f5eebeb4e8916b3bb727429dee49ce3d1')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-05-05 Thread Levente Polyak
Date: Thursday, May 5, 2016 @ 21:20:50
  Author: anthraxx
Revision: 173858

upgpkg: afl 2.12b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 19:01:11 UTC (rev 173857)
+++ PKGBUILD2016-05-05 19:20:50 UTC (rev 173858)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.10b
+pkgver=2.12b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('2273632f156427967bb794ecbf013aebe06d769c27c2fb26e9550d376364e4e3750ff0ebe0d5a6a29bf9ecf39fdf724b7dd0666ed0467584cd4863893e619b1e')
+sha512sums=('76e5018cc7ece1e9d164e91ec3552925454b85bf9d981fc2eb6a718fdb06741796b323605ddba93d01df0d9512309ba89554735b7b08c5bf8ad69257b3665e64')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-04-03 Thread Levente Polyak
Date: Sunday, April 3, 2016 @ 18:24:40
  Author: anthraxx
Revision: 169400

upgpkg: afl 2.10b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 16:24:24 UTC (rev 169399)
+++ PKGBUILD2016-04-03 16:24:40 UTC (rev 169400)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.09b
+pkgver=2.10b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9e221cfba1a8f7195d56b3933698ff39cf69277f048fe5f0628842e52cd0129307f5799f09d247ae6c409c92397523358d7fbc610ce00af66effd2e4642b2bcd')
+sha512sums=('2273632f156427967bb794ecbf013aebe06d769c27c2fb26e9550d376364e4e3750ff0ebe0d5a6a29bf9ecf39fdf724b7dd0666ed0467584cd4863893e619b1e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-03-29 Thread Levente Polyak
Date: Tuesday, March 29, 2016 @ 17:32:27
  Author: anthraxx
Revision: 168798

upgpkg: afl 2.09b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-29 15:30:14 UTC (rev 168797)
+++ PKGBUILD2016-03-29 15:32:27 UTC (rev 168798)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.08b
+pkgver=2.09b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -15,12 +15,12 @@
   'llvm: experimental clang-fast instrumentation support'
   'gnuplot: graph plotting support'
 )
-makedepends=('clang' 'llvm' 'gcc')
+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=('b63aaf2dd00d395101f79f27cb1d54a829ba5f2c7a87c97496fce58bf9c994e8bdb87feb897285eff6e9392e9d11104bdc792d4f29e0b1c2e40e5cd387f4f250')
+sha512sums=('9e221cfba1a8f7195d56b3933698ff39cf69277f048fe5f0628842e52cd0129307f5799f09d247ae6c409c92397523358d7fbc610ce00af66effd2e4642b2bcd')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-03-13 Thread Levente Polyak
Date: Monday, March 14, 2016 @ 01:26:58
  Author: anthraxx
Revision: 166565

upgpkg: afl 2.08b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 22:09:50 UTC (rev 166564)
+++ PKGBUILD2016-03-14 00:26:58 UTC (rev 166565)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.07b
+pkgver=2.08b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('784e731ca76615493309624e7d1e64556589da624f3a9f839e948c2bd40923b21dd1074235f15c23490b3ec3a8111f386d299ab6e120cc3a2d732a704716c116')
+sha512sums=('b63aaf2dd00d395101f79f27cb1d54a829ba5f2c7a87c97496fce58bf9c994e8bdb87feb897285eff6e9392e9d11104bdc792d4f29e0b1c2e40e5cd387f4f250')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-03-11 Thread Levente Polyak
Date: Saturday, March 12, 2016 @ 01:08:45
  Author: anthraxx
Revision: 166174

upgpkg: afl 2.07b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 00:08:03 UTC (rev 166173)
+++ PKGBUILD2016-03-12 00:08:45 UTC (rev 166174)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.06b
+pkgver=2.07b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6')
+sha512sums=('784e731ca76615493309624e7d1e64556589da624f3a9f839e948c2bd40923b21dd1074235f15c23490b3ec3a8111f386d299ab6e120cc3a2d732a704716c116')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:43:48
  Author: anthraxx
Revision: 165363

upgpkg: afl 2.06b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:43:01 UTC (rev 165362)
+++ PKGBUILD2016-03-06 13:43:48 UTC (rev 165363)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.05b
+pkgver=2.06b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
+sha512sums=('3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-03-04 Thread Levente Polyak
Date: Friday, March 4, 2016 @ 12:30:03
  Author: anthraxx
Revision: 164736

upgpkg: afl 2.05b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 11:28:15 UTC (rev 164735)
+++ PKGBUILD2016-03-04 11:30:03 UTC (rev 164736)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.04b
+pkgver=2.05b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('d09d36bf85f6a36fc981b6804202b01fba84b2b879647de9211df89e77ca58e526f5b2158a6fa5f1a647e8b588b20fd34cb012011728537d61b4924a22a866db')
+sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-23 Thread Levente Polyak
Date: Wednesday, February 24, 2016 @ 01:16:43
  Author: anthraxx
Revision: 163246

upgpkg: afl 2.04b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-23 22:58:57 UTC (rev 163245)
+++ PKGBUILD2016-02-24 00:16:43 UTC (rev 163246)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.03b
+pkgver=2.04b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9b15574e30cb065900e43f2fd7b97e34b2d9e43a37f84423c9022c6363c7d0a211aaf1adaa52f389484e717abcd0929d330a8fb8e661d906b2818dfcf6987c96')
+sha512sums=('d09d36bf85f6a36fc981b6804202b01fba84b2b879647de9211df89e77ca58e526f5b2158a6fa5f1a647e8b588b20fd34cb012011728537d61b4924a22a866db')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-21 Thread Levente Polyak
Date: Monday, February 22, 2016 @ 02:04:22
  Author: anthraxx
Revision: 163112

upgpkg: afl 2.03b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-22 01:04:01 UTC (rev 163111)
+++ PKGBUILD2016-02-22 01:04:22 UTC (rev 163112)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.02b
+pkgver=2.03b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('b11ced0f3c4054d23a3ef8dac6640614ab845a902dde1f074962be249ab3323838a1832c938e868dfbb92bf5d71458ae53823ca2716e087ade694e27d3c17567')
+sha512sums=('9b15574e30cb065900e43f2fd7b97e34b2d9e43a37f84423c9022c6363c7d0a211aaf1adaa52f389484e717abcd0929d330a8fb8e661d906b2818dfcf6987c96')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-18 Thread Levente Polyak
Date: Friday, February 19, 2016 @ 01:18:10
  Author: anthraxx
Revision: 162394

upgpkg: afl 2.02b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 00:06:07 UTC (rev 162393)
+++ PKGBUILD2016-02-19 00:18:10 UTC (rev 162394)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.01b
+pkgver=2.02b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('0d4654d0e39f77de866833144a3c8b5a719f3b857481904ca8f723f4d3ff72981b14b2bc06bab67862e5472b41963844ea1c8e6ba2ae4b278f77214416365321')
+sha512sums=('b11ced0f3c4054d23a3ef8dac6640614ab845a902dde1f074962be249ab3323838a1832c938e868dfbb92bf5d71458ae53823ca2716e087ade694e27d3c17567')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-17 Thread Levente Polyak
Date: Wednesday, February 17, 2016 @ 18:45:11
  Author: anthraxx
Revision: 162109

upgpkg: afl 2.01b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 16:53:06 UTC (rev 162108)
+++ PKGBUILD2016-02-17 17:45:11 UTC (rev 162109)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.00b
+pkgver=2.01b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
+sha512sums=('0d4654d0e39f77de866833144a3c8b5a719f3b857481904ca8f723f4d3ff72981b14b2bc06bab67862e5472b41963844ea1c8e6ba2ae4b278f77214416365321')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-12 Thread Levente Polyak
Date: Friday, February 12, 2016 @ 12:57:01
  Author: anthraxx
Revision: 161421

upgpkg: afl 2.00b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 07:57:44 UTC (rev 161420)
+++ PKGBUILD2016-02-12 11:57:01 UTC (rev 161421)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.99b
+pkgver=2.00b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
+sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-11 Thread Levente Polyak
Date: Thursday, February 11, 2016 @ 15:02:02
  Author: anthraxx
Revision: 161221

upgpkg: afl 1.99b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 14:01:18 UTC (rev 161220)
+++ PKGBUILD2016-02-11 14:02:02 UTC (rev 161221)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.98b
+pkgver=1.99b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('09822de2ae741531838ed22ae0ccac6277ec0fb211939f5eba4962829eb34d97d60d164d8da13f81402d03a42cb72f07d519facb80d999ac1d44ab510bfefdc9')
+sha512sums=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 15:44:20
  Author: anthraxx
Revision: 161054

upgpkg: afl 1.98b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 14:43:10 UTC (rev 161053)
+++ PKGBUILD2016-02-10 14:44:20 UTC (rev 161054)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.96b
+pkgver=1.98b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
+sha512sums=('09822de2ae741531838ed22ae0ccac6277ec0fb211939f5eba4962829eb34d97d60d164d8da13f81402d03a42cb72f07d519facb80d999ac1d44ab510bfefdc9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-12-16 Thread Levente Polyak
Date: Thursday, December 17, 2015 @ 01:02:15
  Author: anthraxx
Revision: 153474

upgpkg: afl 1.96b-1

upgpkg: afl 1.96b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:34:09 UTC (rev 153473)
+++ PKGBUILD2015-12-17 00:02:15 UTC (rev 153474)
@@ -2,11 +2,11 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.95b
-pkgrel=2
+pkgver=1.96b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/";
 arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/";
 license=('Apache')
 depends=('glibc' 'bash')
 optdepends=(
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
+sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-12-05 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 17:55:58
  Author: foutrelis
Revision: 148550

C++11 ABI rebuild

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 16:55:14 UTC (rev 148549)
+++ PKGBUILD2015-12-05 16:55:58 UTC (rev 148550)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=1.95b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
 url="http://lcamtuf.coredump.cx/afl/";


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-11-28 Thread Levente Polyak
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
===
--- PKGBUILD2015-11-28 21:22:18 UTC (rev 147910)
+++ PKGBUILD2015-11-28 23:13:42 UTC (rev 147911)
@@ -2,8 +2,8 @@
 # Contributor: spider-mario 
 
 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}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-10-26 Thread Levente Polyak
Date: Tuesday, October 27, 2015 @ 03:27:42
  Author: anthraxx
Revision: 145054

upgpkg: afl 1.94b-2

upgpkg: afl 1.94b-2

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 21:19:16 UTC (rev 145053)
+++ PKGBUILD2015-10-27 02:27:42 UTC (rev 145054)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=1.94b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
 url="http://lcamtuf.coredump.cx/afl/";
@@ -12,7 +12,9 @@
 optdepends=(
   'gcc: gcc instrumentation support'
   'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
 )
+makedepends=('clang' 'llvm' 'gcc')
 provides=('american-fuzzy-lop')
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
@@ -22,11 +24,13 @@
 build() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
 }
 
 package() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-09-12 Thread Levente Polyak
Date: Saturday, September 12, 2015 @ 19:52:28
  Author: anthraxx
Revision: 139984

upgpkg: afl 1.94b-1

upgpkg: afl 1.94b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 17:51:53 UTC (rev 139983)
+++ PKGBUILD2015-09-12 17:52:28 UTC (rev 139984)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.93b
+pkgver=1.94b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('2fc402c78c183ab6988957054a40dfd4a48d99536a7f32d573655812eb39e118d9813acfeb6e27b643ef414a23746b7514233acecce6601e04a23feb6e82860a')
+sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-09-09 Thread Levente Polyak
Date: Thursday, September 10, 2015 @ 02:19:59
  Author: anthraxx
Revision: 139709

upgpkg: afl 1.93b-1

upgpkg: afl 1.93b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 00:17:17 UTC (rev 139708)
+++ PKGBUILD2015-09-10 00:19:59 UTC (rev 139709)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.92b
+pkgver=1.93b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('abb2c6cc9d28d522b59d28821e2eb7b82e4cc37212f1a02c848e9ef05fed008a0f3f57c8defb3384880700f9da23412a9ac77bd6afd7fbb30f0e4ad501e04148')
+sha512sums=('2fc402c78c183ab6988957054a40dfd4a48d99536a7f32d573655812eb39e118d9813acfeb6e27b643ef414a23746b7514233acecce6601e04a23feb6e82860a')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-09-03 Thread Levente Polyak
Date: Thursday, September 3, 2015 @ 22:08:16
  Author: anthraxx
Revision: 139169

upgpkg: afl 1.92b-1

upgpkg: afl 1.92b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-03 19:32:02 UTC (rev 139168)
+++ PKGBUILD2015-09-03 20:08:16 UTC (rev 139169)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.90b
+pkgver=1.92b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('eb78f1ab61af887179b1c49a7a2e67ab6a67c61eefe574492db488aaab5ee0dd0468761d08f7c37bccab3f09fd62cbc74283ab429e1fe3d11bcb60663a093b93')
+sha512sums=('abb2c6cc9d28d522b59d28821e2eb7b82e4cc37212f1a02c848e9ef05fed008a0f3f57c8defb3384880700f9da23412a9ac77bd6afd7fbb30f0e4ad501e04148')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,4 +29,4 @@
   make PREFIX=/usr DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-09-03 Thread Levente Polyak
Date: Thursday, September 3, 2015 @ 13:42:20
  Author: anthraxx
Revision: 139131

upgpkg: afl 1.90b-1

upgpkg: afl 1.90b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-03 10:20:11 UTC (rev 139130)
+++ PKGBUILD2015-09-03 11:42:20 UTC (rev 139131)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.89b
+pkgver=1.90b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('33ced2c68dd6a6bd9adc78e5b0ccd2615035c181ea6e77561717e024b6ea0022d1840932d866fd114c04baae174e827d5b07996fa903c108f30de5c87a379b75')
+sha512sums=('eb78f1ab61af887179b1c49a7a2e67ab6a67c61eefe574492db488aaab5ee0dd0468761d08f7c37bccab3f09fd62cbc74283ab429e1fe3d11bcb60663a093b93')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-31 Thread Levente Polyak
Date: Tuesday, September 1, 2015 @ 01:52:45
  Author: anthraxx
Revision: 139050

upgpkg: afl 1.89b-1

upgpkg: afl 1.89b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 21:33:31 UTC (rev 139049)
+++ PKGBUILD2015-08-31 23:52:45 UTC (rev 139050)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.88b
+pkgver=1.89b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
+sha512sums=('33ced2c68dd6a6bd9adc78e5b0ccd2615035c181ea6e77561717e024b6ea0022d1840932d866fd114c04baae174e827d5b07996fa903c108f30de5c87a379b75')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 23:30:19
  Author: anthraxx
Revision: 138952

upgpkg: afl 1.88b-1

upgpkg: afl 1.88b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 21:26:44 UTC (rev 138951)
+++ PKGBUILD2015-08-29 21:30:19 UTC (rev 138952)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.87b
+pkgver=1.88b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
+sha512sums=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-27 Thread Levente Polyak
Date: Thursday, August 27, 2015 @ 16:57:39
  Author: anthraxx
Revision: 138814

upgpkg: afl 1.87b-1

upgpkg: afl 1.87b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-27 11:45:26 UTC (rev 138813)
+++ PKGBUILD2015-08-27 14:57:39 UTC (rev 138814)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.86b
+pkgver=1.87b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
+sha512sums=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-09 Thread Levente Polyak
Date: Sunday, August 9, 2015 @ 15:19:37
  Author: anthraxx
Revision: 138142

upgpkg: afl 1.86b-1

upgpkg afl 1.86b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 11:56:13 UTC (rev 138141)
+++ PKGBUILD2015-08-09 13:19:37 UTC (rev 138142)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.85b
+pkgver=1.86b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
+sha512sums=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:32:16
  Author: anthraxx
Revision: 137664

upgpkg: afl 1.85b-1

updpkg afl 1.85b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
+++ PKGBUILD2015-08-01 15:32:16 UTC (rev 137664)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.84b
+pkgver=1.85b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
+sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-07-27 Thread Levente Polyak
Date: Monday, July 27, 2015 @ 11:29:34
  Author: anthraxx
Revision: 137485

upgpkg: afl 1.84b-1

updpkg afl 1.84b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:25:03 UTC (rev 137484)
+++ PKGBUILD2015-07-27 09:29:34 UTC (rev 137485)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.83b
+pkgver=1.84b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
+sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-06-19 Thread Levente Polyak
Date: Saturday, June 20, 2015 @ 01:10:02
  Author: anthraxx
Revision: 135630

upgpkg: afl 1.83b-1

updpkg afl 1.83b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 21:42:56 UTC (rev 135629)
+++ PKGBUILD2015-06-19 23:10:02 UTC (rev 135630)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.80b
+pkgver=1.83b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
 
 build() {
   cd ${pkgname}-${pkgver}