Florian Fainelli
b56986e43c
dansguardian: Fix build error due to missing cstdlib include
...
Fixes the following build errors:
mipsel-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..
-D__CONFFILE='"/etc/dansguardian/dansguardian.conf"'
-D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"'
-D__PROXYUSER='"root"' -D__PROXYGROUP='"root"'
-D__CONFDIR='"/etc/dansguardian"'
-I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/include
-I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/include
-I/opt/toolchains/stbgcc-4.8-1.5/usr/include
-I/opt/toolchains/stbgcc-4.8-1.5/include -Os -pipe -mno-branch-likely
-mips32r2 -mtune=24kc -fno-caller-saves -mips16 -minterlink-mips16
-fno-rtti -MT dansguardian-OptionContainer.o -MD -MP -MF
.deps/dansguardian-OptionContainer.Tpo -c -o
dansguardian-OptionContainer.o `test -f 'OptionContainer.cpp' || echo
'./'`OptionContainer.cpp
OptionContainer.cpp: In member function 'void
OptionContainer::loadRooms()':
OptionContainer.cpp:796:9: error: 'exit' was not declared in this scope
exit(1);
^
OptionContainer.cpp:824:10: error: 'exit' was not declared in this scope
exit(1);
^
make[5]: *** [dansguardian-OptionContainer.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-03-08 17:38:52 -08:00
Hannu Nyman
5ce86fbdbc
Merge pull request #4118 from dibdot/travelmate
...
travelmate: update 0.4.2
2017-03-08 23:06:25 +02:00
Hannu Nyman
e68843c29d
Merge pull request #4115 from dibdot/mc
...
mc (midnight commander): release 4.8.19
2017-03-08 23:06:09 +02:00
Stijn Tintel
8a2199fba7
Merge pull request #4119 from stintel/cleanup
...
Cleanup: avoid reuse of $(PKG_NAME)
2017-03-08 21:16:24 +01:00
Stijn Tintel
f82287cf5c
treewide: use name in define and eval lines
...
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.
I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.
This makes all packages consistent with both LEDE and OpenWrt base
repositories.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Dirk Brenken
fc57661c12
travelmate: update 0.4.2
...
* optimized connection handling -
removed needless timeouts & wireless commits
* set the pre-configured reload timeout to
a more conservative/realistic value of 30 seconds
* further logging tweaks
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-08 20:22:17 +01:00
Stijn Tintel
694e5a677c
Merge pull request #4108 from lucize/postsqlite
...
postfix: Add SQLite support and fix musl compile without POSTFIX_TLS
2017-03-08 16:05:54 +01:00
Lucian Cristian
2fdca4d5a5
postfix: Add SQLite support
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 02:02:03 +02:00
Lucian Cristian
154a0da724
postfix: fix musl compile without POSTFIX_TLS
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:59:38 +02:00
Jo-Philipp Wich
335e356af4
Merge pull request #4103 from gabri94/master
...
openwisp-config: new package
2017-03-07 16:50:48 +01:00
gabri94
33df71ba41
openwisp-config: new package
...
Signed-off-by: Gabriele Gemmi <gabriel@autistici.org>
2017-03-07 16:45:18 +01:00
Florian Eckert
e804593cd8
net/xinet.d: add /etc/xinet.d/ dir to conffiles ( #4096 )
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-06 23:21:21 +00:00
Dirk Brenken
f0bbe0e48b
mc (midnight commander): release 4.8.19
...
* release notes: https://midnight-commander.org/wiki/NEWS-4.8.19
* refreshed subshell patch
* switched to PKG_HASH
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-06 18:40:16 +01:00
Hannu Nyman
822025d302
Merge pull request #4112 from lucize/muslfts
...
libs: add musl fts implementation
2017-03-06 13:17:07 +02:00
Lucian Cristian
2f37e5f4f9
libs: add musl fts implementation
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-06 13:04:26 +02:00
Peter Wagner
325bba7095
ntpd: restart instead of killall and start
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-06 09:44:57 +01:00
Peter Wagner
228764bfe8
ntpd: only restart ntpd when the wan interface comes up and ntpd is enabled
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-06 09:20:28 +01:00
Daniel Golle
836f875a33
gnunet: fix build
...
experimental DHT implementations have been removed upstream.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-06 09:14:46 +01:00
Hannu Nyman
e6b3b33163
Merge pull request #4074 from commodo/python-cryptografix-fix
...
python-cryptography: fix build by disabling setup requirements
2017-03-06 09:59:18 +02:00
Daniel Golle
1604899cd4
gnunet: update sources
...
includes switch to new CADET implementation.
rps hasn't been ported yet, hence marked as @BROKEN for now.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-05 21:19:49 +01:00
Hannu Nyman
e53b3a7473
Merge pull request #4107 from stangri/vpnbypass
...
vpnbypass: No longer depends on hardcoded WAN interface name.
2017-03-05 17:37:04 +02:00
Stan Grishin
37439f5ac8
vpnbypass: reworked output formatting and logic.
...
vpnbypass: No longer depends on hardcoded WAN interface name).
vpnbypass: Table ID, IPSET name and FW_MARK as well as FW_MASK can be defined in config file.
vpnbypass: Uses iptables, not ip rules for handling local IPs/ranges.
vpnbypass: More reliable creation/destruction of VPNBYPASS iptables chain.
vpnbypass: Updated Web UI enables/start and stops/disables service.
vpnbypass: Beautified output.
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-03-05 06:36:11 -08:00
Hannu Nyman
b3dc7d1337
Merge pull request #4106 from dibdot/travelmate
...
travelmate: update 0.4.1 (release 2)
2017-03-05 10:32:02 +02:00
Dirk Brenken
437ecb0628
travelmate: update 0.4.1 (release 2)
...
* revert start priority change
* mute standard logging even more
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-05 08:13:14 +01:00
Hannu Nyman
d227ea3ff6
Merge pull request #4105 from dibdot/travelmate
...
travelmate: update 0.4.1
2017-03-04 22:06:27 +02:00
Dirk Brenken
37d7841f35
travelmate: update 0.4.1
...
* mute useless logging in "active mode"
* optimize startup behaviour
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-04 20:30:04 +01:00
Etienne CHAMPETIER
1165a397ba
screen: update to 4.5.1, use PKG_HASH
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Etienne CHAMPETIER
9b55b020a3
zabbix: update to 3.2.4, use PKG_HASH
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Etienne CHAMPETIER
7da21929fd
monit: update to 5.20, use PKG_HASH
...
this adds zlib as dependency
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Etienne CHAMPETIER
b2f87f62ac
htop: use PKG_HASH
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Peter Wagner
9965c527c2
irssi: update to 1.0.1
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-04 12:42:57 +01:00
Peter Wagner
6d218d4918
glib2: update to 2.50.3
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-03 17:27:33 +01:00
Hannu Nyman
33cb016459
Merge pull request #4102 from dibdot/travelmate
...
travelmate: release 0.4.0
2017-03-03 15:50:13 +02:00
Dirk Brenken
4dd7e2edc8
travelmate: release 0.4.0
...
* add an "active mode", where travelmate will be restarted
every n seconds (default 60) and checks existing uplink connection
regardless of ifdown event trigger (disabled by default)
* enhance multiple radio support
* fix the ap detection
* respect different radios during scanning & connection handling
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-03 14:39:38 +01:00
Stijn Tintel
c4cbcb30b7
Merge pull request #3938 from stintel/domoticz
...
Add Open-ZWave and Domoticz
2017-03-03 04:22:51 +01:00
Stijn Tintel
042933714a
domoticz: new package
...
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-03 01:56:21 +01:00
Stijn Tintel
14f01cb946
openzwave: new package
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-03 01:56:21 +01:00
Hannu Nyman
87798d7b2f
Merge pull request #4097 from Wedmer/master
...
[utils/zoneinfo] Updated to the latest release
2017-03-02 17:45:31 +02:00
Vladimir Ulrich
ad27edd5e3
[utils/zoneinfo] Updated to the latest release
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-03-02 18:32:23 +03:00
Hannu Nyman
230ea61043
Merge pull request #4095 from EricLuehrsen/unbound_rfc5011
...
unbound: improve maintenance of trust anchor
2017-03-02 10:03:22 +02:00
Eric Luehrsen
a4f23e52bf
unbound: improve maintenance of trust anchor
...
Unbound UCI tries to protect embedded flash from excess
use. Unbound RFC5011 KSK tracking can rewrite root.key
every few minutes to an hour. It also writes and destroys
files in the same directory during the process.
Recommended UCI delays for copying busy work in /var/
back to /etc/ may be too conservative. These are all
changed from 28 to 9 days.
The RFC5011 KSK results were also destroyed by an
init.d restart, even if /var/ is mounted on persistent
storage like USB drive. /var/lib/unbound/root.key is
now preserved during this process, unless a newer key
is installed in /etc/ manually or package update.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-03-02 00:55:16 -05:00
Ted Hess
2b6a84ff65
Merge pull request #4080 from antonlacon/libflac-1.3.x
...
libflac: update to 1.3.2, refresh patches
2017-03-01 14:47:25 -05:00
Hannu Nyman
49aad12f9a
Merge pull request #4091 from ClaymorePT/boost_undo_21091fa
...
boost: Revert Commit 21091fa
2017-03-01 14:59:06 +02:00
Carlos Miguel Ferreira
f95a1300f7
Revert "boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes"
...
This reverts commit 21091fa0ac
.
2017-03-01 12:48:54 +00:00
Stijn Tintel
ec6712fead
net-snmp: enable agent/extend MIB
...
Closes #4085 .
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-01 12:17:02 +01:00
Hannu Nyman
f213e6dd2d
collectd: disable plugin for the depracated madwifi driver
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-03-01 09:54:23 +02:00
champtar
9cca5b718b
Merge pull request #4079 from antonlacon/sqlite3-3.17.x
...
sqlite: update to 3.17.0
2017-02-28 16:59:59 -08:00
Hannu Nyman
ae3b537e60
Merge pull request #4088 from dibdot/adblock
...
adblock: release 2.4.0 (release 2)
2017-02-28 21:44:39 +02:00
Dirk Brenken
b3b9972eac
adblock: release 2.4.0 (release 2)
...
* add missing sort step if tld compression was disabled
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-02-28 20:35:12 +01:00
Hannu Nyman
6dc237cd96
Merge pull request #4086 from dibdot/adblock
...
adblock: release 2.4.0
2017-02-28 18:12:48 +02:00