aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #3690 from dibdot/adblockHannu Nyman2016-12-22
|\| | | | | | | | | | | | | | | | | | | | adblock: bugfix 2.0.1
| * | | | | | adblock: bugfix 2.0.1Dirk Brenken2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed a dnsmasq restart issue (udhcpc error) * fixed a long standing corner case bug in "disabled" state (does not remove active block lists!) * simplified overall sort, removed needless 'for loop' * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #3688 from hnyman/nano272Hannu Nyman2016-12-22
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | nano: update to 2.7.2
| * | | | | | nano: update to 2.7.2Hannu Nyman2016-12-22
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to version 2.7.2 Compile and run tested on ipq806x. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | haproxy: remove old patchesheil2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove old patches from 1.6 - fix download url for 1.7 - fixes #3687 Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | php7-pecl-http: upgrade to 3.1.0Michael Heimpold2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | php7-pecl-dio: upgrade to 0.0.9Michael Heimpold2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream release has all the patches already included, so we can drop them here. This also fixes issues on 64-bit archs. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #3655 from onikitenko/vsftpd-fixHannu Nyman2016-12-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | vsftpd: Fix compilation error on x86
| * | | | | | vsftpd: Fix vsftpd compilation error for x86Alex Nikitenko2016-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alex Nikitenko <alex.nikitenko@sirinsoftware.com>
* | | | | | | Merge pull request #3684 from TouchStar/luarock-fix-siteconfigHannu Nyman2016-12-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | luarocks: Fix seeded uname (s/m) in site-config.lua
| * | | | | | | luarocks: Fix seeded uname (s/m) in siteconfigDavid Thornley2016-12-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LUAROCKS_UNAME_S/LUAROCKS_UNAME_M were being set automatically to host’s architecture and system/kernel name (e.g.. x86 and Darwin for the macOS) The variables can now be supplied to configure via the supplied patch. They are currently _S being hardcoded to “Linux” and _M set to the target architecture in the MakeFile. Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
* | | | | | | openssh: update to 7.4p1Peter Wagner2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | libs/libexif: Disable nlsAlin Nastac2016-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | | | | | | Merge pull request #3683 from chris5560/ddns-scriptsHannu Nyman2016-12-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ddns-scripts: fix return codes if provider's data already up to date
| * | | | | | | ddns-scripts: fix return codes if provider's data already up to dateChristian Schoenebeck2016-12-20
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix return codes, if ip data at Godaddy.com and Cloudflare.com are already up to date, handle it as succesful update. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | nginx: bump version to latest stable 1.10.2heil2016-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | haproxy:heil2016-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump to version 1.7.1 - remove old patches Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | Merge pull request #3605 from bittorf/mysqld-allow_spaces_in_configJo-Philipp Wich2016-12-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mysql-server: initscript: allow spaces in 'mysql-config' datadir
| * | | | | | | mysql-server: initscript: allow spaces in 'mysql-config' datadirBastian Bittorf2016-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also convert script to OpenWrt-style and use logger instead of echo out to STDERR. Signed-off-by: Bastian Bittorf <bb@npl.de>
* | | | | | | | Merge pull request #3658 from jow-/openvswitch-kmod-compile-timeJo-Philipp Wich2016-12-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | openswitch: improve build time for kmod-only builds
| * | | | | | | | openswitch: improve build time for kmod-only buildsJo-Philipp Wich2016-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When only kmod-openvswitch is enabled, which commonly happens during LEDE release builds, there is no need to build the entire userland of openvswitch as this is done at a later stage on systems dedicated to build only userspace packages. This change conditionalizes the dependency on python, which means that python prerequisites are only compiled if the openvswitch-python package is enabled, which allows us to eliminate the entire python dependency chain. Furthermore, this change sets MAKE_PATH to the kernel module sub directory if only kmod-openvswitch is enabled which causes the openvswitch build system to only process sources related to the .ko files. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | Merge pull request #3681 from dibdot/adblockHannu Nyman2016-12-20
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | adblock: release 2.0.0
| * | | | | | | | adblock: release 2.0.0Dirk Brenken2016-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changed complete dnsmasq handling - no longer redirect ad requests to internal web server via firewall rules etc., in fact send back a simple NXDOMAIN for all ad related (sub-)domains - smaller memory footprint for block lists - removed needless uhttpd instances - removed needless firewall rules/redirects * init/hotplug system migrated to procd - removed hotplug.d script, now using procd interface trigger * reduced code size/complexity - removed needless internal pre-checks & function blocks, no longer rely on a separate helper library - removed flash writes to adblock config * support different download tools like wget (default), aria2c, uclient-fetch, curl (see online doc) * adblock status/statistics via ubus call (see online doc) * various bug fixes * documentation update * changed makefile copyright notice Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #3665 from EricLuehrsen/unbound_1_6_0Hannu Nyman2016-12-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | unbound: update to 1.6.0
| * | | | | | | | | unbound: UCI updates to take advantage of 1.6.0Eric Luehrsen2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - UCI to take advantage of "qname-minimisation-strict:" - UCI to block chaos reponses bind, server, and version - UCI to limit or prefer recrusion over IP4 or IP6 Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | unbound: bugfix for UCI script typosEric Luehrsen2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - UCI option dnsmasq_gate_name typo in few locations - NTP hotplug to check /etc/init.d/unbound not ..dnsmasq Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | unbound: update 1.6.0Eric Luehrsen2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - future opportunity: added "views:" clause -- consider won't need UCI for security instances -- consider access lists, forwards, views, and tags -- consider query denial for DNS amplification defense - future opportunity: thrifted "local-zone:" memory bloat -- consider adblock package to feed thru unbound-control -- consider access lists, forwards, views, and tags -- consider offering LuCI parental controls or other Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | libs/rxtx: add support for RX/TX Java serial communicationsDana Myers2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate support for RX/TX Java serial communications library. Includes patch to include support for ttyACM* devices. Signed-off-by: Dana H. Myers k6jq@comcast.net
* | | | | | | | | | Merge pull request #3677 from diizzyy/patch-29Hannu Nyman2016-12-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/dnscrypt-proxy: Use bz2 tarball
| * | | | | | | | | | net/dnscrypt-proxy: Use bz2 tarballDaniel Engberg2016-12-19
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use bz2 tarball, saves space and bandwidth. Use SHA256 checksum instead of MD5. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | Merge pull request #3676 from damianorenfer/masterHannu Nyman2016-12-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | net/dnscrypt-proxy: update to 1.8.0
| * | | | | | | | | net/dnscrypt-proxy: update to 1.8.0Damiano Renfer2016-12-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | | | Merge pull request #3673 from zorun/bmon_4.0Hannu Nyman2016-12-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bmon: Bump to 4.0, update copyright
| * | | | | | | | | bmon: Bump to 4.0, update copyrightBaptiste Jonglez2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | | Merge pull request #3674 from zx2c4/wireguard-bumpHannu Nyman2016-12-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/wireguard: version bump
| * | | | | | | | | | net/wireguard: version bumpJason A. Donenfeld2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to new snapshot version. We also make IPV6 optional, and conditionally selecting the udptunnel6 module, using the same trick that the strongswan package also uses for this kind of dependency expression. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | | | | | | Merge pull request #3675 from chris5560/ddns-scriptsHannu Nyman2016-12-18
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | ddns-scripts: fixes for cloudflare v4
| * | | | | | | | | | ddns-scripts: fixes for cloudflare v4Christian Schoenebeck2016-12-18
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update_cloudflare_com_v4.sh: enclose urls in single quotes - dynamic_dns_functions.sh: force to return only one ip, if using nslookup to get registered ip Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | Merge pull request #3671 from openwrt/revert-3669-patch-6Hannu Nyman2016-12-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "package/wireguard bump version to 0.0.20161216"
| * | | | | | | | | | Revert "package/wireguard bump version to 0.0.20161216"Hannu Nyman2016-12-18
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3669 from viisauksena/patch-6Hannu Nyman2016-12-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | package/wireguard bump version to 0.0.20161216
| * | | | | | | | | | package/wireguard bump version to 0.0.20161216viisauksena2016-12-18
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package/wireguard bump version to 0.0.20161216 Signed-off-by: Jens Viisauksena github_patch@viisauksena.de
* | | | | | | | | | Merge pull request #3649 from hauke/torHauke Mehrtens2016-12-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | tor: update to version 0.2.8.11
| * | | | | | | | | | tor: update to version 0.2.8.11Hauke Mehrtens2016-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | Merge pull request #3648 from hauke/ioHauke Mehrtens2016-12-17
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | io: add io-tool
| * | | | | | | | | | io: add io-toolHauke Mehrtens2016-12-17
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add the io tool from the old package feed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | Merge pull request #3662 from diizzyy/patch-27Nikos Mavrogiannopoulos2016-12-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libs/libtasn1: Update to 4.9
| * | | | | | | | | | libs/libtasn1: Update to 4.9Daniel Engberg2016-12-16
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update 4.9 and use URL alias Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | jool: version bump (fixes #3657)danrl2016-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest upstream changes explicitly include `net/ip6_checksum.h`. Fixes issue #3657. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | | libs/liblz4: Use xz compression instead of gzDaniel Engberg2016-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use xz compression as it saves space compared to gz. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>