From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/
Date: Sun, 10 May 2015 12:53:23 +0000 (UTC) [thread overview]
Message-ID: <1431262367.45ef61e72bd8a80130cb333a78137942b0ed5d93.blueness@gentoo> (raw)
commit: 45ef61e72bd8a80130cb333a78137942b0ed5d93
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Sat May 9 15:01:18 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun May 10 12:52:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=45ef61e7
net-misc/openssh: disable stack-protector for x86 and ppc
net-misc/openssh/openssh-6.7_p1-r99.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-misc/openssh/openssh-6.7_p1-r99.ebuild b/net-misc/openssh/openssh-6.7_p1-r99.ebuild
index 7edc50d..f6ad39c 100644
--- a/net-misc/openssh/openssh-6.7_p1-r99.ebuild
+++ b/net-misc/openssh/openssh-6.7_p1-r99.ebuild
@@ -189,6 +189,10 @@ src_configure() {
append-ldflags -lutil
fi
+ # __stack_chk_fail_local
+ use x86 && myconf+=( --without-stackprotect)
+ use ppc && myconf+=( --without-stackprotect)
+
econf \
--with-ldflags="${LDFLAGS}" \
--disable-strip \
next reply other threads:[~2015-05-10 12:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-10 12:53 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 21:57 [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/ Anthony G. Basile
2014-03-22 13:44 Anthony G. Basile
2014-03-22 12:29 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1431262367.45ef61e72bd8a80130cb333a78137942b0ed5d93.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox