[arch-commits] Commit in ropgadget/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Thu Aug 18 21:41:58 UTC 2022


    Date: Thursday, August 18, 2022 @ 21:41:58
  Author: anthraxx
Revision: 1269174

archrelease: copy trunk to community-any

Added:
  ropgadget/repos/community-any/PKGBUILD
    (from rev 1269172, ropgadget/trunk/PKGBUILD)
Deleted:
  ropgadget/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 21:41:57 UTC (rev 1269173)
+++ PKGBUILD	2022-08-18 21:41:58 UTC (rev 1269174)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
-# Contributor: s1gma <s1gma at mindslicer.com>
-
-pkgname=ropgadget
-_pkgname=ROPgadget
-pkgver=6.7
-pkgrel=1
-pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several file formats and architectures'
-url='http://www.shell-storm.org/project/ROPgadget'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-capstone')
-makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
-source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('81bebafc1ba9cb18e017487395dacdaae044d6f1383604a0183b41d2210651c9a6870755f741cd7a3e2dc38ee5c004b0aeac52cc1082fa352c06c0598ac7e87b')
-b2sums=('004f28993e3567b8bf78853c83b60fa17ff7dc8eb82867eabec33aee247283938ed522883bcf62a11f27a70fa10c4afbdd2636d613770bc8fa0ee7dd3667e859')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE_BSD.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ropgadget/repos/community-any/PKGBUILD (from rev 1269172, ropgadget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 21:41:58 UTC (rev 1269174)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Contributor: s1gma <s1gma at mindslicer.com>
+
+pkgname=ropgadget
+_pkgname=ROPgadget
+pkgver=6.8
+pkgrel=1
+pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several file formats and architectures'
+url='http://www.shell-storm.org/project/ROPgadget'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-capstone')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('9e14d5a180a2d2d974bf69fb6456d9a68f197d4d4dda1de16374a2c81b0b2780b220d6a73d155be65d5eee03273fdc94f76235fe645511646bc3b29c07e6e828')
+b2sums=('f7278ea0934e61f6afcd95f3c3047a34cf07bfaa52b67514ad2c63aa06104ee1c3c13bf77275ae89a406e2db5f238b95353d2cef7b696b3b53769434775183f3')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE_BSD.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list