aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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>
* | | | | | | | sqm-scripts: Bump to v1.0.2.Toke Høiland-Jørgensen2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | bash: Update to 4.3.42Marcel Denia2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | mosquitto: fix crash on client disconnectKarl Palsson2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | mosquitto: bump to version 1.4.3Karl Palsson2015-08-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/ Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | | dbus: bump to 1.9.20Steven Barth2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | libsigc++: bump to 2.5.2Steven Barth2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | Merge pull request #1653 from yousong/xl2tpd-fixSteven Barth2015-08-25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Xl2tpd fix
| * | | | | | xl2tpd: switch to github devel branch.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several patches here and pull requests at the upstream github project page were merged into the devel branch. Switch to that until the next stable release. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | | xl2tpd: conditionally build with flags for more verbose log output.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | | xl2tpd: add new config option checkup_interval.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | | xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | | xl2tpd: tweak generating pppoptfile.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | | xl2tpd: fix aliveness check for xl2tpd process.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change aims to address the following 2 issues - The control file was there yet xl2tpd process was not - The control file's existence prevented xl2tpd from start Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>