aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* travelmate: update 0.4.1Dirk Brenken2017-03-04
| | | | | | | | * mute useless logging in "active mode" * optimize startup behaviour * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: release 0.4.0Dirk Brenken2017-03-03
| | | | | | | | | | | | * 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>
* Merge pull request #4068 from danrl/wgHannu Nyman2017-02-27
|\ | | | | net/wireguard: add support for fwmark option
| * net/wireguard: add support for fwmark optiondanrl2017-02-27
| | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #4078 from TDT-GmbH/openssh_engine_fixtripolar2017-02-27
|\ \ | | | | | | | | | | | | | | | openssh: Fix ssl-engine support Signed-off-by: Martin Schiller <ms@dev.tdt.de> Signed-off-by: Peter Wagner <tripolar@gmx.at>
| * | openssh: Fix ssl-engine supportMartin Schiller2017-02-27
|/ / | | | | | | Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | Merge pull request #4065 from ClaymorePT/boost_1.63_r3Hannu Nyman2017-02-26
|\ \ | | | | | | boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
| * | boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target FixesCarlos Miguel Ferreira2017-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #4069 from alive4ever/mksh-54Hannu Nyman2017-02-26
|\ \ \ | | | | | | | | utils/mksh: update to r54
| * | | utils/mksh: update to r54Alif M. Ahmad2017-02-24
| | |/ | |/| | | | | | | | | | | | | | | | 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>
* | | Merge pull request #4058 from nikil/bitlbeeHannu Nyman2017-02-26
|\ \ \ | | | | | | | | bitlbee: Update to 3.5.1
| * | | bitlbee: Update to 3.5.1Nikil Mehta2017-02-22
| | |/ | |/| | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | | Merge pull request #4067 from oskar456/addrwatchHannu Nyman2017-02-26
|\ \ \ | | | | | | | | addrwatch: fix imagebuilder and config file name
| * | | addrwatch: fix typo in config file nameOndřej Caletka2017-02-24
| | | | | | | | | | | | | | | | Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
| * | | addrwatch: fix complaint when adding addrwatch with image builderStan Grishin2017-02-24
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #4070 from D-Albers/updateNano2.7.5Hannu Nyman2017-02-26
|\ \ \ \ | | | | | | | | | | nano: Update to version 2.7.5
| * | | | nano: Update to version 2.7.5Daniel Albers2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: fixes a crash with zero-length regex matches and further updates Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* | | | | Merge pull request #4053 from nikil/fpingHannu Nyman2017-02-26
|\ \ \ \ \ | | | | | | | | | | | | fping: Update to 3.16
| * | | | | fping: Update to 3.16Nikil Mehta2017-02-22
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | | | | Merge pull request #4059 from EricLuehrsen/trust_anchorHannu Nyman2017-02-26
|\ \ \ \ \ | |_|/ / / |/| | | | unbound: DNSSEC trust anchor roll for 2017
| * | | | unbound: Update to 1.6.1 with 2017 trust anchorEric Luehrsen2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | unbound: bugfix add_local_fqdn with empty ULAEric Luehrsen2017-02-25
|/ / / / | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | / php7: update to 7.1.2Michael Heimpold2017-02-24
| |_|/ |/| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #4056 from dibdot/adblockTed Hess2017-02-24
|\ \ \ | | | | | | | | adblock: update 2.3.2
| * | | adblock: update 2.3.2Dirk Brenken2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize memory consumption & enable overall sort only on devices with > 64MB RAM, this prevents sort related kernel dumps Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4066 from nxhack/support-icu-configMichael Heimpold2017-02-24
|\ \ \ \ | |_|_|/ |/| | | icu: Added icu-config installation to InstallDev
| * | | icu: Added icu-config installation to InstallDevHirokazu MORIKAWA2017-02-24
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #4064 from danrl/wgTed Hess2017-02-23
|\ \ \ | | | | | | | | wireguard: version bump
| * | | wireguard: version bumpdanrl2017-02-23
|/ / / | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | pptpd: run service in foreground for procd compatibilityRafał Miłecki2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 15e7f611afb ("pptpd: convert init script to procd")
* | | lighttpd: fix regression in local-redir used with url.rewrite-onceRafał Miłecki2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #4037 from Ansuel/bump-cryptodevNikos Mavrogiannopoulos2017-02-22
|\ \ \ | | | | | | | | Cryptodev-linux: bump to last commit
| * | | Cryptodev-linux: bump to last commitAnsuel Smith2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | Fixing of varius error Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | [dejavu-fonts] add license info and myself as maintainerMirko Vogt2017-02-22
| |_|/ |/| | | | | | | | | | | This was suggested in comments on the initial commit ( https://github.com/openwrt/packages/commit/c7dca5a9 )
* | | Merge pull request #3967 from commodo/python-pyscopg2Hannu Nyman2017-02-22
|\ \ \ | | | | | | | | python-psycopg2: replace python-setuptools dep with python/host
| * | | python-pyscopg2: replace python-setuptools dep with python/hostAlexandru Ardelean2017-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | After removing python-setuptools package, the dependency chain to python/host is a bit different. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #3945 from InBetweenNames/update-vimHannu Nyman2017-02-21
|\ \ \ \ | | | | | | | | | | vim: Update Vim to 8.0.069
| * | | | vim: Add "fuller" packageShane Peelar2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fuller package is built with --with-features=big and contains the files that would normally live in /usr/share/vim/, including syntax highlighting and colours. This package supports truecolor support in terminals. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
| * | | | vim: Update Vim to 8.0.069Shane Peelar2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vim stable is at version 8 now Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | | | Merge pull request #4051 from ClaymorePT/boost_1.63_r2Hannu Nyman2017-02-21
|\ \ \ \ \ | | | | | | | | | | | | boost: 1.63 Revision 2 - Fixed Regression
| * | | | | boost: 1.63 Revision 2 - Fixed RegressionCarlos Miguel Ferreira2017-02-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an existent regression in boost 1.63 [1]. The regression appears when libc is used for the toolchain. [1] - https://svn.boost.org/trac/boost/ticket/11756 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | Merge pull request #4050 from zx2c4/masterHannu Nyman2017-02-21
|\ \ \ \ \ | | | | | | | | | | | | net/wireguard: add stub install section
| * | | | | net/wireguard: add stub install sectionJason A. Donenfeld2017-02-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is in response to the metapackage discussion in openwrt/luci#1030. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | Merge pull request #4025 from danrl/lxcHannu Nyman2017-02-21
|\ \ \ \ \ | | | | | | | | | | | | utils/luci-app-lxc: removed application
| * | | | | utils/luci-app-lxc: removed applicationdanrl2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | Merge pull request #4046 from ianchi/masterHannu Nyman2017-02-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | youtube-dl: update version
| * | | | | | youtube-dl: update versionAdrian Panella2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to version 2017.02.17 Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | | Merge pull request #4047 from MikePetullo/lighttpdHannu Nyman2017-02-21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | lighttpd: update to 1.4.45
| * | | | | | lighttpd: update to 1.4.45Rafał Miłecki2017-02-20
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.4.42 introduced a problem with starting lighttpd as OpenWrt/LEDE service. It was stopping whole init process at sth like: 783 root 1124 S {S50lighttpd} /bin/sh /etc/rc.common /etc/rc.d/S50lighttpd boot 799 root 1164 S /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf It was hanging until getting random pool: [ 176.340007] random: nonblocking pool is initialized and then immediately the rest of init process followed: [ 176.423475] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 176.430754] jffs2_build_filesystem(): unlocking the mtd device... done. [ 176.437615] jffs2_build_filesystem(): erasing all blocks after the end marker... done. This was fixed in 1.4.44, but bump directly to 1.4.45 while at it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | | | Merge pull request #4038 from kuoruan/aria2Hannu Nyman2017-02-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Aria2: Edit config and update