kumquat-buildroot/package/openssh
Peter Korsgaard cc856401e8 openssh: fix getpagesize() related static linking issue
Fixes:
http://autobuild.buildroot.net/results/8cc/8cc30818a400c7a392a3de787cabc9cd8425495f/

The configure script checks for getpagesize() and sets HAVE_GETPAGESIZE in
config.h, but bsd-getpagesize.c forgot to include includes.h (which
indirectly includes config.h) so the checks always fails, causing linker
issues when linking statically on systems with getpagesize().

Fix it by including includes.h.

Patch submitted upstream:
https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-October/036413.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-11-01 10:46:29 +01:00
..
0001-configure-ac-detect-mips-abi.patch
0002-configure-ac-properly-set-seccomp-audit-arch-for-mips64.patch
0003-fix-pam-uclibc-pthreads-clash.patch openssh: don't download patch from Github 2017-07-03 00:05:18 +02:00
0004-fix-howmany-include.patch openssh: don't download patch from Github 2017-07-03 00:05:18 +02:00
0005-openbsd-compat-bsd-getpagesize.c-include-includes.h-.patch openssh: fix getpagesize() related static linking issue 2017-11-01 10:46:29 +01:00
Config.in
openssh.hash openssh: security bump to version 7.6p1 2017-10-27 13:49:02 +02:00
openssh.mk openssh: security bump to version 7.6p1 2017-10-27 13:49:02 +02:00
S50sshd openssh: Move key generation to the start function of init script. 2017-02-26 14:37:54 +01:00
sshd.service