[openwrt/openwrt] e2fsprogs: update to 1.47.2

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 11 13:25:08 PST 2025


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

commit 7a888afa40714fba18329c3c679cda111bd993ae
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Mon Jan 6 05:40:38 2025 -0500

    e2fsprogs: update to 1.47.2
    
    Release information (not yet published):
    https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.2
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/17499
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/utils/e2fsprogs/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile
index 16b47748e3..bebfc8dab2 100644
--- a/package/utils/e2fsprogs/Makefile
+++ b/package/utils/e2fsprogs/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.47.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.47.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/
-PKG_HASH:=144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db
+PKG_HASH:=08242e64ca0e8194d9c1caad49762b19209a06318199b63ce74ae4ef2d74e63c
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=NOTICE




More information about the lede-commits mailing list