]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
elfutils: Update to version 0.193
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 24 May 2025 14:36:47 +0000 (16:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 May 2025 09:08:48 +0000 (09:08 +0000)
- 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.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/elfutils
lfs/elfutils

index 33d8dbf93776644b36afa7d6bc4db0b6b5896dd6..830888ed4d771c65a0cc1b89dd82cc46576d1956 100644 (file)
 #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
index a9f487f1b97fc59b60eb638249a519766c07df43..8cf2d361b1e732496f123e8326bc2e3b0ad83e46 100644 (file)
@@ -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        #
@@ -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)