From d3a520fa68d2d0198ddca827a96a4e2cbb595d8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 4 Apr 2023 20:04:11 +0000 Subject: [PATCH] Revert "e2fsprogs: Update to version 1.47.0" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 1f3f26702144ef600eb7937c4ab78e4833e6636f. Symlink will remain in place to ensure the reverted version is always shipped to our users, including those that have installed Core Update 174 (testing). Fixes: #13073 Reported-by: Arne Fitzenreiter Signed-off-by: Peter Müller --- lfs/e2fsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index 8db1c215cb..4758b54010 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -24,7 +24,7 @@ include Config -VER = 1.47.0 +VER = 1.46.5 THISAPP = e2fsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 84f58b05a9f0e14e1a66c6e5171ff23b022f51c4e9a02d4d6d1d26c91909f3c7ec9c9f0462663a4457b4479043774502b8891f691e58a61f4ef6bf9ba33f33aa +$(DL_FILE)_BLAKE2 = 8d8c02e891c464782a7cff518c41d793fc73366b57e17d80ffc5afd96e6144e354290e667e9710509a9dde4e5dab7e7185c5bf084c5bfd26219f05e5e92e0830 install : $(TARGET) -- 2.39.5