[openwrt/openwrt] ebtables: fix PKG_MIRROR_HASH

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


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7d4edb21b62a84a3a9442263b3080c3d443e12f7

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

    ebtables: 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/ebtables/{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/utils/ebtables/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile
index 1eae868d7a..55df72b654 100644
--- a/package/network/utils/ebtables/Makefile
+++ b/package/network/utils/ebtables/Makefile
@@ -12,9 +12,9 @@ PKG_SOURCE_DATE:=2018-06-27
 PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=https://git.netfilter.org/ebtables
+PKG_MIRROR_HASH:=3039d73b167c41025b1b401b647743b9c6d786613c693eef34de325b30de6d47
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=48cff25dfea5b37e16ba5dc6601e98ab140f5f99
-PKG_MIRROR_HASH:=1ee560498e1a047b329eab3dad8425ae51e7f0527e4495efb99481ca11206b37
 
 PKG_LICENSE:=GPL-2.0
 PKG_CPE_ID:=cpe:/a:netfilter:ebtables




More information about the lede-commits mailing list