]> git.99rst.org Git - openwrt-packages.git/commitdiff
openssh: fix BSD license identifier with a valid one
authorFlorian Eckert <redacted>
Fri, 17 Jul 2026 10:17:37 +0000 (12:17 +0200)
committerFlorian Eckert <redacted>
Thu, 23 Jul 2026 05:28:58 +0000 (07:28 +0200)
The situation here is complicated. The OpenSSH project combines different
licenses. However, the fact is that the name 'BSD' used here for the
license name is not SPDX-compliant.

It is therefore replaced by the valid SPDX licenses BSD-2-Clause and
BSD-3-Clause.

Signed-off-by: Florian Eckert <redacted>
net/openssh/Makefile

index 114519f64fa62374f6d30743b8b76852f466809f..129349d5137443a7da558040d7b9e5d561e8ad79 100644 (file)
@@ -18,7 +18,7 @@ PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
 PKG_HASH:=ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION)
 
-PKG_LICENSE:=BSD ISC
+PKG_LICENSE:=BSD-2-Clause BSD-3-Clause ISC
 PKG_LICENSE_FILES:=LICENCE
 PKG_CPE_ID:=cpe:/a:openbsd:openssh
 
git clone https://git.99rst.org/PROJECT