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>
9 years ago
Daniel Gimpelevich
b3a6cf1ea4
vpnc: bump release
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
9 years ago
Daniel Gimpelevich
f1ee8796fb
vpnc: corrected call to proto_add_host_dependency
9 years ago
Hauke Mehrtens
ed2f47672d
bluez: update to version 5.31
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 years ago
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>
9 years ago
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>
9 years ago
Nuno Goncalves
097c3085aa
tcsh: add source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years ago
Steven Barth
b70ffeb76d
Merge pull request #1547 from adam2104/master
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
9 years ago
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>
9 years ago
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>
10 years ago
Etienne CHAMPETIER
ebb09ecc03
monit: update to 5.14
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Etienne CHAMPETIER
70a741cb33
zabbix: increase PKG_RELEASE
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years ago
Etienne CHAMPETIER
f58e0a6407
zabbix: switch zabbix_agentd to procd
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
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>
10 years ago
Hauke Mehrtens
d6dbd9739a
Merge pull request #1555 from ericschultz/patch-1
Fixed broken link in README.md
9 years ago
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>
9 years ago
Ted Hess
9b1c22725b
Merge pull request #1552 from MikePetullo/openldap
openldap: update to 2.4.41
9 years ago
W. Michael Petullo
7a6daac995
openldap: update copyright dates
Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years ago
Ted Hess
7d6343a37e
Merge pull request #1551 from roger-/micropython
micropython: update to fix build issue
9 years ago
Ted Hess
64421d7fa4
Merge pull request #1169 from ryzhovau/lighttpd_lua
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
9 years ago
Nikos Mavrogiannopoulos
03134441f2
openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years ago
W. Michael Petullo
2b0837030e
openldap: update to 2.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years ago
Roger
e67868c7ad
micropython: update to fix build issue
9 years ago
Nikos Mavrogiannopoulos
3c3cc25dc4
ocserv: more explicit documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
2765d7b779
openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Ted Hess
d3f98cc3b5
Merge pull request #1537 from sairon/tvheadend-new-package
tvheadend: add new package
10 years ago
Steven Barth
dced064891
Merge pull request #1548 from aTanW/master
joe: bump to new upstream v4.0
10 years ago
Steven Barth
11dafa41d1
Merge pull request #1549 from salzmdan/master
knot: update to 1.6.4
10 years ago
Daniel Salzman
460af9c2e5
knot: update to 1.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
10 years ago
aTanW
8d63ef4d47
joe: bump to new upstream v4.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/joerc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 4 deletions(-)
10 years ago
Adam Gensler
7a0a4144d8
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
10 years ago
Steven Barth
7f33167a89
Merge pull request #1546 from arfett/master
mwan3-luci updates for CC/trunk compatibility
10 years ago
Daniel Golle
25660aad62
lvm2: update sources and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
7b6e938790
gnunet: bump source, improve packaging
* 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>
10 years ago
arfett
09b7de4782
mwan3-luci update to version 1.4-3
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>
10 years ago
Jan Čermák
4e676203b3
tvheadend: add new package
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>
10 years ago
Saverio Proto
cf5f2586b0
tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com>
10 years ago
Ted Hess
e5aa1527ba
Merge pull request #1539 from t-8ch/esniper
esniper: add esniper
10 years ago
Steven Barth
79c31e27d0
Merge pull request #1545 from dvlemplgk/patch-3
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
10 years ago
dvlemplgk
157d4734aa
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
10 years ago
Steven Barth
92306fc880
Merge pull request #1533 from leitec/add-ngircd-v2
[v2] ngircd: import from oldpackages and update to 22.1
10 years ago
Ted Hess
ef3b276ccb
Merge pull request #1540 from thess/knxd-fix
knxd: Fix build dependencies w/argp-standalone, add libstdcpp
10 years ago
Ted Hess
e470ae5ccf
knxd: Fix build dependencies w/argp-standalone, add libstdcpp
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Jiri Slachta
02c8f0aae9
libssh2: update to version 1.6.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
10 years ago
Thomas Weißschuh
8aa7f2724f
esniper: add esniper
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
10 years ago
Ted Hess
79a63ec038
zmq: Make 2 variants, refresh patches, fix C++ build issues
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Steven Barth
93cb07e376
Merge pull request #1532 from pjoe/shadow-su-fix-controlling-term2
shadow: fix su controlling terminal #1521
10 years ago
Steven Barth
83f2c14b2f
Merge pull request #1534 from aTanW/master
gammu: update to latest 1.36.2 upstream
10 years ago
Roger
d8f145d51b
rtl-sdr: update copyright
10 years ago
Ted Hess
3e9c6360ea
Merge pull request #1528 from roger-/micropython
micropython/micropython-lib: update to latest
10 years ago