openwrt/package
Ryan Keane 9591c1631d
elfutils: Backport some patches to fix errors
On aarch64 musl gcc 14.x compiler, trying compiling elfutils 0.192 with
lto option enabled will cause null-dereference error.
Example error message:

...
elf_compress.c: In function 'elf_compress':
elf_compress.c:675:26: error: potential null pointer dereference [-Werror=null-dereference]
  675 |           shdr->sh_flags |= SHF_COMPRESSED;
      |                          ^
elf_compress_gnu.c: In function 'elf_compress_gnu':
elf_compress_gnu.c:127:25: error: potential null pointer dereference [-Werror=null-dereference]
  127 |           shdr->sh_size = new_size;
      |                         ^                      ^
...

This is a false postive warning but will abort compilation if gcc has
`-Werror` flag. This commit add a patch for this, see the bugzilla
report below.

This commit backports a series of patches to fix some errors.

Add patch:
- 007-add-libeu-symbols-to-libelf.patch
- 008-fix-autoconf-ENABLE_IMA_VERIFICATION.patch
- 009-fix-null-dereference-with-lto.patch

Link: https://sourceware.org/bugzilla/show_bug.cgi?id=32311
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16886
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit afffcd09e5)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2024-11-28 18:47:36 +00:00
..
base-files base-files: Mount debugfs and pstore with nosuid,nodev,noexec 2024-11-28 18:47:23 +00:00
boot uboot-envtools: add support for GatoNetworks GDSP 2024-11-28 18:47:11 +00:00
devel gdb: Remove MIPS NSIG patch 2024-10-12 21:51:25 +02:00
firmware linux-firmware: rename packages for i915 firmware 2024-11-28 18:47:17 +00:00
kernel x86: make i915 as a kmod with required firmware 2024-11-28 18:47:19 +00:00
libs elfutils: Backport some patches to fix errors 2024-11-28 18:47:36 +00:00
network ppp: remove more unnecessary kernel checks 2024-11-28 18:47:25 +00:00
system procd: update to git HEAD 2024-11-26 12:23:06 +00:00
utils utils: Add the omnia-eeprom utility 2024-11-28 18:47:15 +00:00
Makefile build: don't include kernel/libc in package index 2024-10-30 14:17:33 +01:00