summaryrefslogtreecommitdiff
path: root/python-ROPGadget.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-07 02:55:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-07 02:55:42 +0000
commitd462c895f392c08edc3bae39c7bcd97512f579f2 (patch)
tree7d3f9e052a9d17e0b9ae7c423ff6e866cb6999c3 /python-ROPGadget.spec
parentd59a0a0fc87c1c3bc9a8da3c03fee6333f0c4b25 (diff)
automatic import of python-ROPGadget
Diffstat (limited to 'python-ROPGadget.spec')
-rw-r--r--python-ROPGadget.spec20
1 files changed, 10 insertions, 10 deletions
diff --git a/python-ROPGadget.spec b/python-ROPGadget.spec
index 067474b..a42209b 100644
--- a/python-ROPGadget.spec
+++ b/python-ROPGadget.spec
@@ -1,18 +1,18 @@
%global _empty_manifest_terminate_build 0
Name: python-ROPGadget
-Version: 7.2
+Version: 7.3
Release: 1
Summary: This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation.
License: BSD
URL: https://github.com/JonathanSalwan/ROPgadget
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/cc/476fd64384b2e238b984e13be09a068f2ff61917e53267c3274a3574c309/ROPGadget-7.2.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/f3/b9d945c624b6df35a36d52b97719ba93c0d81484a5b51c3829ac7caf620f/ROPGadget-7.3.tar.gz
BuildArch: noarch
Requires: python3-capstone
%description
-ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
-http://www.shell-storm.org/project/ROPgadget/
+ROPgadget supports ELF, PE, Mach-O, and Raw formats on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and RISC-V Compressed architectures.
+https://github.com/JonathanSalwan/ROPgadget
@@ -23,8 +23,8 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-ROPGadget
-ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
-http://www.shell-storm.org/project/ROPgadget/
+ROPgadget supports ELF, PE, Mach-O, and Raw formats on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and RISC-V Compressed architectures.
+https://github.com/JonathanSalwan/ROPgadget
@@ -32,13 +32,13 @@ http://www.shell-storm.org/project/ROPgadget/
Summary: Development documents and examples for ROPGadget
Provides: python3-ROPGadget-doc
%description help
-ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
-http://www.shell-storm.org/project/ROPgadget/
+ROPgadget supports ELF, PE, Mach-O, and Raw formats on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and RISC-V Compressed architectures.
+https://github.com/JonathanSalwan/ROPgadget
%prep
-%autosetup -n ROPGadget-7.2
+%autosetup -n ROPGadget-7.3
%build
%py3_build
@@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Mar 06 2023 Python_Bot <Python_Bot@openeuler.org> - 7.2-1
+* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3-1
- Package Spec generated