- Update from version 0.192 to 0.193
- Update of rootfile
- Changelog
    0.193
        debuginfod: Add CORS (webapp access) support to webapi and --cors 
option.
                    Add --listen-address option for binding the HTTP listen 
socket
                     to a specific IPv4 or IPv6 address.
                    debuginfod client now caches x-debuginfod-* HTTP headers
                     alongside downloaded files.
        libdw: Add dwarf_language and dwarf_language_lower_bound functions.
               Improved support for DWARF6 language metadata as well as DWARF
                language constants for Nim, Dylan, Algol68, V and Mojo.
               dwarf_srclang is now forward-compatible with DWARF6 language
                constants.
        libdwfl_stacktrace: Experimental new library interface for unwinding
                            stack samples into call chains, and tracking and
                            caching Elf data for multiple processes, building
                            on libdwfl.  Initially supports perf_events stack
                            sample data.
        libelf: elf_scnshndx has been rewritten to be more robust, particularily
                for ELF files with more than 64K sections.
        readelf: Improved handling of corrupt ELF data.
                 --section-headers output now includes a "Key to Flags" 
explaining
                 section flag meanings.

Signed-off-by: Adolf Belka <adolf.be...@ipfire.org>
---
 config/rootfiles/common/elfutils | 7 ++++---
 lfs/elfutils                     | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/config/rootfiles/common/elfutils b/config/rootfiles/common/elfutils
index 33d8dbf93..830888ed4 100644
--- a/config/rootfiles/common/elfutils
+++ b/config/rootfiles/common/elfutils
@@ -24,19 +24,20 @@
 #usr/include/elfutils/libdw.h
 #usr/include/elfutils/libdwelf.h
 #usr/include/elfutils/libdwfl.h
+usr/include/elfutils/libdwfl_stacktrace.h
 #usr/include/elfutils/version.h
 #usr/include/gelf.h
 #usr/include/libelf.h
 #usr/include/nlist.h
-usr/lib/libasm-0.192.so
+usr/lib/libasm-0.193.so
 #usr/lib/libasm.a
 #usr/lib/libasm.so
 usr/lib/libasm.so.1
-usr/lib/libdw-0.192.so
+usr/lib/libdw-0.193.so
 #usr/lib/libdw.a
 #usr/lib/libdw.so
 usr/lib/libdw.so.1
-usr/lib/libelf-0.192.so
+usr/lib/libelf-0.193.so
 #usr/lib/libelf.a
 #usr/lib/libelf.so
 usr/lib/libelf.so.1
diff --git a/lfs/elfutils b/lfs/elfutils
index a9f487f1b..8cf2d361b 100644
--- a/lfs/elfutils
+++ b/lfs/elfutils
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <i...@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <i...@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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Higher-level library to access ELF files
 
-VER        = 0.192
+VER        = 0.193
 
 THISAPP    = elfutils-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
cf9036a1fca416e0d47c76471093609230545aee63e31e30991dc3c88417d7c621c930bb74809374da3bf142501cee91a2b861a5a89efcb5e1ac184df5defce1
+$(DL_FILE)_BLAKE2 = 
3ddda695e92c76d0f98432b65d51737bdebf9cad536e0a583d10beb4693d98ce6e47716ff143d82dd3488e59489b03170bd292cb165d44bfb8581ff67dd2b1b9
 
 install : $(TARGET)
 
-- 
2.49.0


Reply via email to