From: Remi Gacogne Date: Mon, 25 Mar 2024 10:57:11 +0000 (+0100) Subject: Add license, publisher information to the external deps data X-Git-Tag: rec-5.1.0-alpha1~86^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13972%2Fhead;p=thirdparty%2Fpdns.git Add license, publisher information to the external deps data --- diff --git a/builder-support/helpers/h2o.json b/builder-support/helpers/h2o.json index bff2e6de21..4901ab6968 100644 --- a/builder-support/helpers/h2o.json +++ b/builder-support/helpers/h2o.json @@ -1,4 +1,6 @@ { "version": "2.2.6-pdns2", + "license": "MIT", + "publisher": "https://github.com/h2o/h2o", "SHA256SUM": "e25959c3f9a102e7a332ca0bb8b3f533eb14919d5a60ca999730c2ebee4b548f" } diff --git a/builder-support/helpers/quiche.json b/builder-support/helpers/quiche.json index e3025b32b3..32aba6e132 100644 --- a/builder-support/helpers/quiche.json +++ b/builder-support/helpers/quiche.json @@ -1,4 +1,6 @@ { "version": "0.20.1", + "license": "BSD-2-Clause", + "publisher": "https://github.com/cloudflare/quiche", "SHA256SUM": "9c460d8ecf6c80c06bf9b42f91201ef33f912e2615a871ff2d0e50197b901c71" } diff --git a/builder-support/helpers/rust.json b/builder-support/helpers/rust.json index ac9e47ffe4..0e93f217bb 100644 --- a/builder-support/helpers/rust.json +++ b/builder-support/helpers/rust.json @@ -1,5 +1,7 @@ { "version": "1.75.0", + "license": "MIT", + "publisher": "https://www.rust-lang.org/", "SHA256SUM_x86_64": "473978b6f8ff216389f9e89315211c6b683cf95a966196e7914b46e8cf0d74f6", "SHA256SUM_aarch64": "30828cd904fcfb47f1ac43627c7033c903889ea4aca538f53dcafbb3744a9a73" }