diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ROPGadget.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /ROPGadget-7.2.tar.gz +/ROPGadget-7.3.tar.gz 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 @@ -1 +1 @@ -bb694c4fdd034264c93f3ed23fa3004a ROPGadget-7.2.tar.gz +b7ef20a5f2e3f77addb7e584724d8b86 ROPGadget-7.3.tar.gz |