| Commit message (Collapse) | Author | Age |
... | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
While setlocale() is present, musl currently doesn't provide a suitable implementation.
It'll silently accept every locale, even if not present at all, defaulting them
to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t).
Even if a locale does exist, it's effects will not apply to an extent that will
satisfy many applications.
Avoid further mischief here and just disable setlocale() for now.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This replaces the previously used collection of configuration files for every single
architecture in conjunction with hacky overrides, which became an increasing burden to maintain.
Fixes a number of outstanding bugs and oddities, with the most important one being the
previously wrong signal order(as shown by ext/POSIX/t/sigaction.t).
See files/perlconfig.pl's POD and files/README.config for details.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
exfat: Update for Kernel version 4.1+
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
vala: upgrade to 0.29.3
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
sudo: upgrade to version 1.8.14p3
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also already mentioned in ba4338d6f7753c77b03357aa74cc63771e94074a,
the security feature FORTIFY_SOURCE could be set globally.
The current approach tries to undefine and redefine it, however,
the order on the command line prevents this from being successfully, e.g.:
arm-openwrt-linux-muslgnueabi-gcc ... -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... -D_FORTIFY_SOURCE=1 ...
`---------------v-------------------' `--------v--------'
AM_CFLAGS OpenWrt params
So to have the original source (static) _FORTIFY_SOURCE=2 define,
the only option is to remove it from AM_CFLAGS completely, and
to pass it after the OpenWrt settings explicitely in the Makefile.
This should fix the buildbots finally.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This brings IoTivity to version 0.9.2 in addition it does the following:
* split C and C++ Stack into two packages
* backport some patches which are adding missing dependencies to the shared libs
* remove patches merged upstream
* add some other patches fixing some problems, most of them are already merged upstream
* activate security and logging support
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
libzdb: musl compatibility fix
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
micropython: update to latest
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Roger D <rogerdammit@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
e2guardian : typo into procd init script
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>
Signed-off-by: Julien Paquit julien@databeille.com
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
collectd: Enable entropy plugin
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Enable the entropy plugin that monitors the available entropy in a Linux system.
Works ok and has no library dependencies. Tested on ar71xx/WNDR3700.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
strongswan: add a couple more plugins
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
boost: Fix building without hard float (fenv.h)
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
libxml2: disable parallel build
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
libxml2 fails to build in one of three runs.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
|
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
libstrophe : Update to version 0.8.8
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
That code was causing netifd disabling openconnect with no way
to restart it.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: John Crispin <blogic@openwrt.org>
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks hnyman for reporting it.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
python-psycopg2, python-egenix-mx-base: added new versions of packages
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
a dependency
Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
gammu: bump to mainstream v 1.36.4, full-language version build fix
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Ulrich Weber <uw@ocedo.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Patch backported from upstream. Was only noticed on musl and freebsd
clients. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707
Fixes github issue #1692
Signed-off-by: Karl Palsson <karlp@remake.is>
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Xl2tpd fix
|