aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* perl: Skip $0 test on busybox in dist/threads/t/join.tMarcel Denia2015-09-01
| | | | | | | This test requires a ps which provides the -f option, as well as suitable output. We can't provide either with busybox. Just skip it for now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Skip crypt() tests if unavailable in t/op/tie_fetch_count.tMarcel Denia2015-09-01
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Update perlbase.mkMarcel Denia2015-09-01
| | | | | | | | | - Add perlbase-meta-notation - Include missing files and tests/test data - Install Archive::Tar utilities - Update dependencies Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Improve run_tests.shMarcel Denia2015-09-01
| | | | | | | - Add some useful options for debugging tests and test failures - Properly handle tests located in lib/ Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Update extensions configuration symbolMarcel Denia2015-09-01
| | | | | | | This needs to be a concatenation of {nonxs,dynamic,static}_ext, as shown by Config/Extensions.t. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Include vmsish.t and Internals.t in perl-tests-commonMarcel Denia2015-09-01
| | | | | | There is no other place for them really. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Disable OS/2 testsMarcel Denia2015-09-01
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Disable setlocale usage under muslMarcel Denia2015-09-01
| | | | | | | | | | | | | 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>
* perl: Switch to split configuration filesMarcel Denia2015-09-01
| | | | | | | | | | | | 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>
* Merge pull request #1740 from br101/exfatTed Hess2015-08-31
|\ | | | | exfat: Update for Kernel version 4.1+
| * exfat: Update for Kernel version 4.1+Bruno Randolf2015-08-31
|/ | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* Merge pull request #1738 from kissg1988/valaTed Hess2015-08-30
|\ | | | | vala: upgrade to 0.29.3
| * vala: upgrade to 0.29.3Gergely Kiss2015-08-30
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #1737 from kissg1988/sudoTed Hess2015-08-30
|\ \ | |/ |/| sudo: upgrade to version 1.8.14p3
| * sudo: upgrade to version 1.8.14p3Gergely Kiss2015-08-30
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2Michael Heimpold2015-08-30
| | | | | | | | | | | | | | | | | | | 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>
* iotivity: update to version 0.9.2Hauke Mehrtens2015-08-29
| | | | | | | | | | | 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>
* Merge pull request #1730 from kissg1988/libzdbSteven Barth2015-08-29
|\ | | | | libzdb: musl compatibility fix
| * libzdb: musl compatibility fixGergely Kiss2015-08-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #1725 from kissg1988/procps-ngTed Hess2015-08-28
|\ \ | | | | | | procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
| * | seafile-server: bump PKG_RELEASEGergely Kiss2015-08-28
| |/ | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * procps: replaced by procps-ngGergely Kiss2015-08-27
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * seafile-server: use pkill from procps-ngGergely Kiss2015-08-27
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * procps-ng: import version 3.3.11Gergely Kiss2015-08-27
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #1727 from roger-/micropythonTed Hess2015-08-28
|\ \ | | | | | | micropython: update to latest
| * | micropython: update to latestRoger2015-08-28
|/ / | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | Merge pull request #1713 from databeille/patch-1Steven Barth2015-08-28
|\ \ | | | | | | e2guardian : typo into procd init script
| * | e2guardian : fix a typo in procd init scriptdatabeille2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #1717 from hnyman/collectd-entropySteven Barth2015-08-28
|\ \ \ | | | | | | | | collectd: Enable entropy plugin
| * | | collectd: Enable entropy pluginHannu Nyman2015-08-26
| |/ / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #1721 from dirkfeytons/masterSteven Barth2015-08-28
|\ \ \ | | | | | | | | strongswan: add a couple more plugins
| * | | strongswan: add a couple more pluginsDirk Feytons2015-08-27
| | | | | | | | | | | | | | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* | | | Merge pull request #1723 from thess/boost-buildTed Hess2015-08-27
|\ \ \ \ | | | | | | | | | | boost: Fix building without hard float (fenv.h)
| * | | | boost: Fix building without hard float (fenv.h)Ted Hess2015-08-27
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #1714 from lynxis/libxml2_nonparallelMichael Heimpold2015-08-27
|\ \ \ \ | |/ / / |/| | | libxml2: disable parallel build
| * | | libxml2: disable parallel buildAlexander Couzens2015-08-26
| | |/ | |/| | | | | | | | | | | | | libxml2 fails to build in one of three runs. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | alsa-lib: Add missing comma to maintainer listTed Hess2015-08-27
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1718 from changeway/libstropheTed Hess2015-08-27
|\ \ \ | |_|/ |/| | libstrophe : Update to version 0.8.8
| * | libstrophe : Update to version 0.8.8Chih-Wei Chen2015-08-24
| | | | | | | | | | | | Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* | | openconnect: disabled the resolving code from ppp in netifd scriptNikos Mavrogiannopoulos2015-08-26
| | | | | | | | | | | | | | | | | | | | | That code was causing netifd disabling openconnect with no way to restart it. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | avrdude: enable linux-gpio by defaultJohn Crispin2015-08-26
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | | openssh: update to 7.1p1Peter Wagner2015-08-26
| |/ |/| | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | reaver: build without MIPS16.Yousong Zhou2015-08-26
| | | | | | | | | | | | Thanks hnyman for reporting it. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #1681 from the-alien/masterSteven Barth2015-08-26
|\ \ | | | | | | python-psycopg2, python-egenix-mx-base: added new versions of packages
| * | python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as ↵alien2015-08-23
| | | | | | | | | | | | | | | | | | a dependency Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
* | | Merge pull request #1700 from aTanW/masterSteven Barth2015-08-26
|\ \ \ | | | | | | | | gammu: bump to mainstream v 1.36.4, full-language version build fix
| * | | gammu: bump to mainstream v 1.36.4, full-language version build fixaTanW2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)
* | | | Merge pull request #1708 from uweber/masterSteven Barth2015-08-26
|\ \ \ \ | | | | | | | | | | strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
| * | | | strongswan: dont overwrite ipsec.conf and ipsec.user during upgradeUlrich Weber2015-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ulrich Weber <uw@ocedo.com>
* | | | | crelay: Fix link error with BUILD_NLS=yTed Hess2015-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>