- Update from version 1.7.1 to 1.7.2
- Update of rootfile
- Changelog
1.7.2
Build
- Fix automatic dependency handling for paths with spaces in them
- Fix to allow compilation with swig 4.3.0
- Disable pointless warnings on swig generated code
fdtoverlay
- Improve error message with missing /__symbols__
Signed-off-by: Adolf Belka <[email protected]>
---
config/rootfiles/common/dtc | 2 +-
lfs/dtc | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/dtc b/config/rootfiles/common/dtc
index 926c071d7..0bb6d6ac2 100644
--- a/config/rootfiles/common/dtc
+++ b/config/rootfiles/common/dtc
@@ -11,4 +11,4 @@
#usr/lib/libfdt.a
#usr/lib/libfdt.so
usr/lib/libfdt.so.1
-usr/lib/libfdt.so.1.7.1
+usr/lib/libfdt.so.1.7.2
diff --git a/lfs/dtc b/lfs/dtc
index b3069b56e..fe49a935f 100644
--- a/lfs/dtc
+++ b/lfs/dtc
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <[email protected]> #
+# Copyright (C) 2007-2025 IPFire Team <[email protected]> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,8 @@
include Config
-VER = 1.7.1
+VER = 1.7.2
+# https://mirrors.edge.kernel.org/pub/software/utils/dtc/
THISAPP = dtc-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 =
c9d9d7c60ce13c8e138ab8ddf3e8166d7cf3867ca4e5ea53621bf73514319faf6a6bac09fb96c971554db9f77dd3428e01d53990586041092a64849685d8854b
+$(DL_FILE)_BLAKE2 =
d345027614a4caff9912b39286e35c1a889bbfd88630bac1c9c48223a6171bd6a8661342c89355e63301b395d1c238be82d21d870b0dd5fc05ae5dd552e730a6
install : $(TARGET)
--
2.51.0