[openwrt/openwrt] openssl: correct PKG_LICENSE_FILES

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 11 13:07:29 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bcfc3f01a42301c08c8b2449d6a3862082c8079a

commit bcfc3f01a42301c08c8b2449d6a3862082c8079a
Author: Linus Kardell <linus.kardell at infobric.com>
AuthorDate: Tue Sep 9 16:24:55 2025 +0200

    openssl: correct PKG_LICENSE_FILES
    
    Point to correct file name.
    
    Signed-off-by: Linus Kardell <linus.kardell at infobric.com>
    Link: https://github.com/openwrt/openwrt/pull/19999
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/openssl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index c70dbd3004..aabaadd493 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssl
 PKG_VERSION:=3.5.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_BUILD_FLAGS:=no-mips16 gc-sections no-lto
 
 PKG_BUILD_PARALLEL:=1
@@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \
 PKG_HASH:=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
 
 PKG_LICENSE:=Apache-2.0
-PKG_LICENSE_FILES:=LICENSE
+PKG_LICENSE_FILES:=LICENSE.txt
 PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz at gmail.com>
 PKG_CPE_ID:=cpe:/a:openssl:openssl
 PKG_CONFIG_DEPENDS:= \




More information about the lede-commits mailing list