diff --git a/tools/thirdparty/about.toml b/tools/thirdparty/about.toml index 7ae8488..d215a01 100644 --- a/tools/thirdparty/about.toml +++ b/tools/thirdparty/about.toml @@ -122,3 +122,10 @@ license = "MIT" [[typenum.clarify.git]] path = "LICENSE-MIT" checksum = "a825bd853ab71619a4923d7b4311221427848070ff44d990da39b0b274c1683f" + +[openssl.clarify] +license = "Apache-2.0" + +[[openssl.clarify.git]] +path = "openssl/LICENSE" +checksum = "f3d4287b4a21c5176fea2f9bd4ae800696004e2fb8e05cbc818be513f188a941" diff --git a/tools/thirdparty/approved_licenses.json b/tools/thirdparty/approved_licenses.json index fef05f8..7da08ec 100644 --- a/tools/thirdparty/approved_licenses.json +++ b/tools/thirdparty/approved_licenses.json @@ -1,5 +1,5 @@ { "allow_defaults": ["block--0.1.6", "objc_id--0.1.1", "objc-foundation--0.1.1", "winapi-wsapoll--0.1.1"], - "apache": ["line-wrap--0.1.1", "ryu--1.0.15", "gethostname--0.2.3", "supports-color--1.3.1", "openssl--0.10.57"], + "apache": ["line-wrap--0.1.1", "ryu--1.0.15", "gethostname--0.2.3", "supports-color--1.3.1", "openssl--0.10.60"], "badly_formatted": ["chrono--0.4.31", "is_ci--1.1.1"] } diff --git a/tools/thirdparty/run.sh b/tools/thirdparty/run.sh index 5fcc33e..87325cc 100755 --- a/tools/thirdparty/run.sh +++ b/tools/thirdparty/run.sh @@ -36,6 +36,9 @@ fi # Cargo packages cargo about generate -c "$PROGDIR/about.toml" "$PROGDIR/templates/html.hbs" >"$PROGDIR/../../THIRDPARTY.html" +# Additional Third Party +sd '__OPENSSL_LICENSE__' "$(curl -s -L https://raw.githubusercontent.com/sfackler/rust-openssl/48b8e81e807b6f589ae66fed9567084c3d833b83/THIRD_PARTY)" "$PROGDIR/../../THIRDPARTY.html" + # Themes sd '__BASE16_TEXTMATE__' "$(cat "$PROGDIR"/../../.cache/themes/LICENSE.md | awk 'NR > 1')" "$PROGDIR/../../THIRDPARTY.html" diff --git a/tools/thirdparty/templates/html.hbs b/tools/thirdparty/templates/html.hbs index da8b058..df5a1e7 100644 --- a/tools/thirdparty/templates/html.hbs +++ b/tools/thirdparty/templates/html.hbs @@ -65,6 +65,14 @@ {{/each}} +

Additional Third Party

+ +

Themes