openwrt/package/network/services/dropbear/patches
Hans Dedecker 751e6ab8e6 dropbear: fix compilation for uClibc
Backport patches which fix compile issue for uClibc-ng :

dbrandom.c:174:8: warning: implicit declaration of function 'getrandom'; did you mean 'genrandom'? [-Wimplicit-function-declaration]
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
        ^~~~~~~~~
        genrandom
dbrandom.c:174:36: error: 'GRND_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'?
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
                                    ^~~~~~~~~~~~~
                                    SOCK_NONBLOCK

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-06-24 22:36:21 +02:00
..
001-backport_GNU_SOURCE-for-random.patch dropbear: fix compilation for uClibc 2020-06-24 22:36:21 +02:00
002-backport-move-GNU_SOURCE-earlier.patch dropbear: fix compilation for uClibc 2020-06-24 22:36:21 +02:00
010-backport-disable-toom-and-karatsuba.patch dropbear: bump to 2020.79 2020-06-21 21:33:23 +02:00
100-pubkey_path.patch dropbear: bump to 2020.79 2020-06-21 21:33:23 +02:00
110-change_user.patch dropbear: bump to 2020.79 2020-06-21 21:33:23 +02:00
130-ssh_ignore_x_args.patch dropbear: bump to 2019.77 2019-03-25 22:25:32 +01:00
140-disable_assert.patch dropbear: bump to 2019.77 2019-03-25 22:25:32 +01:00
160-lto-jobserver.patch dropbear: bump to 2020.79 2020-06-21 21:33:23 +02:00
600-allow-blank-root-password.patch dropbear: bump to 2019.77 2019-03-25 22:25:32 +01:00
900-configure-hardening.patch dropbear: fix hardening flags during configure 2019-03-25 22:25:33 +01:00
901-bundled-libs-cflags.patch dropbear: bump to 2020.79 2020-06-21 21:33:23 +02:00