From: Florian Eckert Date: Fri, 17 Jul 2026 10:17:37 +0000 (+0200) Subject: openssh: fix BSD license identifier with a valid one X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cd3fe9ec04c5446d2bc6525889e1b4f6ee2e7a6c;p=openwrt-packages.git openssh: fix BSD license identifier with a valid one 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 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 114519f64..129349d51 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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