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 1D8D9138334 for ; Fri, 15 Mar 2019 13:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 042CCE08D4; Fri, 15 Mar 2019 13:19:20 +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 CE48BE08D4 for ; Fri, 15 Mar 2019 13:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8F205335CDE for ; Fri, 15 Mar 2019 13:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0065559 for ; Fri, 15 Mar 2019 13:19:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1552655949.6ea715e600364ec22e461a4ca77536004ed6a0b8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sysvinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sysvinit/sysvinit-2.94.ebuild X-VCS-Directories: sys-apps/sysvinit/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6ea715e600364ec22e461a4ca77536004ed6a0b8 X-VCS-Branch: master Date: Fri, 15 Mar 2019 13:19:16 +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: 76127a73-6b5d-4d14-8c01-4ba446a43f6d X-Archives-Hash: 9e288665df80182d3d8c2de1217d6b04 commit: 6ea715e600364ec22e461a4ca77536004ed6a0b8 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Mar 10 03:04:27 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 15 13:19:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea715e6 sys-apps/sysvinit: Do not force -fstack-protector-strong. Fixes: https://bugs.gentoo.org/679504 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Lars Wendler gentoo.org> sys-apps/sysvinit/sysvinit-2.94.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/sysvinit/sysvinit-2.94.ebuild b/sys-apps/sysvinit/sysvinit-2.94.ebuild index bb9842d5c6a..ea95cca195f 100644 --- a/sys-apps/sysvinit/sysvinit-2.94.ebuild +++ b/sys-apps/sysvinit/sysvinit-2.94.ebuild @@ -36,7 +36,10 @@ PATCHES=( src_prepare() { default - sed -i '/^CPPFLAGS =$/d' src/Makefile || die + sed -i \ + -e '/^CPPFLAGS =$/d' \ + -e '/^override CFLAGS +=/s/ -fstack-protector-strong//' \ + src/Makefile || die # last/lastb/mesg/mountpoint/sulogin/utmpdump/wall have moved to util-linux sed -i -r \