From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7576F138359 for ; Wed, 28 Oct 2020 07:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 772A9E094F; Wed, 28 Oct 2020 07:51:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 619B0E094F for ; Wed, 28 Oct 2020 07:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 082D9335DC9 for ; Wed, 28 Oct 2020 07:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8E13C0 for ; Wed, 28 Oct 2020 07:51:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1603871467.818fd77a8996d288e413f7c6809ef27eecdb3194.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvmd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvmd/files/gvmd-9.0.1-glibc_siglist.patch X-VCS-Directories: net-analyzer/gvmd/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 818fd77a8996d288e413f7c6809ef27eecdb3194 X-VCS-Branch: master Date: Wed, 28 Oct 2020 07:51:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 411beafe-9859-4956-8923-c561af6c1011 X-Archives-Hash: a6a3799c68a9f2dc39da042e654a1c76 commit: 818fd77a8996d288e413f7c6809ef27eecdb3194 Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 28 07:21:46 2020 +0000 Commit: Joonas Niilola gentoo 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 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 +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 . 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 @@