Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jul 8, 2024
2 parents c175cfa + 7081234 commit 99232e5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ghidradbg"
version = "11.1"
version = "11.1.2"
authors = [
{ name="Ghidra Development Team" },
]
Expand All @@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"ghidratrace==11.1",
"ghidratrace==11.1.2",
"pybag>=2.2.10"
]

Expand Down
1 change: 1 addition & 0 deletions Ghidra/Debug/Debugger-agent-gdb/certification.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
1 change: 1 addition & 0 deletions Ghidra/Debug/Debugger-agent-gdb/src/main/py/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/ghidragdb/schema.xml
4 changes: 2 additions & 2 deletions Ghidra/Debug/Debugger-agent-gdb/src/main/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ghidragdb"
version = "11.1"
version = "11.1.2"
authors = [
{ name="Ghidra Development Team" },
]
Expand All @@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"ghidratrace==11.1",
"ghidratrace==11.1.2",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions Ghidra/Debug/Debugger-agent-lldb/certification.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions Ghidra/Debug/Debugger-agent-lldb/src/main/py/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/ghidragdb/schema.xml
4 changes: 2 additions & 2 deletions Ghidra/Debug/Debugger-agent-lldb/src/main/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ghidralldb"
version = "11.1"
version = "11.1.2"
authors = [
{ name="Ghidra Development Team" },
]
Expand All @@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"ghidratrace==11.1",
"ghidratrace==11.1.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion Ghidra/Debug/Debugger-rmi-trace/src/main/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ghidratrace"
version = "11.1"
version = "11.1.2"
authors = [
{ name="Ghidra Development Team" },
]
Expand Down

0 comments on commit 99232e5

Please sign in to comment.