diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-27 05:19:05 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-27 12:54:26 -0500 |
commit | 8d387347bd3595b803a4e5a902ad2d346eaa0eb9 (patch) | |
tree | 263ed139fe714f80cc35624965d39d3390455c01 /net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch | |
parent | sys-apps/coreutils-8.25-r0: stable on alpha (diff) | |
download | gentoo-8d387347bd3595b803a4e5a902ad2d346eaa0eb9.tar.gz gentoo-8d387347bd3595b803a4e5a902ad2d346eaa0eb9.tar.bz2 gentoo-8d387347bd3595b803a4e5a902ad2d346eaa0eb9.zip |
net-misc/openssh: clean up patches a bit
Add documentation to the new patches to track their provenance.
Clean up the hpn patchset to resync it with upstream and drop the
extended server logging patch again.
Change how we apply the mips ABI patch to use the right USE flags
rather than keying off a subset of CHOSTs.
Diffstat (limited to 'net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch')
-rw-r--r-- | net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch b/net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch index 0a4c0e71133b..7eaadaf11cda 100644 --- a/net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch +++ b/net-misc/openssh/files/openssh-7.3-mips-seccomp-n32.patch @@ -1,6 +1,11 @@ -diff -Naurp openssh-7.3p1.orig/configure.ac openssh-7.3p1/configure.ac ---- openssh-7.3p1.orig/configure.ac 2016-07-27 22:54:27.000000000 +0000 -+++ openssh-7.3p1/configure.ac 2016-08-17 15:58:11.531465000 +0000 +https://bugs.gentoo.org/591392 +https://bugzilla.mindrot.org/show_bug.cgi?id=2590 + +7.3 added seccomp support to MIPS, but failed to handled the N32 +case. This patch is temporary until upstream fixes. + +--- openssh-7.3p1/configure.ac ++++ openssh-7.3p1/configure.ac @@ -816,10 +816,10 @@ main() { if (NSVersionOfRunTimeLibrary(" seccomp_audit_arch=AUDIT_ARCH_MIPSEL ;; |