aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* iotivity: deactivate it on uClibcHauke Mehrtens2015-07-12
| | | | | | | | | | | | | IoTivity makes use of std::sto* and this is deactivated because GCC things uClibc does not support C11, but it supports this part, not C11 completely. To make IoTivity work with uClibc a patch for this bug is needed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393 An option would be this patch: https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tcsh: add source mirrorsNuno Goncalves2015-07-11
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* Merge pull request #1547 from adam2104/masterSteven Barth2015-07-11
|\ | | | | dnscrypt-proxy: add support for -E/--ephemeral-keys option.
| * dnscrypt-proxy: add support for -E/--ephemeral-keys option.Adam Gensler2015-07-07
| | | | | | | | Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
* | sslh: disable libpcre probe supportJonathan McCrohan2015-07-11
| | | | | | | | | | | | | | | | | | | | Backport upstream commit 3aefaf3 which allows sslh to be built without libpcre support. This was brought about by the move to musl which doesn't support the non-POSIX REG_STARTEND regexec eflag. Fixes: #1506 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | screen: update to 4.3.1Etienne CHAMPETIER2015-07-11
| | | | | | | | | | | | | | refresh patches quickly run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | monit: update to 5.14Etienne CHAMPETIER2015-07-11
| | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | zabbix: increase PKG_RELEASEEtienne CHAMPETIER2015-07-11
| | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | zabbix: switch zabbix_agentd to procdEtienne CHAMPETIER2015-07-11
| | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | zabbix: add option to run daemon in foregroundEtienne CHAMPETIER2015-07-10
| | | | | | | | | | | | | | | | this will allow us to switch to procd and use jailing ... this patch come from https://support.zabbix.com/browse/ZBXNEXT-611 big thanks to Boris Manojlovic Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | Merge pull request #1555 from ericschultz/patch-1Hauke Mehrtens2015-07-10
|\ \ | | | | | | Fixed broken link in README.md
| * | Fixed broken link in README.mdEric Schultz2015-07-10
|/ / | | | | | | I've fixed the obtain.firmware.sdk link. Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
* | Merge pull request #1552 from MikePetullo/openldapTed Hess2015-07-08
|\ \ | | | | | | openldap: update to 2.4.41
| * | openldap: update copyright datesW. Michael Petullo2015-07-08
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | openldap: update to 2.4.41W. Michael Petullo2015-07-08
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #1551 from roger-/micropythonTed Hess2015-07-08
|\ \ \ | | | | | | | | micropython: update to fix build issue
| * | | micropython: update to fix build issueRoger2015-07-08
| | | |
* | | | Merge pull request #1169 from ryzhovau/lighttpd_luaTed Hess2015-07-08
|\ \ \ \ | | | | | | | | | | lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
| * | | | lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnetAlexander Ryzhov2015-04-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | openconnect: corrected port descriptions in READMENikos Mavrogiannopoulos2015-07-08
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: more explicit documentationNikos Mavrogiannopoulos2015-07-08
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | openconnect: corrected call to proto_add_host_dependencyNikos Mavrogiannopoulos2015-07-07
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #1537 from sairon/tvheadend-new-packageTed Hess2015-07-07
|\ \ \ \ | | | | | | | | | | tvheadend: add new package
| * | | | tvheadend: add new packageJan Čermák2015-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tvheadend is a TV streaming server and recorder for Linux. Legacy Makefile for tvheadend was used as a skeleton, but most of its parts were rewritten or updated later. Procd init script allows to set some configuration options (these are commented out in default Uci config for documentation purposes) and is written in a way that it puts only configuration that needs to be persistent to main memory. EPG database which is large and updated regularly is put to tmpfs (this can be disabled in config). Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | Merge pull request #1548 from aTanW/masterSteven Barth2015-07-07
|\ \ \ \ \ | | | | | | | | | | | | joe: bump to new upstream v4.0
| * | | | | joe: bump to new upstream v4.0aTanW2015-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 8 ++++---- files/joerc | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-)
* | | | | | Merge pull request #1549 from salzmdan/masterSteven Barth2015-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | knot: update to 1.6.4
| * | | | | | knot: update to 1.6.4Daniel Salzman2015-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | Merge pull request #1546 from arfett/masterSteven Barth2015-07-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mwan3-luci updates for CC/trunk compatibility
| * | | | | | | mwan3-luci update to version 1.4-3arfett2015-07-06
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed two issues in Chaos Calmer and trunk: -troubleshooting page not displaying -UCI arguments out of order because of switch to musl c library from uclibc Signed-off-by: Aedan "arfett" Renner <chipdankly@gmail.com>
* | | | | | | lvm2: update sources and improve packagingDaniel Golle2015-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | gnunet: bump source, improve packagingDaniel Golle2015-07-07
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix two typos in Makefile * package transports seperately * enable all installed transports by default * use logfile so we don't stdio-choke gnunet-service-arm -> should use syslog instead... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | tinc: version bump 1.0.26Saverio Proto2015-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | | | Merge pull request #1539 from t-8ch/esniperTed Hess2015-07-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | esniper: add esniper
| * | | | | | esniper: add esniperThomas Weißschuh2015-07-04
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
* | | | | | Merge pull request #1545 from dvlemplgk/patch-3Steven Barth2015-07-06
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
| * | | | | open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definitiondvlemplgk2015-07-06
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* | | | | Merge pull request #1533 from leitec/add-ngircd-v2Steven Barth2015-07-06
|\ \ \ \ \ | | | | | | | | | | | | [v2] ngircd: import from oldpackages and update to 22.1
| * | | | | ngircd: update to release 22.1Claudio Leite2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also enable IPv6 by default, depending on the OpenWrt build config. Signed-off-by: Claudio Leite <leitec@staticky.com>
| * | | | | ngircd: make myself the maintainerClaudio Leite2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
| * | | | | ngircd: import from oldpackages as-isClaudio Leite2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
* | | | | | Merge pull request #1540 from thess/knxd-fixTed Hess2015-07-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | knxd: Fix build dependencies w/argp-standalone, add libstdcpp
| * | | | | | knxd: Fix build dependencies w/argp-standalone, add libstdcppTed Hess2015-07-04
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* / | | | | libssh2: update to version 1.6.0Jiri Slachta2015-07-04
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* | | | | Merge pull request #1532 from pjoe/shadow-su-fix-controlling-term2Steven Barth2015-07-04
|\ \ \ \ \ | | | | | | | | | | | | shadow: fix su controlling terminal #1521
| * | | | | shadow: fix su controlling terminal #1521Pelle Johnsen2015-07-03
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Pelle Johnsen <pelle.johnsen@gmail.com>
* | | | | Merge pull request #1534 from aTanW/masterSteven Barth2015-07-04
|\ \ \ \ \ | | | | | | | | | | | | gammu: update to latest 1.36.2 upstream
| * | | | | gammu: update to latest 1.36.2 upstreamaTanW2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | | | Merge pull request #1528 from roger-/micropythonTed Hess2015-07-03
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | micropython/micropython-lib: update to latest
| * | | | | micropython: update copyrightRoger2015-07-03
| | | | | |