Commit graph

7439 commits

Author SHA1 Message Date
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
Dirk Brenken
ed470f0dcc adblock: release 2.4.0
* add tld compression,
  this new "top level domain compression" removes up to 40 thousand
  needless host entries from the block lists and
  lowers the memory footprint for the dns backends by 8-10 MByte
* optimize restart behavior in case of an error
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-02-28 16:52:10 +01:00
Hannu Nyman
3c458d88f6 Merge pull request #4083 from salzmdan/master
knot: update to 2.3.3
2017-02-28 11:55:22 +02:00
Daniel Salzman
ab66738e4c knot: update to 2.3.3
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-02-28 10:51:48 +01:00
Hannu Nyman
38f2ed0c45 Merge pull request #4063 from mlichvar/collectd-newplugins
collectd: package chrony and match plugins
2017-02-28 10:32:41 +02:00
Hannu Nyman
03bc8947f5 Merge pull request #4068 from danrl/wg
net/wireguard: add support for fwmark option
2017-02-27 21:48:26 +02:00
danrl
7a255f29f1 net/wireguard: add support for fwmark option
Adds support for the fwmark option.

FwMark is a 32-bit fwmark for outgoing packets.
If set to 0 or "off", this option is disabled.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-27 20:44:33 +01:00
tripolar
a9bed40d4e Merge pull request #4078 from TDT-GmbH/openssh_engine_fix
openssh: Fix ssl-engine support

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-02-27 18:08:19 +01:00
Martin Schiller
32012c6274 openssh: Fix ssl-engine support
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2017-02-27 09:05:30 +01:00
Hannu Nyman
068c12f108 Merge pull request #4065 from ClaymorePT/boost_1.63_r3
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
2017-02-26 20:23:06 +02:00
Hannu Nyman
ac954daeef Merge pull request #4069 from alive4ever/mksh-54
utils/mksh: update to r54
2017-02-26 20:02:05 +02:00
Hannu Nyman
e6de8309ad Merge pull request #4058 from nikil/bitlbee
bitlbee: Update to 3.5.1
2017-02-26 19:57:38 +02:00
Hannu Nyman
b4ff65c540 Merge pull request #4067 from oskar456/addrwatch
addrwatch: fix imagebuilder and config file name
2017-02-26 19:55:07 +02:00
Hannu Nyman
de400b23eb Merge pull request #4070 from D-Albers/updateNano2.7.5
nano: Update to version 2.7.5
2017-02-26 19:54:06 +02:00
Hannu Nyman
26ef46b222 Merge pull request #4053 from nikil/fping
fping: Update to 3.16
2017-02-26 19:48:44 +02:00
Hannu Nyman
35dfd11cae Merge pull request #4059 from EricLuehrsen/trust_anchor
unbound: DNSSEC trust anchor roll for 2017
2017-02-26 19:45:59 +02:00
Alexandru Ardelean
274cacf365 python-cryptography: fix build by disabling setup requirements
python-cryptography tries to install other packages during setup.

However, this isn't needed, since they should have been already
resolved/installed via LEDE/OpenWrt's build system dep logic.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-02-26 12:38:21 +02:00
Eric Luehrsen
f85b021eaf unbound: Update to 1.6.1 with 2017 trust anchor
Unbound 1.6.1 has a few bug fixes for resource leaks,
configuration robustness, compile environment interaction,
and maintaining the trust anchor. The 2017 trust anchor
(DS) is built into unbound and unbound-anchor.

File /etc/unbound/root.key holds 2010/2017 DS record until 2018
https://www.icann.org/resources/pages/ksk-rollover
https://www.iana.org/domains/root

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-25 23:36:21 -05:00
Eric Luehrsen
f62a049ca1 unbound: bugfix add_local_fqdn with empty ULA
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-25 23:09:22 -05:00
Daniel Albers
249ae1f164 nano: Update to version 2.7.5
Description: fixes a crash with zero-length regex matches and further updates


Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
2017-02-25 17:34:12 +01:00
Michael Heimpold
549d470b99 php7: update to 7.1.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-02-24 18:10:02 +01:00
Alif M. Ahmad
30d6c47bc7 utils/mksh: update to r54
Update to current latest upstream: r54.
Also add a new download mirror to fetch the source.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2017-02-24 23:01:09 +07:00
Ted Hess
4a06ff6872 Merge pull request #4056 from dibdot/adblock
adblock: update 2.3.2
2017-02-24 08:15:52 -05:00
Michael Heimpold
184486076d Merge pull request #4066 from nxhack/support-icu-config
icu: Added icu-config installation to InstallDev
2017-02-24 13:07:08 +01:00
Ondřej Caletka
f6f9973fde addrwatch: fix typo in config file name
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-02-24 13:02:11 +01:00
Stan Grishin
f38c3c1749 addrwatch: fix complaint when adding addrwatch with image builder
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-24 10:36:39 +01:00
Hirokazu MORIKAWA
4abf8f4ae3 icu: Added icu-config installation to InstallDev
Maintainer: me
Compile tested: ar71xx, mips_24kc_gcc-6.3.0_musl, LEDE trunk r3576-ea24d87
Run tested: NONE

Description:
"php7-mod-intl" build fail, because of lacking icu-config.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-24 17:31:24 +09:00
Carlos Miguel Ferreira
21091fa0ac
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
Update:
 - Python 3.6 support fixed. It is now correctly compiled and available.

Fixes:
 - disabled context and fiber for unsupported targets

There are several architectures which are not supported by context nor
 fiber. Because of this, Boost build was failing targets. This created the
 situation where the other boost libs were not being built and consequently,
 becoming unavailable  at the OpenWRT/LEDE repositories.
To solve this issue, it was necessary to disabled fiber and context for
 the incompatible targets.

Boost.Fiber is disabled for:
 -> ar7, rb532, brcm63xx.smp, brcm63xx, brcm47xx, brcm47xx.legacy, brcm2708,
    au1000, ath25, adm8668 and adm5120.

Boost.Context is disabled for:
 -> avr32, octeon and netlogic.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-02-24 00:08:33 +00:00
Ted Hess
52481f493d Merge pull request #4064 from danrl/wg
wireguard: version bump
2017-02-23 17:54:26 -05:00
danrl
5d961f28c9 wireguard: version bump
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-23 16:46:41 +01:00
Miroslav Lichvar
e4bf8b7c32 collectd: package chrony and match plugins
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2017-02-23 10:53:14 +01:00
Rafał Miłecki
b24601c128 pptpd: run service in foreground for procd compatibility
To have service working nicely with procd it should be running in the
foreground. Otherwise it's not possible to e.g. stop it with the init.d
script. Luckily for us pptpd has a simple switch that allows it.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Fixes: 15e7f611af ("pptpd: convert init script to procd")
2017-02-23 10:21:43 +01:00
Rafał Miłecki
f99c3b2510 lighttpd: fix regression in local-redir used with url.rewrite-once
This fixes upstream regression introduced in 1.4.40. It was reported &
debugged in https://redmine.lighttpd.net/issues/2793
This fix is queued for 1.4.46 in the personal/gstrauss/master upstream
branch.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-02-23 10:21:27 +01:00
Nikos Mavrogiannopoulos
b31369134a Merge pull request #4037 from Ansuel/bump-cryptodev
Cryptodev-linux: bump to last commit
2017-02-22 21:49:33 +01:00
Nikil Mehta
14d36f41c2 bitlbee: Update to 3.5.1
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
2017-02-22 12:45:19 -08:00