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

Levente Polyak anthraxx at archlinux.org
Tue Mar 9 21:19:02 UTC 2021


    Date: Tuesday, March 9, 2021 @ 21:19:02
  Author: anthraxx
Revision: 887167

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-09 21:18:58 UTC (rev 887166)
+++ PKGBUILD	2021-03-09 21:19:02 UTC (rev 887167)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
-# Contributor: s1gma <s1gma at mindslicer.com>
-
-pkgname=ropgadget
-_pkgname=ROPgadget
-pkgver=6.4
-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')
-source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9b663f5e285272e6d59b5c159b6e4316461f43a6861e3cda8d2c94561bf276e0f6a87abfdeff1ec4c346c9716120608e8c66d060ed75c985e96591d3f0fd667c')
-b2sums=('50ca94e493b58a8ac1845cc70b40d80e80367a1f163e9b25e3be6652274f3df6dae606cebadb1b76ce05bef785850d87576713cc7a78793811c1a86d37c4e4a9')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  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 887166, ropgadget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-09 21:19:02 UTC (rev 887167)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Contributor: s1gma <s1gma at mindslicer.com>
+
+pkgname=ropgadget
+_pkgname=ROPgadget
+pkgver=6.5
+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')
+source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('2718bf657a6d6fc724d0eaaa726925a69a58777653d83a57d04ca61f0a772cb279afd2b68edc0d07da1d929b183dc53ab5177802d4c562c5ca6a62125a74bc56')
+b2sums=('708aee3be43c54b4a6e63460adb1b54c2a025302003a5c9ab57e272a6aec76760af8664db2a4e819fd03da79a9e5696c6bd04e92e40aec89b5b1ffcfc2074b10')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  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