Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvmd/files/
Date: Wed, 28 Oct 2020 07:51:25
Message-Id: 1603871467.818fd77a8996d288e413f7c6809ef27eecdb3194.juippis@gentoo
1 commit: 818fd77a8996d288e413f7c6809ef27eecdb3194
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 07:21:46 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 07:51:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818fd77a
7
8 net-analyzer/gvmd: add patch headers to glibc_siglist.patch
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch | 16 +++++++++++++++-
13 1 file changed, 15 insertions(+), 1 deletion(-)
14
15 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
16 index 6b8ed7dfe1c..186bd882bdd 100644
17 --- a/net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch
18 +++ b/net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch
19 @@ -1,4 +1,18 @@
20 -# Solve Gentoo Bug 740558 : Replace deprecated sys_siglist with strsignal
21 +From ed07f5a23dd0644d0bbd3f2ddc1cec3b6ce922c6 Mon Sep 17 00:00:00 2001
22 +From: Timo Gurr <timo.gurr@×××××.com>
23 +Date: Tue, 1 Sep 2020 10:03:34 +0200
24 +Subject: [PATCH] Replace deprecated sys_siglist with strsignal
25 +
26 +Required to work with glibc >= 2.32.
27 +
28 +https://sourceware.org/pipermail/libc-announce/2020/000029.html
29 +
30 + The deprecated arrays sys_siglist, _sys_siglist, and sys_sigabbrev
31 + are no longer available to newly linked binaries, and their declarations
32 + have been removed from <string.h>. They are exported solely as
33 + compatibility symbols to support old binaries. All programs should use
34 + strsignal instead.
35 +
36 --- ./src/manage.c 2020-05-12 18:54:26.000000000 +0200
37 +++ ./src/manage.c 2020-10-27 13:32:20.423421085 +0100
38 @@ -3283,7 +3283,7 @@