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

Levente Polyak anthraxx at archlinux.org
Thu Aug 27 14:57:47 UTC 2015


    Date: Thursday, August 27, 2015 @ 16:57:46
  Author: anthraxx
Revision: 138815

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-27 14:57:39 UTC (rev 138814)
+++ community-i686/PKGBUILD	2015-08-27 14:57:46 UTC (rev 138815)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: spider-mario <spidermario at free.fr>
-
-pkgname=afl
-pkgver=1.86b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/"
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-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=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 138814, afl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-27 14:57:46 UTC (rev 138815)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: spider-mario <spidermario at free.fr>
+
+pkgname=afl
+pkgver=1.87b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
+arch=('i686' 'x86_64')
+url="http://lcamtuf.coredump.cx/afl/"
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+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=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-27 14:57:39 UTC (rev 138814)
+++ community-x86_64/PKGBUILD	2015-08-27 14:57:46 UTC (rev 138815)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: spider-mario <spidermario at free.fr>
-
-pkgname=afl
-pkgver=1.86b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/"
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-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=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 138814, afl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-27 14:57:46 UTC (rev 138815)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: spider-mario <spidermario at free.fr>
+
+pkgname=afl
+pkgver=1.87b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
+arch=('i686' 'x86_64')
+url="http://lcamtuf.coredump.cx/afl/"
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+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=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list