mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-4860: Upgrading yajsw to 13.12
This commit is contained in:
parent
db28b29dab
commit
67851b9e05
4 changed files with 9 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#********************************************************************
|
||||
|
|
|
@ -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")
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue