Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2021 23:17:22 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: bb52e25269ff - 2021Q4 - security/mbedtls: fix LICENSE (dual with GPLv2+)
Message-ID:  <202112112317.1BBNHMgK046570@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb52e25269ff405340401eba45c73db5c213c2be

commit bb52e25269ff405340401eba45c73db5c213c2be
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-12-11 23:06:22 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-12-11 23:17:17 +0000

    security/mbedtls: fix LICENSE (dual with GPLv2+)
    
    "Unless specifically indicated otherwise in a file, Mbed TLS files are provided
    under the Apache License 2.0, or the GNU General Public License v2.0 or later
    (SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later)."
    
    Approved by:    portmgr@ (blanket metadata change approval)
    
    (cherry picked from commit cd08d6c7ed39147df7ed9beef9536c9c5151ac01)
---
 security/mbedtls/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index b3db9e786cce..dad0c2475864 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -6,8 +6,10 @@ CATEGORIES=	security devel
 MAINTAINER=	tijl@FreeBSD.org
 COMMENT=	SSL/TLS and cryptography library
 
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/apache-2.0.txt
+LICENSE=	APACHE20 GPLv2+
+LICENSE_COMB=	dual
+LICENSE_FILE_APACHE20=	${WRKSRC}/apache-2.0.txt
+LICENSE_FILE_GPLv2=	${WRKSRC}/gpl-2.0.txt
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ARMmbed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112112317.1BBNHMgK046570>