commit: 818fd77a8996d288e413f7c6809ef27eecdb3194 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Oct 28 07:21:46 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 28 07:51:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818fd77a
net-analyzer/gvmd: add patch headers to glibc_siglist.patch Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch b/net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch index 6b8ed7dfe1c..186bd882bdd 100644 --- a/net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch +++ b/net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch @@ -1,4 +1,18 @@ -# Solve Gentoo Bug 740558 : Replace deprecated sys_siglist with strsignal +From ed07f5a23dd0644d0bbd3f2ddc1cec3b6ce922c6 Mon Sep 17 00:00:00 2001 +From: Timo Gurr <[email protected]> +Date: Tue, 1 Sep 2020 10:03:34 +0200 +Subject: [PATCH] Replace deprecated sys_siglist with strsignal + +Required to work with glibc >= 2.32. + +https://sourceware.org/pipermail/libc-announce/2020/000029.html + + The deprecated arrays sys_siglist, _sys_siglist, and sys_sigabbrev + are no longer available to newly linked binaries, and their declarations + have been removed from <string.h>. They are exported solely as + compatibility symbols to support old binaries. All programs should use + strsignal instead. + --- ./src/manage.c 2020-05-12 18:54:26.000000000 +0200 +++ ./src/manage.c 2020-10-27 13:32:20.423421085 +0100 @@ -3283,7 +3283,7 @@
