From 10babb22c8061ef6822447d999f8ff83a6321c33 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 10 Dec 2023 21:42:37 +0100 Subject: [PATCH] gpgme: Fix license gpgme license is wrong since the addition of the package in commit https://git.openwrt.org/?p=feed/packages.git;a=commit;h=3e39633b75e7d26f3666bce9c2e97d268f0fd068 Indeed, gpgme has been licensed under LPGL-2.1+ since version 1.0.2 back in 2004 [1]: Noteworthy changes in version 1.0.2 (2004-12-28) ------------------------------------------------ * Changed the license of the library to the GNU Lesser General Public License (LGPL), version 2.1 or later. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=NEWS;h=2475a877a40817f575accd22a386bfd5f0a66aad;hb=HEAD Signed-off-by: Fabrice Fontaine (cherry picked from commit e8bbeb05b9a8fe67073d2cc5c00fce32e70ce868) --- libs/gpgme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index 7673aee689..b0bb8f0389 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -9,7 +9,7 @@ PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME) PKG_HASH:=361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e PKG_MAINTAINER:=Daniel Golle -PKG_LICENSE:=GPL-3.0-or-later +PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:gnu:gpgme -- 2.30.2