From patchwork Thu Apr 17 10:05:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kardell X-Patchwork-Id: 2074002 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=xyjMbYvg; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZdYct0Ll2z1yN0 for ; Thu, 17 Apr 2025 20:13:18 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:References:In-Reply-To:Date:Subject:To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FrZuRghaJArvDPwN/neezktAa86nAN3XbxbnGN2W8gk=; b=xyjMbYvgAuTmE/bargCM7atji/ IkI0oThXHV0KRNjq7Ky2R8AqSa9YuZ5gA1PG7fGaTLCnLbzQTrwa8WqMmhfk+PaKR/XoPGr0a5yBc DB3CC6qb6iNPu6uE8wB1BJUXRFdmiH5dhDzPlR7cyaxV7fwmSX7/xYQJhTbNYSd6YDcVD1E5DtptP NQwXZFWtB7M9IehuxMGwEcjLfIHjWg8SLhVYZmoEZxeNAdq3cyYAI0t8OOfCEWI9EFkiFOo/Fk1ef PZ2m+AVceTTUINQZIXofKfnPpm/X+UVNBzOkMpIem1mT0GNMRPyS3MnrECzcKQgT9LTtNww0DAIpQ a0uyLeFw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5MDJ-0000000CZHF-0ihU; Thu, 17 Apr 2025 10:11:21 +0000 To: openwrt-devel@lists.openwrt.org Subject: [PATCH 1/5] [spidev-test] Add license Date: Thu, 17 Apr 2025 12:05:54 +0200 In-Reply-To: <20250417101112.822-1-jan.kardell@telliq.com> References: <20250417101112.822-1-jan.kardell@telliq.com> MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Jan Kardell via openwrt-devel From: Jan Kardell Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Jan Kardell List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Jan Kardell --- package/utils/spidev_test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/utils/spidev_test/Makefile b/package/utils/spidev_test/Makefile index d264a8950a..f0e60f8b15 100644 --- a/package/utils/spidev_test/Makefile +++ b/package/utils/spidev_test/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(LINUX_DIR)/tools/spi-$(TARGET_DIR_NAME) PKG_BUILD_PARALLEL:=1 +PKG_LICENSE:=GPL-2.0-only + include $(INCLUDE_DIR)/package.mk define Package/spidev-test From patchwork Thu Apr 17 10:05:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kardell X-Patchwork-Id: 2074001 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=h85Tc7iu; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZdYct00Y2z1yMw for ; Thu, 17 Apr 2025 20:13:17 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:References:In-Reply-To:Date:Subject:To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=nnCPdde8ChP1XqXGW+Kpc5H/Si0K4ABZed2Jw3zA5xY=; b=h85Tc7iuFJlSnjbTpbUxVyb37d m3KZkcvqxBYzab9nhZe5Yc4P43IFQiWg2zvMqfFi/TqCv6TOra2m8iv/9hJi/KdMn4rOojtLnkQqp km8hH+p/hW8WV1s7uZpO6AR8QGt194N1oOCaxUoty7/ZMLmdUxQFcc4PHSGV1S6QzV5WvmJLCpjbq Z+y7CV3alId+V9Id58Vsqp01bgoh4eazXKd7J/9zh22xq4EODPHhr3R4tc7/T9cHfRfs0B6kyr4ec rwCSMZFjJ+mIIzQ6kE7C+2puHvzAwTO2ldXHzah0GOg8pVOnEsTOMMaI8In7KfIR88MHSHzf7muJL IHCJGmIw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5MDL-0000000CZIl-3v8h; Thu, 17 Apr 2025 10:11:23 +0000 To: openwrt-devel@lists.openwrt.org Subject: [PATCH 2/5] [kexec-tools] Add license Date: Thu, 17 Apr 2025 12:05:55 +0200 In-Reply-To: <20250417101112.822-1-jan.kardell@telliq.com> References: <20250417101112.822-1-jan.kardell@telliq.com> MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Jan Kardell via openwrt-devel From: Jan Kardell Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Jan Kardell List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Jan Kardell --- package/boot/kexec-tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index ffedd350f4..e1447bae70 100644 --- a/package/boot/kexec-tools/Makefile +++ b/package/boot/kexec-tools/Makefile @@ -15,6 +15,10 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec PKG_HASH:=d2f0ef872f39e2fe4b1b01feb62b0001383207239b9f8041f98a95564161d053 +PKG_LICENSE:=GPL-2.0-only +PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:kernel:kexec-tools + PKG_CONFIG_DEPENDS := CONFIG_KEXEC_ZLIB CONFIG_KEXEC_LZMA PKG_BUILD_FLAGS:=gc-sections From patchwork Thu Apr 17 10:05:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kardell X-Patchwork-Id: 2073999 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=zIuAdgbV; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZdYcf5NWrz1yN0 for ; Thu, 17 Apr 2025 20:13:06 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:References:In-Reply-To:Date:Subject:To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ynMEXfXonETa09U3yAfo/LehXh8prxDW+AxuDZqCYa0=; b=zIuAdgbVNyDvR4WHtcdXRN4lDa vlrMYGyR8F2JxQoAYjup7Khk0WpJq8ki6IVCw0Wqh8qrjwQkO1K1F9UpUWxmUv0dG4SmaPAqZ0nrC saF4ZFhIBF/DhSdVfdISPMxzMZJvwZYuibQgIUPmMckNmvb6OjpNhl1m2lmx7GL/JitMagl1I89Pq IZkrLytuRYuLV0Wa11hS3W2rZAtd9Oabsx++RaFD/xjoGnRhJM4atYEh8zUGOIW8z9BdK0qQ05Luj tpgZXEmU6gMugVrbah4hQBTpDfskIaJK0QWNIiEePcy+Mjc5U/T16r2G/lGE9ZYSNCBvXadwT/pZ9 zIQBNPhg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5MDN-0000000CZJE-0M29; Thu, 17 Apr 2025 10:11:25 +0000 To: openwrt-devel@lists.openwrt.org Subject: [PATCH 3/5] [mac80211] Add license Date: Thu, 17 Apr 2025 12:05:56 +0200 In-Reply-To: <20250417101112.822-1-jan.kardell@telliq.com> References: <20250417101112.822-1-jan.kardell@telliq.com> MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Jan Kardell via openwrt-devel From: Jan Kardell Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Jan Kardell List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Jan Kardell --- package/kernel/mac80211/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index b0de3950b9..a1c6dbc19d 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -23,6 +23,7 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VAR PKG_BUILD_PARALLEL:=1 PKG_MAINTAINER:=Felix Fietkau +PKG_LICENSE:=GPL-2.0-only PKG_DRIVERS = \ mac80211-hwsim \ From patchwork Thu Apr 17 10:05:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kardell X-Patchwork-Id: 2073997 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=S1u5nzuT; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZdYcf4nxpz1yMw for ; Thu, 17 Apr 2025 20:13:06 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:References:In-Reply-To:Date:Subject:To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=lhQQ9ayvFjQgNb5/aK3Ai1NB0crx9B/J8PlWd0DkLY0=; b=S1u5nzuTjiVnt+FSDHDYCoJlzr PyAYoO+oDyx6T/fda2Rjg8KI9pzviI99a6E/NgFj5u7oJhoUJ3MZSsHqbiaQLlzNCVsO7nTizbrE9 HKZutEFJn5zOMFvjbs1IHXapf/V5ZMTxHYZ6sQvdcsC87DLVkYpH864j9ekp5qnvGEUbJ7K9L43B9 /4lmJgVfO07uxxbjuaRrUDscx5Jgs/jzEiD17ssWKpZoFYib6oFGuNA5pp1LUxg1M9aRQVyoqxR23 wGLdE3N+ExytWF2u+BVo6/lDDbLxNOgCocAXONCvrsIAHg22XH93Fy4r+6iHs6+ZVqLy39MJIDnO2 K2rtnPmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5MDK-0000000CZIC-23rT; Thu, 17 Apr 2025 10:11:22 +0000 To: openwrt-devel@lists.openwrt.org Subject: [PATCH 4/5] [nettle] Fix PKG_LICENSE_FILES Date: Thu, 17 Apr 2025 12:05:57 +0200 In-Reply-To: <20250417101112.822-1-jan.kardell@telliq.com> References: <20250417101112.822-1-jan.kardell@telliq.com> MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Jan Kardell via openwrt-devel From: Jan Kardell Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Jan Kardell List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Jan Kardell --- package/libs/nettle/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile index b7bad80299..5047d8c970 100644 --- a/package/libs/nettle/Makefile +++ b/package/libs/nettle/Makefile @@ -17,7 +17,9 @@ PKG_SOURCE_URL:=@GNU/nettle PKG_HASH:=b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132 PKG_LICENSE:=GPL-2.0-or-later -PKG_LICENSE_FILES:=COPYING +PKG_LICENSE_FILES:= COPYING.LESSERv3 \ + COPYINGv2 \ + COPYINGv3 PKG_CPE_ID:=cpe:/a:nettle_project:nettle PKG_BUILD_PARALLEL:=1 From patchwork Thu Apr 17 10:05:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kardell X-Patchwork-Id: 2074000 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=m5b3mnL6; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZdYcs4nPbz1yCg for ; Thu, 17 Apr 2025 20:13:17 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:References:In-Reply-To:Date:Subject:To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tIs6HRvBDYplP1ZiIJ9/1jEVMzP+EtyypQk0xdcqIgM=; b=m5b3mnL6HPSh9H6OgFar1L/BHN LisSr3d5Zw6fFUEZQkqhfA46lVqXlbm59dMMy7TCSCKceNoXVrNfz9j9l1Yv5o14YUzshEwg/zUqQ kMOd7rHDYudhTQWM43L3CiVJW3WpSPzL7gVhlQLcoBmxDLW+YzjXuc+e1cW7roocix0bdo5+qDaTK TstlgaGtMkUN/Mw+Cm31RqqW47Rcm9pylkk48r+M1Elj/o5w8JR/YGPZyaDgloal7pr+Oxq3jV1PS bAW1CCiMvufxLF3JnuJlIRMJeeYzUn6DTTbNO29CjGvKK7rvA1ImTwIXRISoUBMh58cfzb0VIhHeS srAKShcw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5MDO-0000000CZJx-1fZ2; Thu, 17 Apr 2025 10:11:26 +0000 To: openwrt-devel@lists.openwrt.org Subject: [PATCH 5/5] [util-linux] Update licenses Date: Thu, 17 Apr 2025 12:05:58 +0200 In-Reply-To: <20250417101112.822-1-jan.kardell@telliq.com> References: <20250417101112.822-1-jan.kardell@telliq.com> MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Jan Kardell via openwrt-devel From: Jan Kardell Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Jan Kardell List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Jan Kardell --- package/utils/util-linux/Makefile | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 83f3a8c842..e8abffecb8 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -16,14 +16,20 @@ PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.40 PKG_HASH:=d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3 PKG_CPE_ID:=cpe:/a:kernel:util-linux -PKG_LICENSE:=GPL-2.0-only -PKG_LICENSE_FILES:= COPYING \ - libblkid/COPYING \ - libmount/COPYING \ - Documentation/licenses/COPYING.GPLv2 \ - Documentation/licenses/COPYING.LGPLv2.1 \ - libuuid/COPYING \ - Documentation/licenses/COPYING.BSD-3 +PKG_LICENSE:= GPL-2.0-or-later \ + LGPL-2.1-or-later \ + GPL-3.0-or-later \ + MIT \ + BSD-3-Clause +PKG_LICENSE_FILES:= COPYING \ + libblkid/COPYING \ + libmount/COPYING \ + Documentation/licenses/COPYING.GPL-2.0-or-later \ + Documentation/licenses/COPYING.LGPL-2.1-or-later \ + Documentation/licenses/COPYING.GPL-3.0-or-later \ + libuuid/COPYING \ + Documentation/licenses/COPYING.MIT \ + Documentation/licenses/COPYING.BSD-3-Clause PKG_INSTALL:=1