[PATCH] add __vprintf_chk() fixes busybox help command

2018-02-20 Thread geraldo netto
add function __vprintf_chk() to make busybox help command happy Works on busybox 1.27.2 the code was copied from an old musl post from Josiah Worcester: http://www.openwall.com/lists/musl/2015/06/17/1 Signed-off-by: geraldo netto --- libc/stdio/__vfprintf_chk.c | 6 ++ 1 file changed, 6 ins

Re: [PATCH 24/56] mysql/GET: remove if (wget -c handles it)

2018-02-20 Thread Geraldo Netto
Hello Waldek/Nadav/All, Totally agreed Waldek! And maybe we could also define a policy to phase out apps that are not maintained for a long time eg: let's suppose we have an apps that is not updated for more than 3 years we do a survey in the mailing list, then, if no one is using, we remove it fr

Re: busybox __vprintf_chk missing (old musl)

2018-02-20 Thread Geraldo Netto
Hello Nadav/All, I just submitted a patch that is based on Josiah Worcester patch for musl: http://www.openwall.com/lists/musl/2015/06/17/1 It works as expected: netto@vmx01 ~/osv-clean $ scripts/run.py -V -e ash OSv v0.24-489-g3397bd1 4 CPUs detected Firmware vendor: SeaBIOS bsd: initializing -

Re: [PATCH 2/3] setup.py: sort packages

2018-02-20 Thread Geraldo Netto
Dear All, I have noticed that we have the following items missing on setup.py to run Debian/Ubuntu/Mint I'll get the proper package names/test and then submit a patch for them Debian: - bison, flex, git, unzip, wget, libyaml-cpp-dev Ubuntu/Mint: - bison, flex, git, wget, libyaml-cpp-dev Kind R

Why only RH based distros do support ARM 64 builds? was [PATCH 2/3] setup.py: sort packages

2018-02-20 Thread Geraldo Netto
Hello Guys, Let me redo the patches I'll redo per distribution because there are some more packages to add So, please, disregard the changes the patches about unzip/wget I have tested the changes on Debian 9.3, Ubuntu Trusty and Mint 18.3 Also, I noticed ARM 64 support is included only in RedHat

[COMMIT osv-apps master] Added vertx.io example app

2018-02-20 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added vertx.io example app Vertx.io is a polyglot (Java, JavaScript, Groovy, Ruby, Ceylon, Scala and Kotlin) toolkit based on netty and intended to build minimalistic reactive apps on JVM. Its design is based on the non-bl