Merge remote-tracking branch 'origin/GP-4860_ryanmkurtz_yajsw--SQUASHED'

This commit is contained in:
Ryan Kurtz
2024-08-27 11:56:05 -04:00
4 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
DATA SEARCH IGNORE DIR: yajsw-stable-13.09
DATA SEARCH IGNORE DIR: yajsw-stable-13.12
EXCLUDE FROM GHIDRA JAR: true
+1 -1
View File
@@ -21,7 +21,7 @@ apply plugin: 'eclipse'
eclipse.project.name = 'Features GhidraServer'
def yajswRelease = "yajsw-stable-13.09"
def yajswRelease = "yajsw-stable-13.12"
configurations {
runGhidraServer
@@ -214,12 +214,6 @@ wrapper.logfile.maxsize=10m
# files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=10
#********************************************************************
# Service Wrapper Linux Properties
#********************************************************************
# Force initd (systemd had issues during testing on Ubuntu 21.04 with yajsw-13.00)
wrapper.daemon.system = initd
#********************************************************************
# Service Wrapper Windows Properties
#********************************************************************
+3 -3
View File
@@ -82,9 +82,9 @@ ext.deps = [
destination: FLAT_REPO_DIR
],
[
name: "yajsw-stable-13.09.zip",
url: "https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-13.09/yajsw-stable-13.09.zip",
sha256: "4dae732a535846ae5dfab753e82a4d5f93ad9a05a065e2172bb9774a1b15453a",
name: "yajsw-stable-13.12.zip",
url: "https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-13.12/yajsw-stable-13.12.zip",
sha256: "c6fc59815d3800d14ec977926a8afd3f606a0ebd74d2cfd60601677466edeaa2",
destination: file("${DEPS_DIR}/GhidraServer")
],
[