mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-0: Fix missing schema.xml. Increment versions to 11.1.2.
This commit is contained in:
parent
aa29ddea12
commit
d9dc027b40
8 changed files with 11 additions and 7 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "ghidradbg"
|
||||
version = "11.1"
|
||||
version = "11.1.2"
|
||||
authors = [
|
||||
{ name="Ghidra Development Team" },
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"ghidratrace==11.1",
|
||||
"ghidratrace==11.1.2",
|
||||
"pybag>=2.2.10"
|
||||
]
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ data/scripts/fallback_maintenance_info_sections.gdb||GHIDRA||||END|
|
|||
data/scripts/getpid-linux-i386.gdb||GHIDRA||||END|
|
||||
data/scripts/wine32_info_proc_mappings.gdb||GHIDRA||||END|
|
||||
src/main/py/LICENSE||GHIDRA||||END|
|
||||
src/main/py/MANIFEST.in||GHIDRA||||END|
|
||||
src/main/py/README.md||GHIDRA||||END|
|
||||
src/main/py/pyproject.toml||GHIDRA||||END|
|
||||
src/main/py/src/ghidragdb/schema.xml||GHIDRA||||END|
|
||||
|
|
1
Ghidra/Debug/Debugger-agent-gdb/src/main/py/MANIFEST.in
Normal file
1
Ghidra/Debug/Debugger-agent-gdb/src/main/py/MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
|||
include src/ghidragdb/schema.xml
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "ghidragdb"
|
||||
version = "11.1"
|
||||
version = "11.1.2"
|
||||
authors = [
|
||||
{ name="Ghidra Development Team" },
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"ghidratrace==11.1",
|
||||
"ghidratrace==11.1.2",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
@ -7,6 +7,7 @@ data/debugger-launchers/local-lldb.bat||GHIDRA||||END|
|
|||
src/llvm-project/lldb/bindings/java/java-typemaps.swig||Apache License 2.0 with LLVM Exceptions||||END|
|
||||
src/llvm-project/lldb/bindings/java/java.swig||Apache License 2.0 with LLVM Exceptions||||END|
|
||||
src/main/py/LICENSE||GHIDRA||||END|
|
||||
src/main/py/MANIFEST.in||GHIDRA||||END|
|
||||
src/main/py/README.md||GHIDRA||||END|
|
||||
src/main/py/pyproject.toml||GHIDRA||||END|
|
||||
src/main/py/src/ghidralldb/schema.xml||GHIDRA||||END|
|
||||
|
|
1
Ghidra/Debug/Debugger-agent-lldb/src/main/py/MANIFEST.in
Normal file
1
Ghidra/Debug/Debugger-agent-lldb/src/main/py/MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
|||
include src/ghidragdb/schema.xml
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "ghidralldb"
|
||||
version = "11.1"
|
||||
version = "11.1.2"
|
||||
authors = [
|
||||
{ name="Ghidra Development Team" },
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"ghidratrace==11.1",
|
||||
"ghidratrace==11.1.2",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "ghidratrace"
|
||||
version = "11.1"
|
||||
version = "11.1.2"
|
||||
authors = [
|
||||
{ name="Ghidra Development Team" },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue