You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
001-backport_GNU_SOURCE-for-random.patch dropbear: fix compilation for uClibc 4 years ago
002-backport-move-GNU_SOURCE-earlier.patch dropbear: fix compilation for uClibc 4 years ago
010-backport-disable-toom-and-karatsuba.patch dropbear: bump to 2020.79 4 years ago
100-pubkey_path.patch dropbear: bump to 2020.79 4 years ago
110-change_user.patch dropbear: bump to 2020.79 4 years ago
130-ssh_ignore_x_args.patch dropbear: bump to 2019.77 5 years ago
140-disable_assert.patch dropbear: bump to 2019.77 5 years ago
160-lto-jobserver.patch dropbear: bump to 2020.79 4 years ago
600-allow-blank-root-password.patch dropbear: bump to 2019.77 5 years ago
900-configure-hardening.patch dropbear: fix hardening flags during configure 5 years ago
901-bundled-libs-cflags.patch dropbear: bump to 2020.79 4 years ago