From 9ba56859a1e2c1456a76bec1c3fec9df81c5b3bd Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Tue, 5 Nov 2024 12:09:39 -0800 Subject: [PATCH] Add updated ABOUT file for GoReSym_lin Signed-off-by: Jono Yang --- CHANGELOG.rst | 1 + src/go_inspector/bin/GoReSym_lin.ABOUT | 8 ++++++++ src/go_inspector/bin/GoReSym_lin.LICENSE | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 src/go_inspector/bin/GoReSym_lin.ABOUT create mode 100644 src/go_inspector/bin/GoReSym_lin.LICENSE diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38308a2..50e4400 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ v0.5.0 (2024-11-05) ------------------- - Build GoReSym from source instead of vendoring the binary. +- Support building go-inspector for Linux aarch64/arm64 platform. - Update GoReSym to v3.0.1 v0.4.0 (2024-10-31) diff --git a/src/go_inspector/bin/GoReSym_lin.ABOUT b/src/go_inspector/bin/GoReSym_lin.ABOUT new file mode 100644 index 0000000..f39c6b4 --- /dev/null +++ b/src/go_inspector/bin/GoReSym_lin.ABOUT @@ -0,0 +1,8 @@ +about_resource: GoReSym_lin +name: GoReSym +version: 3.0.1 +package_url: pkg:github/mandiant/GoReSym@3.0.1 +copyright: Copyright (c) 2022 MANDIANT +license_expression: mit +license_text_file: GoReSym_lin.LICENSE +notes: this is built from the source files contained in the go-inspector/lib-src directory \ No newline at end of file diff --git a/src/go_inspector/bin/GoReSym_lin.LICENSE b/src/go_inspector/bin/GoReSym_lin.LICENSE new file mode 100644 index 0000000..0a232e7 --- /dev/null +++ b/src/go_inspector/bin/GoReSym_lin.LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 MANDIANT + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.