public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ROPgadget/
Date: Wed, 19 Feb 2025 11:14:00 +0000 (UTC)	[thread overview]
Message-ID: <1739963482.e5e6d08152650582d27c1972061962e2d25ddf47.sam@gentoo> (raw)

commit:     e5e6d08152650582d27c1972061962e2d25ddf47
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Jan 29 19:40:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 11:11:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e6d081

dev-util/ROPgadget: add 7.6

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/40370
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/ROPgadget/Manifest             |  1 +
 dev-util/ROPgadget/ROPgadget-7.6.ebuild | 35 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/ROPgadget/Manifest b/dev-util/ROPgadget/Manifest
index 033d3f20e0ce..3b1aea92bb2e 100644
--- a/dev-util/ROPgadget/Manifest
+++ b/dev-util/ROPgadget/Manifest
@@ -1,2 +1,3 @@
 DIST ROPgadget-7.4.gh.tar.gz 10110520 BLAKE2B 1c5dc52d377b4b580aa72351ce7863c9f819b39cbf0732b33eb8330d0229166250978fde123f8bf1e3a45d5fe791b17da1a93a49c8c45755d5dc1b7f8e05bf52 SHA512 0906cf7e916967ac5f446778ddc4ffdca78b8cf23c584968c116fdd43bc8488624104fbb78380516a54356dc4c4d50c5d10cc462bdd507435d5f70f8b9d51fa7
 DIST ROPgadget-7.5.gh.tar.gz 11015501 BLAKE2B 03bb469bdc0ee6d885f5caf6742dfb8ad29323eead9f3e2bc5bdc2729902b111c405443860249fb3d2e86e9e150ea8135217a761b6071d522eeab0db4171300b SHA512 441e55bae44eec67ac1080ed5be40c861e9ed1fe8296ea5dba8b62dba1e9294e7ffedb016357f52618459e190c70ca526632cd9794d47654812fb0fd68e3ffdb
+DIST ROPgadget-7.6.gh.tar.gz 11024630 BLAKE2B 237b0cee0b2496959648862543611078a75fae65f6e2b163f213299745b11688cae72d5390960d41a390a060533969c987e10976c4a896e10e8c792e85175138 SHA512 1eae4021e40e805c3a8e41a5dbca54a8cf0712d72ba189fc18f8f02ddc855c0828d0efe86e07d1c2faafc639dc10a78d5d2fadd3fb8510d50f8ea06c0d89c1d2

diff --git a/dev-util/ROPgadget/ROPgadget-7.6.ebuild b/dev-util/ROPgadget/ROPgadget-7.6.ebuild
new file mode 100644
index 000000000000..b2fb99e26189
--- /dev/null
+++ b/dev-util/ROPgadget/ROPgadget-7.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="Search for gadgets in binaries to facilitate your ROP exploitation"
+HOMEPAGE="https://shell-storm.org/project/ROPgadget/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/JonathanSalwan/ROPgadget"
+else
+	SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	>=dev-libs/capstone-5.0.1[python,${PYTHON_USEDEP}]
+"
+
+src_test() {
+	pushd test-suite-binaries || die
+	./test.sh || die
+	popd || die
+}


             reply	other threads:[~2025-02-19 11:14 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-19 11:14 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 17:35 [gentoo-commits] repo/gentoo:master commit in: dev-util/ROPgadget/ Jakov Smolić
2024-12-01  8:53 Sam James
2024-12-01  8:34 Sam James
2024-10-25 11:36 Joonas Niilola
2024-10-25 11:36 Joonas Niilola
2024-08-29  3:23 Sam James
2024-01-03  6:22 Sam James
2023-10-04 21:56 Conrad Kostecki
2023-10-03 12:06 Sam James
2023-10-03 12:06 Sam James
2023-09-18  7:40 Sam James
2023-09-01 17:15 Arthur Zamarin
2023-09-01 17:15 Arthur Zamarin
2023-09-01 16:49 Arthur Zamarin
2023-09-01 16:49 Arthur Zamarin
2023-04-19  6:07 Sam James
2023-04-19  6:07 Sam James
2023-03-19  3:22 Sam James
2023-03-19  3:22 Sam James
2023-02-16 22:52 Sam James
2023-02-16 22:52 Sam James
2023-02-10  8:45 Yixun Lan
2023-02-10  8:45 Yixun Lan
2023-01-14  8:04 Arthur Zamarin
2022-12-15  4:44 Sam James
2022-10-30  9:40 Sam James
2022-10-24  7:19 Joonas Niilola
2022-10-20 10:52 Jakov Smolić
2022-10-01 20:16 Sam James
2022-10-01 20:16 Sam James
2022-09-14 22:33 Sam James
2022-09-14 22:33 Sam James
2022-09-01  8:47 Agostino Sarubbo
2022-08-31 19:34 Sam James
2022-08-31  6:22 Jakov Smolić
2022-08-23  5:34 Sam James
2022-08-23  5:11 Sam James
2022-08-06  6:06 Arthur Zamarin
2022-08-04 22:53 Sam James
2022-08-04 22:53 Sam James
2022-06-28  9:31 Sam James
2022-04-29  9:01 Joonas Niilola
2022-04-10 17:01 Sam James
2022-04-05  3:33 Sam James
2022-04-05  3:33 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739963482.e5e6d08152650582d27c1972061962e2d25ddf47.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox