[arch-commits] Commit in afl/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Fri Feb 12 11:57:09 UTC 2016


    Date: Friday, February 12, 2016 @ 12:57:09
  Author: anthraxx
Revision: 161422

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/PKGBUILD
    (from rev 161421, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
    (from rev 161421, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-12 11:57:01 UTC (rev 161421)
+++ community-i686/PKGBUILD	2016-02-12 11:57:09 UTC (rev 161422)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: spider-mario <spidermario at free.fr>
-
-pkgname=afl
-pkgver=1.99b
-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'
-)
-makedepends=('clang' 'llvm' 'gcc')
-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=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
-
-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:

Copied: afl/repos/community-i686/PKGBUILD (from rev 161421, afl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-12 11:57:09 UTC (rev 161422)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: spider-mario <spidermario at free.fr>
+
+pkgname=afl
+pkgver=2.00b
+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'
+)
+makedepends=('clang' 'llvm' 'gcc')
+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=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
+
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-12 11:57:01 UTC (rev 161421)
+++ community-x86_64/PKGBUILD	2016-02-12 11:57:09 UTC (rev 161422)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: spider-mario <spidermario at free.fr>
-
-pkgname=afl
-pkgver=1.99b
-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'
-)
-makedepends=('clang' 'llvm' 'gcc')
-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=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
-
-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:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 161421, afl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-12 11:57:09 UTC (rev 161422)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: spider-mario <spidermario at free.fr>
+
+pkgname=afl
+pkgver=2.00b
+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'
+)
+makedepends=('clang' 'llvm' 'gcc')
+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=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
+
+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:



More information about the arch-commits mailing list