* [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/
@ 2014-03-22 12:29 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2014-03-22 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 2cafb689e1bf4a7ad609a3f4d662f6250b8c5579
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 12:29:17 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 12:29:17 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=2cafb689
net-misc/openssh: fix white space
Package-Manager: portage-2.2.7
Manifest-Sign-Key: 0xF52D4BBA
---
net-misc/openssh/openssh-6.6_p1-r99.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/openssh/openssh-6.6_p1-r99.ebuild b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
index 3232115..b082439 100644
--- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild
+++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
@@ -138,7 +138,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-6.4p1-avoid-exit.patch
epatch "${FILESDIR}"/${PN}-6.4p1-missing-sys_param_h.patch
- epatch "${FILESDIR}"/${PN}-6.4p1-fix-typo-construct_utmpx.patch
+ epatch "${FILESDIR}"/${PN}-6.4p1-fix-typo-construct_utmpx.patch
epatch_user #473004
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/
@ 2014-03-22 13:44 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2014-03-22 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 07c80e5acf14628024ef5f609f1be73993a7ea04
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 13:45:03 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 13:45:03 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=07c80e5a
net-misc/openssh: see http://gcc.gnu.org/ml/gcc/2012-01/msg00012.html
Package-Manager: portage-2.2.7
Manifest-Sign-Key: 0xF52D4BBA
---
net-misc/openssh/openssh-6.6_p1-r99.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-misc/openssh/openssh-6.6_p1-r99.ebuild b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
index b082439..379d385 100644
--- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild
+++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
@@ -180,6 +180,8 @@ src_configure() {
append-ldflags -lutil
fi
+ use x86 && myconf="${myconf} --without-stackprotect"
+
econf \
--with-ldflags="${LDFLAGS}" \
--disable-strip \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/
@ 2014-11-18 21:57 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2014-11-18 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 7d717d6413251a58a4ad004a1058da2ae22dd119
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Mon Nov 10 19:05:11 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 21:59:09 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7d717d64
net-misc/openssh: disable stack-protector for powerpc
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
---
net-misc/openssh/openssh-6.6_p1-r99.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-misc/openssh/openssh-6.6_p1-r99.ebuild b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
index 61acd18..3d51e6e 100644
--- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild
+++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
@@ -180,7 +180,9 @@ src_configure() {
append-ldflags -lutil
fi
+ # __stack_chk_fail_local
use x86 && myconf="${myconf} --without-stackprotect"
+ use ppc && myconf="${myconf} --without-stackprotect"
econf \
--with-ldflags="${LDFLAGS}" \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/
@ 2015-05-10 12:53 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2015-05-10 12:53 UTC (permalink / raw
To: gentoo-commits
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 \
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-10 12:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-22 12:29 [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2014-03-22 13:44 Anthony G. Basile
2014-11-18 21:57 Anthony G. Basile
2015-05-10 12:53 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox