From: Roland Hieber <rhi@pengutronix.de> To: ptxdist@pengutronix.de Cc: Roland Hieber <rhi@pengutronix.de>, Lars Pedersen <lapeddk@gmail.com> Subject: [ptxdist] [PATCH v2 2/2] python3-pycryptodomex: fix license identifier Date: Thu, 8 Jul 2021 20:52:55 +0200 [thread overview] Message-ID: <20210708185255.3303-2-rhi@pengutronix.de> (raw) In-Reply-To: <20210708185255.3303-1-rhi@pengutronix.de> LICENSE.rst includes an Unlicense and a BSD-2-Clause, and refers to additional licenses for the OCB code, which contains a restriction for "military purposes", and is not compatible with the Open Source Definition. Fixes: b8958ad388ba104527e2 (2021-07-02, "python3-pycryptodomex: new package") Cc: Lars Pedersen <lapeddk@gmail.com> Signed-off-by: Roland Hieber <rhi@pengutronix.de> --- * v1 -> v2: use "custom" instead of "proprietary" rules/python3-pycryptodomex.make | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rules/python3-pycryptodomex.make b/rules/python3-pycryptodomex.make index 59dadfbd0d29..69fcd1f3a5e8 100644 --- a/rules/python3-pycryptodomex.make +++ b/rules/python3-pycryptodomex.make @@ -21,9 +21,12 @@ PYTHON3_PYCRYPTODOMEX_SUFFIX := tar.gz PYTHON3_PYCRYPTODOMEX_URL := $(call ptx/mirror-pypi, pycryptodomex, $(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX)) PYTHON3_PYCRYPTODOMEX_SOURCE := $(SRCDIR)/$(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX) PYTHON3_PYCRYPTODOMEX_DIR := $(BUILDDIR)/$(PYTHON3_PYCRYPTODOMEX) -PYTHON3_PYCRYPTODOMEX_LICENSE := BSD-2 +PYTHON3_PYCRYPTODOMEX_LICENSE := Unlicense AND BSD-2-Clause and custom PYTHON3_PYCRYPTODOMEX_LICENSE_FILES := \ - file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c + file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c \ + file://Doc/ocb/license1.pdf;md5=e33fa8dcf4d10e5c0d9a9e9291714d3d \ + file://Doc/ocb/license2.pdf;md5=68cfc4690fbbaa0d89d3ea3abcc60b0f \ + file://Doc/ocb/license3.pdf;md5=2124679d48d559681738985e040ae388 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2021-07-08 18:53 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-08 18:52 [ptxdist] [PATCH v2 1/2] ptxd_make_world_license: handle PDFs in _LICENSE_FILES Roland Hieber 2021-07-08 18:52 ` Roland Hieber [this message] 2021-07-20 11:48 ` [ptxdist] [APPLIED] python3-pycryptodomex: fix license identifier Michael Olbrich 2021-07-20 11:48 ` [ptxdist] [APPLIED] ptxd_make_world_license: handle PDFs in _LICENSE_FILES 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=20210708185255.3303-2-rhi@pengutronix.de \ --to=rhi@pengutronix.de \ --cc=lapeddk@gmail.com \ --cc=ptxdist@pengutronix.de \ --subject='Re: [ptxdist] [PATCH v2 2/2] python3-pycryptodomex: fix license identifier' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox