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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:04:23
  Author: felixonmars
Revision: 752221

upgpkg: afl-utils 1.34a-4: Python 3.9 rebuild

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:04:22 UTC (rev 752220)
+++ PKGBUILD2020-11-12 17:04:23 UTC (rev 752221)
@@ -2,7 +2,7 @@
 
 pkgname=afl-utils
 pkgver=1.34a
-pkgrel=3
+pkgrel=4
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://gitlab.com/rc0r/afl-utils'
 arch=('any')


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

2020-02-08 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, February 8, 2020 @ 20:44:26
  Author: sangy
Revision: 564984

upgpkg: afl-utils 1.34a-3

Fix upstream url locaiton

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 20:39:55 UTC (rev 564983)
+++ PKGBUILD2020-02-08 20:44:26 UTC (rev 564984)
@@ -2,9 +2,9 @@
 
 pkgname=afl-utils
 pkgver=1.34a
-pkgrel=2
+pkgrel=3
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
-url='https://github.com/rc0r/afl-utils'
+url='https://gitlab.com/rc0r/afl-utils'
 arch=('any')
 license=('Apache')
 depends=('afl' 'coreutils' 'python' 'rsync')


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 09:12:29
  Author: felixonmars
Revision: 523841

Python 3.8 rebuild

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 09:11:42 UTC (rev 523840)
+++ PKGBUILD2019-11-04 09:12:29 UTC (rev 523841)
@@ -2,7 +2,7 @@
 
 pkgname=afl-utils
 pkgver=1.34a
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')


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

2018-11-06 Thread Levente Polyak via arch-commits
Date: Tuesday, November 6, 2018 @ 20:25:54
  Author: anthraxx
Revision: 402102

upgpkg: afl-utils 1.34a-1

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:25:45 UTC (rev 402101)
+++ PKGBUILD2018-11-06 20:25:54 UTC (rev 402102)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=afl-utils
-pkgver=1.33a
-pkgrel=2
+pkgver=1.34a
+pkgrel=1
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')
@@ -12,17 +12,17 @@
 'screen: interactive/screen mode support'
 'gdb: gdb script execution support')
 makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('e15bcaf7ed114696c09243b3e145eb24c89802abfc8430131c4d9888b824b0b3')
-sha512sums=('d2524d6e34d296c7b73dcc4999d74dcbb7057a2de60f557c8af78a5fc3fca715afa13564358b3b388c43efede15c4e05fa18ba6d852eca1909bae0f4d099f620')
+source=(${pkgname}-${pkgver}.tar.gz::https://gitlab.com/rc0r/afl-utils/-/archive/v${pkgver}/afl-utils-v${pkgver}.tar.gz)
+sha256sums=('8ec99f4832a80400a0457612af487bb430ca4a53a17f63f9f8d72af03d97ab96')
+sha512sums=('d65ecaf022641cffe8466c1d47d5b14455c41c42f5604c2ee50dbe35a044a80d07931bc8b99192b4ad5ef4464e9bb3e9f05dfff195943b37435142dc6abcd1af')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-v${pkgver}
   python setup.py build
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-v${pkgver}
   python setup.py install -O1 --root="${pkgdir}"
   rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
   install -Dm 644 README.md docs/CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 18:20:36
  Author: felixonmars
Revision: 348965

Python 3.7 rebuild

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:20:36 UTC (rev 348964)
+++ PKGBUILD2018-06-30 18:20:36 UTC (rev 348965)
@@ -2,7 +2,7 @@
 
 pkgname=afl-utils
 pkgver=1.33a
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')


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

2017-08-03 Thread Levente Polyak
Date: Thursday, August 3, 2017 @ 14:44:52
  Author: anthraxx
Revision: 247797

upgpkg: afl-utils 1.33a-1

Modified:
  afl-utils/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 14:43:54 UTC (rev 247796)
+++ PKGBUILD2017-08-03 14:44:52 UTC (rev 247797)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=afl-utils
-pkgver=1.32a
-pkgrel=3
+pkgver=1.33a
+pkgrel=1
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')
@@ -13,14 +13,19 @@
 'gdb: gdb script execution support')
 makedepends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222')
+sha256sums=('e15bcaf7ed114696c09243b3e145eb24c89802abfc8430131c4d9888b824b0b3')
+sha512sums=('d2524d6e34d296c7b73dcc4999d74dcbb7057a2de60f557c8af78a5fc3fca715afa13564358b3b388c43efede15c4e05fa18ba6d852eca1909bae0f4d099f620')
 
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}"
   rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 docs/CHANGELOG.md 
"${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
+  install -Dm 644 README.md docs/CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 18:12:11
  Author: bpiotrowski
Revision: 202226

Python 3.6 rebuild

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:11:53 UTC (rev 202225)
+++ PKGBUILD2016-12-25 18:12:11 UTC (rev 202226)
@@ -2,7 +2,7 @@
 
 pkgname=afl-utils
 pkgver=1.32a
-pkgrel=2
+pkgrel=3
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 17:30:56
  Author: anthraxx
Revision: 200198

upgpkg: afl-utils 1.32a-2

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 16:52:02 UTC (rev 200197)
+++ PKGBUILD2016-12-18 17:30:56 UTC (rev 200198)
@@ -2,7 +2,7 @@
 
 pkgname=afl-utils
 pkgver=1.32a
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')
@@ -18,6 +18,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}"
+  rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
   install -Dm 644 docs/CHANGELOG.md 
"${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
   install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"


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

2016-10-27 Thread Levente Polyak
Date: Thursday, October 27, 2016 @ 20:56:44
  Author: anthraxx
Revision: 193812

upgpkg: afl-utils 1.32a-1

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 20:53:42 UTC (rev 193811)
+++ PKGBUILD2016-10-27 20:56:44 UTC (rev 193812)
@@ -1,21 +1,19 @@
 # Maintainer: Levente Polyak 
 
 pkgname=afl-utils
-pkgver=1.31a
+pkgver=1.32a
 pkgrel=1
-pkgdesc="Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization"
-url="https://github.com/rc0r/afl-utils";
+pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
+url='https://github.com/rc0r/afl-utils'
 arch=('any')
 license=('Apache')
 depends=('afl' 'coreutils' 'python' 'rsync')
-optdepends=(
-  'sqlite: database support'
-  'screen: interactive/screen mode support'
-  'gdb: gdb script execution support'
-)
+optdepends=('sqlite: database support'
+'screen: interactive/screen mode support'
+'gdb: gdb script execution support')
 makedepends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('3d4095ea85179ed8cb27ed720db09d28b4cbe461ffa55605e488efab4f991bb5939967b7968d6d93e19b50b3af45d5be6be714f70e7ca8da31ab067c37da3308')
+sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2016-10-12 Thread Levente Polyak
Date: Wednesday, October 12, 2016 @ 20:49:28
  Author: anthraxx
Revision: 192088

upgpkg: afl-utils 1.31a-1

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-12 20:39:43 UTC (rev 192087)
+++ PKGBUILD2016-10-12 20:49:28 UTC (rev 192088)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=afl-utils
-pkgver=1.30a
+pkgver=1.31a
 pkgrel=1
 pkgdesc="Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization"
 url="https://github.com/rc0r/afl-utils";
@@ -15,7 +15,7 @@
 )
 makedepends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('5701c7e5ab7c1fb168c6a9747d9553db7566bcfcadbd8440af4bd636204bb32baeabec1a526435f738ab5b3ef70a0f252f858207fdb51e6d08c956e00d53392d')
+sha512sums=('3d4095ea85179ed8cb27ed720db09d28b4cbe461ffa55605e488efab4f991bb5939967b7968d6d93e19b50b3af45d5be6be714f70e7ca8da31ab067c37da3308')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2016-08-06 Thread Levente Polyak
Date: Saturday, August 6, 2016 @ 11:44:25
  Author: anthraxx
Revision: 185609

upgpkg: afl-utils 1.30a-1

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 11:38:50 UTC (rev 185608)
+++ PKGBUILD2016-08-06 11:44:25 UTC (rev 185609)
@@ -1,22 +1,21 @@
 # Maintainer: Levente Polyak 
 
 pkgname=afl-utils
-pkgver=1.17a
+pkgver=1.30a
 pkgrel=1
 pkgdesc="Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization"
 url="https://github.com/rc0r/afl-utils";
 arch=('any')
 license=('Apache')
-depends=('afl' 'coreutils' 'python')
+depends=('afl' 'coreutils' 'python' 'rsync')
 optdepends=(
   'sqlite: database support'
   'screen: interactive/screen mode support'
   'gdb: gdb script execution support'
-  'python-twitter: afl-stat support'
 )
 makedepends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2188def4866fe4a44a9482e763cdb09342da3a58850efccae11970dcbf719811879111030ec10492105c77e58e0d4b37359789ff0c0fd3969c0eadb5c473f560')
+sha512sums=('5701c7e5ab7c1fb168c6a9747d9553db7566bcfcadbd8440af4bd636204bb32baeabec1a526435f738ab5b3ef70a0f252f858207fdb51e6d08c956e00d53392d')
 
 package() {
   cd ${pkgname}-${pkgver}
@@ -23,7 +22,7 @@
   python setup.py install -O1 --root="${pkgdir}"
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
   install -Dm 644 docs/CHANGELOG.md 
"${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
-  install -Dm 644 afl-stats.conf.sample 
"${pkgdir}/usr/share/doc/${pkgname}/afl-stats.conf.sample"
+  install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et: