mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: bruno.thomsen@gmail.com
Subject: [ptxdist] [PATCH] openssl: update license and add license file with hash
Date: Sun,  3 Mar 2024 10:37:30 +0100	[thread overview]
Message-ID: <20240303093730.50924-1-bruno.thomsen@gmail.com> (raw)

OpenSSL is covered by one of two licenses, depending on which
release is involved. For the 3.0 release, and later releases
derived from that, the Apache License v2 applies. This also
applies to the git “master” branch.

https://www.openssl.org/source/license.html

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/openssl.make | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/rules/openssl.make b/rules/openssl.make
index 7080bd50ba55..fbc6424e0c56 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -16,16 +16,18 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
 #
 # Paths and names
 #
-OPENSSL_VERSION	:= 3.2.1
-OPENSSL_MD5	:= c239213887804ba00654884918b37441
-OPENSSL		:= openssl-$(OPENSSL_VERSION)
-OPENSSL_SUFFIX	:= tar.gz
-OPENSSL_URL	:= \
+OPENSSL_VERSION		:= 3.2.1
+OPENSSL_MD5		:= c239213887804ba00654884918b37441
+OPENSSL			:= openssl-$(OPENSSL_VERSION)
+OPENSSL_SUFFIX		:= tar.gz
+OPENSSL_URL		:= \
 	https://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX) \
 	https://www.openssl.org/source/old/$(basename $(OPENSSL_VERSION))/$(OPENSSL).$(OPENSSL_SUFFIX)
-OPENSSL_SOURCE	:= $(SRCDIR)/$(OPENSSL).$(OPENSSL_SUFFIX)
-OPENSSL_DIR	:= $(BUILDDIR)/$(OPENSSL)
-OPENSSL_LICENSE	:= OpenSSL
+OPENSSL_SOURCE		:= $(SRCDIR)/$(OPENSSL).$(OPENSSL_SUFFIX)
+OPENSSL_DIR		:= $(BUILDDIR)/$(OPENSSL)
+OPENSSL_LICENSE		:= Apache-2.0
+OPENSSL_LICENSE_FILES	:= \
+	file://LICENSE.txt;md5=c75985e733726beaba57bc5253e96d04
 
 # ----------------------------------------------------------------------------
 # Prepare

base-commit: 6bf08f784b8d41b63ba1d322e79145ad670b09e2
-- 
2.44.0




             reply	other threads:[~2024-03-03  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03  9:37 Bruno Thomsen [this message]
2024-03-15  4:06 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240303093730.50924-1-bruno.thomsen@gmail.com \
    --to=bruno.thomsen@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox