aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dnscrypt-proxy: Add custom resolver config supportDaniel2017-03-20
| | | | | | | | | | | | | | | | | | | | | This commit modifies the dnscrypt-proxy plugin's `dnscrypt-proxy.init` script to allow specifying a custom dnscrypt resolver. Prior to this commit users of the dnscrypt-proxy plugin are only able to choose from a dnscrypt resolver that is present in the packaged `ResolversList` CSV file. To specify a custom resolver three new configuration parameters are required[0]: `ProviderName`, `ProviderKey` and `ResolverAddress`. The `dnscrypt-proxy.init` script now maps `providername`, `providerkey`, and `resolveraddress` values (if present) from a `dnscrypt-proxy.config` file into the generated DNSCrypt configuration file. `PKG_RELEASE` is increased from 1 to 2 to reflect the new functionality. [0]: https://github.com/jedisct1/dnscrypt-proxy/blob/9eee47477031ad0ffef94160d7370d4dec6f2c3a/dnscrypt-proxy.conf#L28:L32 Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
* Merge pull request #3566 from nikil/moreutilsStijn Tintel2017-03-19
|\ | | | | moreutils: Add package
| * moreutils: Add packageNikil Mehta2017-03-18
| | | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | Merge pull request #4161 from Ansuel/patch-1Nikos Mavrogiannopoulos2017-03-19
|\ \ | | | | | | cryptodev-linux: fix aria 2 spam message
| * | cryptodev-linux: fix aria 2 spam messageAnsuel Smith2017-03-19
| |/ | | | | | | | | | | | | | | | | | | cryptodev log by default unecessary debug message With some app (like aria2) the syslog get spammed with lots of this message cryptodev: aria2c[3231] (adjust_sg_array:106): reallocating from 32 to 512 pages With this we disable logging of debug message as they are just for info purpose and they are not error at all. Signed-off-by: Ansuel Smith ansuelsmth@gmail.com
* | Merge pull request #4135 from lucize/greyfixHannu Nyman2017-03-19
|\ \ | | | | | | mail: add greyfix
| * | mail: add greyfixLucian Cristian2017-03-11
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #3902 from stangri/simple-adblockHannu Nyman2017-03-18
|\ \ \ | | | | | | | | simple-adblock: initial version
| * | | simple-adblock: initial commitStan Grishin2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | simple-adblock: version 1.5 introduces background processing of downloaded list while the next list is being downloaded Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #4160 from EricLuehrsen/unbound_initHannu Nyman2017-03-18
|\ \ \ \ | | | | | | | | | | unbound: fix hotplug iface and ntp restarts
| * | | | unbound: fix hotplug iface and ntp restartsEric Luehrsen2017-03-17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound is configured to restart on hotplug/iface but this can result in numerous restarts at boot. Unbound also has a restart for NTP. This was observed to generate trouble and even with procd robustness too many crashes might occur (rare). Unbound would not be running. Give more care to /var/lib/unbound/root.key during restarts. Use procd for iface restarts. Check pidof() to wait one more second for Unbound. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | Merge pull request #4158 from TDT-GmbH/mwan-fix-hotplugHannu Nyman2017-03-18
|\ \ \ \ | | | | | | | | | | net/mwan3: fix hotplug on ACTION ifdown
| * | | | net/mwan3: fix hotplug on ACTION ifdownFlorian Eckert2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On dynamic interface proto (dhcp/pppoe) the hotplug will not execude (exit 9) because the gateway is already released. The check will now only be made on a ifup ACTION event. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #4157 from TDT-GmbH/mwan3-add-user-scriptHannu Nyman2017-03-18
|\ \ \ \ \ | |_|/ / / |/| | | | net/mwan3: add mwan3.user hotplug script
| * | | | net/mwan3: add mwan3.user hotplug scriptFlorian Eckert2017-03-17
| |/ / / | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #4153 from br101/masterTed Hess2017-03-17
|\ \ \ \ | |/ / / |/| | | dfu-util: Add package
| * | | dfu-util: Add packageBruno Randolf2017-03-17
|/ / / | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | package: haproxyheil2017-03-16
| | | | | | | | | | | | | | | | | | - bump to stable 1.7.3 and pending patches from upstream Signed-off-by: heil <heil@terminal-consulting.de>
* | | Merge pull request #4130 from commodo/python-package-srcHannu Nyman2017-03-16
|\ \ \ | | | | | | | | python, python3: ship packages with byte-codes and derive python source packages
| * | | python,python3: bump PKG_RELEASEsAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python3: split source packages away from compiled packagesAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Same as for python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: split source packages away from compiled packagesAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, they're not yet compiled, but in the next commit they should be. People have been complaining [citation needed] to me via email or via Github that Python's performance is crap because it packages sources directly and they're not compiled. And Python has to compile the sources on each run, and on-the-fly. Allowing compilation caching is also a no-no, because I'll get complaints that the flash storage fills up whenever a Python app runs. So, to give the user a choice, the new de-facto packaging for Python packages will be: * ship compiled + [ preferably ] optimized files * package sources separately The problem is that this doubles the number of packages in LEDE/OpenWrt, but build-times should not suffer a big hit, since the compilation is done once, and the install phase should not be too intensive. Oh, and people don't need ship source packages if they don't want to. To do that, a packager needs to just call `$(eval $(call BuildPackage,python-<package>-src))` The `python-` prefix is important. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python,python3: drop remove .pyc & .pyo filesAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | We'll control in the install phase what we ship [byte-codes or source files] Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python,python3: drop tests from all core packagesAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, this slipped by for some time. This should make the Python core packages even more lighter. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python3: make sure $(1)/usr/lib path exists for python3-dev packageAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: fix python-dev clash with python-baseAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Both want to install libpython.so. python-dev should install libpython.a Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python,python3: move PyPackage install rules in the beggining of the Package ↵Alexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | install rules So that we can process Python sources installed by those rules, if we need to. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python3: move filespec shell code into fileAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Same as for python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: move filespec shell code into fileAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup. And preparation for adding a bit more functionality. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python,python3: fix goof with multiline command breakAlexandru Ardelean2017-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #3050 from feckert/mwan3_flush_conntrackchamptar2017-03-16
|\ \ \ \ | | | | | | | | | | mwan3: enhancement add ping size and flush conntrack table
| * | | | net/mwan3: add ping size option to mwan3trackFlorian Eckert2017-03-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: reset conntrack table on iface up/down eventFlorian Eckert2017-03-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #4098 from mattsm/masterImre Kaloz2017-03-15
|\ \ \ \ \ | | | | | | | | | | | | miniupnpc: update to 2.0.20161216
| * | | | | miniupnpc: update miniupnpc to 2.0Mo Chen2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install listdevices as well Signed-off-by: Mo Chen <uncorrupt@gmail.com> Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
* | | | | | Merge pull request #4154 from br101/horst-fixJo-Philipp Wich2017-03-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | horst: Fix build for LEDE
| * | | | | | horst: Fix build for LEDEBruno Randolf2017-03-15
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortified headers don't seem to like _GNU_SOURCE in this case, but we can remove that define since it's not needed. Add a patch for LEDE until a new horst version is released. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | Merge pull request #4132 from yegorich/canutilsHannu Nyman2017-03-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | canutils: rework recipe
| * | | | | canutils: rework recipeYegor Yefremov2017-03-13
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't group any utilities but just list them all as they are. Fixes: https://github.com/openwrt/packages/issues/3695 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | | | Merge pull request #4024 from danrl/mwanHannu Nyman2017-03-15
|\ \ \ \ \ | | | | | | | | | | | | net/mwan3-luci: removed application
| * | | | | net/mwan3-luci: removed applicationdanrl2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | Merge pull request #4023 from danrl/csharkHannu Nyman2017-03-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | net/cshark: remove luci-app-cshark
| * | | | | | net/cshark: remove luci-app-csharkdanrl2017-02-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | Merge pull request #4140 from zorxd/masterHannu Nyman2017-03-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: update dnsexit.com update URL+response
| * | | | | | ddns-scripts: remove answer checking for dnsexitXavier Douville2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove answer checking for dnsexit as their API allows for too many return codes to handle them all. Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
| * | | | | | ddns-scripts: increment PKG_RELEASEXavier Douville2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
| * | | | | | ddns-scripts: update dnsexit.com update URL+response. Reference ↵Xavier Douville2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://downloads.dnsexit.com/ipUpdateDev.doc Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
* | | | | | | Merge pull request #4104 from p-wassi/gpsd_typoHannu Nyman2017-03-14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | utils/gpsd: fix init script
| * | | | | | utils/gpsd: fix init scriptp-wassi2017-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing character in init script to match config file Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | gnunet: use PKG_MIRROR_HASHDaniel Golle2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>