mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/GP-0_Dan_upVersions11.2'
This commit is contained in:
commit
33323f11f2
6 changed files with 25 additions and 25 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidradbg"
|
name = "ghidradbg"
|
||||||
version = "11.1.2"
|
version = "11.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
|
@ -17,8 +17,8 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==11.1.2",
|
"ghidratrace==11.2",
|
||||||
"pybag>=2.2.10"
|
"pybag>=2.2.12"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidragdb"
|
name = "ghidragdb"
|
||||||
version = "11.1.2"
|
version = "11.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
|
@ -17,7 +17,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==11.1.2",
|
"ghidratrace==11.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidralldb"
|
name = "ghidralldb"
|
||||||
version = "11.1.2"
|
version = "11.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
|
@ -17,7 +17,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==11.1.2",
|
"ghidratrace==11.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
@ -69,7 +69,7 @@ import ghidra.util.exception.CancelledException;
|
||||||
import ghidra.util.exception.DuplicateFileException;
|
import ghidra.util.exception.DuplicateFileException;
|
||||||
|
|
||||||
public class TraceRmiHandler implements TraceRmiConnection {
|
public class TraceRmiHandler implements TraceRmiConnection {
|
||||||
public static final String VERSION = "11.1";
|
public static final String VERSION = "11.2";
|
||||||
|
|
||||||
protected static class VersionMismatchError extends TraceRmiError {
|
protected static class VersionMismatchError extends TraceRmiError {
|
||||||
public VersionMismatchError(String remote) {
|
public VersionMismatchError(String remote) {
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidratrace"
|
name = "ghidratrace"
|
||||||
version = "11.1.2"
|
version = "11.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
|
|
|
@ -34,7 +34,7 @@ from .util import send_delimited, recv_delimited
|
||||||
# Other places to change:
|
# Other places to change:
|
||||||
# * every pyproject.toml file (incl. deps)
|
# * every pyproject.toml file (incl. deps)
|
||||||
# * TraceRmiHandler.VERSION
|
# * TraceRmiHandler.VERSION
|
||||||
VERSION = '11.1'
|
VERSION = '11.2'
|
||||||
|
|
||||||
|
|
||||||
class RemoteResult(Future):
|
class RemoteResult(Future):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue