[openwrt/openwrt] ppp: fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 9 04:38:04 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8a8bfcc7feec8974eaa23b43f98ef391a40b9a56

commit 8a8bfcc7feec8974eaa23b43f98ef391a40b9a56
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Oct 6 19:41:03 2025 +0000

    ppp: fix PKG_MIRROR_HASH
    
    Current PKG_MIRROR_HASH is wrong, but it went unnoticed, because the
    tarball is being fetched from @OPENWRT project mirrors. Can be
    reproduced with:
    
     make package/ppp/{download,check} FIXUP=1 DL_DIR=/tmp PKG_MIRROR_HASH=''
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
    Link: https://github.com/openwrt/openwrt/pull/20322
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/network/services/ppp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index d9061879cf..ed7df3a249 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -14,9 +14,9 @@ PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/ppp-project/ppp
+PKG_MIRROR_HASH:=381668ce1547afeaf599f08ae37935bfd3d5841747c62bca5a870c11e3e9bedb
 PKG_SOURCE_DATE:=2024-12-31
 PKG_SOURCE_VERSION:=9f612dc02c34509f062ed63b60bcc7e937e25178
-PKG_MIRROR_HASH:=677b71d23b668db986146e13b0c651f2ac506eb4fb244ffba1ff406cbae3511b
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=BSD-4-Clause




More information about the lede-commits mailing list