Commit graph

3881 commits

Author SHA1 Message Date
aTanW
dbb7897ec1 gammu: bump to the new upstream v1.36.3
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
2015-07-13 10:05:09 +03:00
Nuno Goncalves
35ddbb01b6 ntripcaster: change source server, fix install location
ntripcaster developer agency (http://igs.bkg.bund.de/) no longer provides sources for download.

Created a github repository to provide sources and allow contributions.

Fixed install location for configuration files.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-13 02:30:12 +01:00
Nuno Goncalves
d58ddeb6b6 ntripserver: change source to github
ntripserver developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming.

Created a github repository to provide sources and allow contributions.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-13 02:28:20 +01:00
Nuno Goncalves
76c726af05 ntripclient: change source to github
ntripclient developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming.

Created a github repository to provide sources and allow contributions.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-13 02:28:20 +01:00
Jonathan McCrohan
4f086bc2a3 lcd4linux: import from oldpackages
* Update to latest version
* Refresh patches
* Update copyright years
* Fix musl build issues (patches already applied upstream)

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-12 23:46:19 +01:00
Ted Hess
6e79792c8a Merge pull request #1567 from ejurgensen/master
libunistring: update to 0.9.6
2015-07-12 18:26:39 -04:00
Ted Hess
9a5b82ba2e alsa-lib: fix includes of sys/poll.h (remove redirecting... warnings)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-12 18:23:05 -04:00
Toke Høiland-Jørgensen
49b5c10def sqm-scripts/luci-app-sqm: Merge upstream changes.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-07-12 22:29:08 +02:00
Toke Høiland-Jørgensen
d29c656c99 sqm-scripts: Default to ECN on for egress.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
517954b7f5 [SQM] Fix simple.qos to allow using cake as ingress shaper
simple.qos had accidentally set up the egress shaper twice, once
with the true egress parameters and a second time using the ingress
parameters, effectively misconfiguring both directions. This bub
only affected situations where 3-tier ingress classification was
used.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
034e4d2475 [SQM] Fix sqm_logger to accept empty strings as input
sqm_logger tried tro wait indefinitely if passed an empty string.
This in turn makes sqm-scripts hang. Quoting the input argument in sqm_logger
seems to fix the problem.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
a754eb7a74 [SQM] Fix changes relating to cake lnk layer adjustments
The last batch of changes tried to teach the GUI to pass link layer
options to cake but forgot to actually call the function that parses
the GUI variables and used it as a string insteead. So this fixes that
it also tries to allow the use of the tc_stab link layer adjustment
method with cake so the implementations can be validated against each other
easily. Needs testing...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
2ba6a3f9ab [SQM/luci-app-sqm] Wire up link layer dandling for cake
The cake traffic-shaper qdisc omne stop solution knows how to handle
link layer adjustments for ATM and can account for per packet overhead.
This commit adds cake as link layer adjustment mechanism in the GUI and
passes numerically specified overhead as well as the ATM linklayer
keywords on to cake. This change also passes the "advanced option strings"
from the Queue Discipline tab to cake. But as before no error checking.
This needs testing, as I have no working cake qdisc available so
caveat emptor...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Dave Taht
e7bab97599 luci-app-sqm: add cake support 2015-07-12 22:24:21 +02:00
Dave Taht
73db5d2311 sqm-scripts: Support the cake qdisc.
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
0418469955 [SQM/luci-app-sqm] Fix SQM GUI help messages.
Make clear that configuration options guarded by checkboxes are only
effective as long as those boxes are checked.

The sqm gui has giarded some advanced configuration options behind exposing
checkboxes, meaning these optiopn's values were only used as long
as those boxes were checked. This commit just improves the description of
the checkboxes to included this useage instruction...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
2d10780a29 [SQM/luci-app-sqm] Enable sqm initiscript if a single sqm instance gets enabled
The SQM gui has confused its users with an enable button, that only served to
selecively activate/de-activate sqm instances instead of controlling sqm's
initscript (which needs to be enabled so the sqm properly starts up after a reboot
and also for hotplug to work properly). luci-app-sqm will now enable sqm's
initscript when a single sqm instance get enabled. It also informs the user about
this fact in the top margin of the sqm page. Note sqm will not disable the
initscript behind the user's back if sqm instances get disabled.
While I would have prefered this notice to be more prominent an attentive user
should notice, and most users should not care anyway. This also increases the
package release number.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
ejurgensen
60c3d4564b libunistring: update to 0.9.6
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2015-07-12 22:10:52 +02:00
Nikos Mavrogiannopoulos
2cfdc7a804 gnutls: updated to 3.4.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-12 21:42:11 +02:00
Marcel Denia
3b96e6d759 libidn: Update to 1.31
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-07-12 22:12:09 +02:00
Hauke Mehrtens
b38a8c1457 dhcpcd: fix build with musl
Do not cast to caddr_t, but use a void * instead, the members are all void *.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 21:08:45 +02:00
Hauke Mehrtens
f8fd638736 liblo: fix build with musl
When sys/poll.h gets included it results in a warning, to include
poll.h. All warnings are treated as errors by liblo.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 20:50:54 +02:00
Hauke Mehrtens
ac1ad5c387 kismet: fix build with musl
Without these patches kismet does not build with musl.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 20:41:16 +02:00
Toke Høiland-Jørgensen
ac9c0ae11d Adopt the netperf package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-07-12 19:23:18 +02:00
Hauke Mehrtens
71f5ef9b28 Merge pull request #1561 from hauke/iotivity-ulibc
iotivity: deactivate it on uclibc
2015-07-12 13:08:24 +02:00
Hauke Mehrtens
bc804531b8 iotivity: deactivate it on uClibc
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>
2015-07-12 13:07:49 +02:00
Daniel Gimpelevich
b3a6cf1ea4 vpnc: bump release
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-07-12 03:39:43 -07:00
Daniel Gimpelevich
f1ee8796fb vpnc: corrected call to proto_add_host_dependency 2015-07-12 03:39:42 -07:00
Hauke Mehrtens
ed2f47672d bluez: update to version 5.31
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:59 +02:00
Hauke Mehrtens
99d5c28e2c bluez: add btmgmt tool
The btmgmt tool is needed to activate BL LE support.
Currently it is not installed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:37 +02:00
Hauke Mehrtens
ade5a8df29 pps-tools: remove kernel dependencies
pps-tools builds on kernel 4.1, but instead of adding this kernel,
remove the check as all kernel versions currently supported by OpenWrt
are listed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-11 23:01:13 +02:00
Nuno Goncalves
097c3085aa tcsh: add source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-11 21:20:43 +01:00
Steven Barth
b70ffeb76d Merge pull request #1547 from adam2104/master
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
2015-07-11 11:08:50 +02:00
Jonathan McCrohan
998c8468d3 sslh: disable libpcre probe support
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>
2015-07-11 02:16:48 +01:00
Etienne CHAMPETIER
1515019df5 screen: update to 4.3.1
refresh patches
quickly run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Etienne CHAMPETIER
ebb09ecc03 monit: update to 5.14
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Etienne CHAMPETIER
70a741cb33 zabbix: increase PKG_RELEASE
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:17 +02:00
Etienne CHAMPETIER
f58e0a6407 zabbix: switch zabbix_agentd to procd
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:26:30 +02:00
Etienne CHAMPETIER
e3576f3d0f zabbix: add option to run daemon in foreground
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>
2015-07-10 22:22:56 +02:00
Hauke Mehrtens
d6dbd9739a Merge pull request #1555 from ericschultz/patch-1
Fixed broken link in README.md
2015-07-10 21:00:44 +02:00
Eric Schultz
a5ec498127 Fixed broken link in README.md
I've fixed the obtain.firmware.sdk link.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
2015-07-10 13:51:22 -05:00
Ted Hess
9b1c22725b Merge pull request #1552 from MikePetullo/openldap
openldap: update to 2.4.41
2015-07-08 17:26:43 -04:00
W. Michael Petullo
7a6daac995 openldap: update copyright dates
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-07-08 17:02:22 -04:00
Ted Hess
7d6343a37e Merge pull request #1551 from roger-/micropython
micropython: update to fix build issue
2015-07-08 13:51:38 -04:00
Ted Hess
64421d7fa4 Merge pull request #1169 from ryzhovau/lighttpd_lua
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
2015-07-08 13:48:27 -04:00
Nikos Mavrogiannopoulos
03134441f2 openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-08 19:39:19 +02:00
W. Michael Petullo
2b0837030e openldap: update to 2.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-07-08 12:58:42 -04:00
Roger
e67868c7ad micropython: update to fix build issue 2015-07-08 11:50:24 -05:00
Nikos Mavrogiannopoulos
3c3cc25dc4 ocserv: more explicit documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-08 08:16:55 +02:00
Nikos Mavrogiannopoulos
2765d7b779 openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-07 22:48:44 +02:00