immortalwrt/package/network/services/dropbear
Hans Dedecker 57d8f8382f 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-25 12:01:46 +08:00
..
files dropbear: add ed25519 and chacha20-poly1305 2020-06-06 20:31:27 +08:00
patches dropbear: fix compilation for uClibc 2020-06-25 12:01:46 +08:00
Config.in dropbear: add ed25519 and chacha20-poly1305 2020-06-06 20:31:27 +08:00
Makefile dropbear: bump to 2020.79 2020-06-22 18:05:47 +08:00