openwrt/package/libs
Ryan Keane afffcd09e5 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>
2024-11-16 19:57:58 +01:00
..
argp-standalone
elfutils elfutils: Backport some patches to fix errors 2024-11-16 19:57:58 +01:00
gettext-full
gmp
jansson
libbpf libbpf: bump to 1.4.6 2024-10-13 22:29:11 +03:00
libbsd
libcap
libevent2
libiconv-full
libjson-c libjson-c: update to 0.18 2024-10-05 12:29:20 +02:00
libmd
libmnl
libnetfilter-conntrack
libnfnetlink
libnftnl libnftnl: update to 1.2.8 2024-11-11 00:05:06 +01:00
libnl libnl: update to 3.10.0 2024-10-05 12:33:38 +02:00
libnl-tiny
libpcap libpcap: update to 1.10.5 2024-09-22 17:41:32 +02:00
libselinux
libsemanage
libsepol
libtool
libtraceevent
libtracefs
libubox
libunistring libunistring: update to 1.2 2024-08-07 18:05:32 +02:00
libunwind
libusb libusb: update to 1.0.27 2024-09-22 18:20:44 +02:00
libxml2 libxml2: update to 2.13.4 2024-10-05 12:31:43 +02:00
mbedtls mbedtls: update to 3.6.2 2024-10-24 20:17:27 +02:00
mpfr
musl-fts
ncurses ncurses: Fix path in ncursesw.pc 2024-07-28 19:30:35 +02:00
nettle
openssl openssl: update download mirrors 2024-09-25 23:30:22 +02:00
pcre2
popt
readline libreadlne: create symlinks for .so 2024-11-16 17:20:12 +01:00
sysfsutils
toolchain
uclient uclient: update to Git HEAD (2024-10-22) 2024-10-22 13:15:54 +02:00
udebug
ustream-ssl ustream-ssl: update to Git HEAD (2024-07-28) 2024-08-25 17:27:32 +02:00
wolfssl wolfssl: Adjust version for apk 2024-11-10 15:36:43 +01:00
zlib