]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dtc: Update to version 1.7.2
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 10:10:36 +0000 (12:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Sep 2025 15:47:45 +0000 (15:47 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/dtc
lfs/dtc

index 926c071d769e53389108e91b208d0cba9cb5e704..0bb6d6ac28b82b982f3bb8615b2d5008eb25e611 100644 (file)
@@ -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 b3069b56efd671406218b617684f676c83f0a1db..fe49a935f594fec0a9c8554555ff7bc2ade331f4 100644 (file)
--- a/lfs/dtc
+++ b/lfs/dtc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)