aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | | | Merge pull request #6531 from jow-/privoxy-fix-uci-parsingJo-Philipp Wich2018-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | privoxy: fix uci configuration parsing after upstream OpenWrt changes
| * | | | | | | | | | | | | | | privoxy: fix uci configuration parsing after upstream OpenWrt changesJo-Philipp Wich2018-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt changed the way the uci shell parsing functions deal with list configuration items. This change broke the generation of the privoxy runtime configuration because no callbacks were emitted anymore. Fix the problem by defining a list_cb() that simply calls the existing option_cb() to deal with list item values. Ref: c9c0fc28a9 ("base-files: fix UCI config parsing and callback handling") Ref: https://forum.lede-project.org/t/openwrt-snapshot-privoxy-error/15919 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | | | Merge pull request #6420 from micmac1/lighttpd-uclibc-iconvHannu Nyman2018-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lighttpd: fix uclibc build issue
| * | | | | | | | | | | | | | | | lighttpd: include nls.mk for mysql pluginSebastian Kemper2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2 needs to be linked in together with iconv. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | | | | | | | | | | lighttpd: fix CONFIGURE_ARGSSebastian Kemper2018-07-13
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the current layout CONFIGURE_ARGS can end up like this: --with-mysql --without-mysql To avoid that join the ifneqs of the two mysql related plugins. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | | | | | | Merge pull request #6612 from neheb/patch-19Hannu Nyman2018-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chaosvpn: Update to 2.19 and switch to codeload
| * | | | | | | | | | | | | | | | chaosvpn: Update to 2.19 and switch to codeloadRosen Penev2018-07-29
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #6606 from neheb/patch-18Hannu Nyman2018-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softflowd: Fix URL
| * | | | | | | | | | | | | | | | softflowd: Fix URLRosen Penev2018-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | Merge pull request #6622 from neheb/patch-11Hannu Nyman2018-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inadyn: Update to 2.3.1
| * | | | | | | | | | | | | | | | | inadyn: Update to 2.3.1Rosen Penev2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | Merge pull request #6468 from micmac1/gnunet-nlsDaniel Golle2018-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | gnunet: remove iconv hack
| * | | | | | | | | | | | | | | | | gnunet: remove iconv hackSebastian Kemper2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Undo previous commit that added an iconv hack. The problem was actually fixed by including nls.mk in the mariadb package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | | | | | | | | Merge pull request #5273 from brianjmurrell/add-foolsmJo-Philipp Wich2018-07-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add package foolsm
| * | | | | | | | | | | | | | | | | | foolsm: Add package foolsmBrian J. Murrell2018-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | | | | | | | | | | | | | | | | | acme: Update to 2.7.9Rosen Penev2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload. Simplifies the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | nginx: bump to latest releaseAnsuel Smith2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | | | | | | | | | Merge pull request #5563 from Andy2244/samba-4.8Jo-Philipp Wich2018-07-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | samba4: add package samba-4.8
| * | | | | | | | | | | | | | | | | | | samba4: add package samba-4.8Andy Walsh2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | | | | | | | | | | unbound: add UCI for forward stub and auth zone clausesEric Luehrsen2018-07-29
| |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With growing interest, DNS over TLS can be setup in Unbounds foward-zone: clause. A broader UCI solution is added to support forward-, stub-, and auth- zone clauses in a new 'zone' section. This implentation required reworking scripts, because they did not scale. 'forward_domain' and 'prefetch_root' options are removed, and superceded by 'zone' section. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | | | | | | | | | | Merge pull request #6609 from mwarning/zerotierHannu Nyman2018-07-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zerotier: update to version 1.2.12
| * | | | | | | | | | | | | | | | | | | zerotier: update to version 1.2.12Moritz Warning2018-07-29
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | | | | | | | | Merge pull request #6550 from sartura/geth_update_1.8.12Hannu Nyman2018-07-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | geth: update to 1.8.12
| * | | | | | | | | | | | | | | | | | | geth: update to 1.8.12Mislav Novakovic2018-07-23
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | | | | | | | | | | | Merge pull request #6528 from val-kulkov/subversion-packageHannu Nyman2018-07-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subversion: bump to the latest stable bugfix release
| * | | | | | | | | | | | | | | | | | | subversion: bump to the latest stable bugfix releaseVal Kulkov2018-07-24
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it, add build dependency on apr-util. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | | | | | | | | | | | Merge pull request #6600 from dibdot/travelmateDirk Brenken2018-07-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | / / / / / / | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | travelmate: update 1.2.1
| * | | | | | | | | | | | | | | | | travelmate: update 1.2.1Dirk Brenken2018-07-29
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no longer rename faulty uplinks in /etc/config/wireless, but save uplink state in json runtime information. To reset the saved state simply restart travelmate processing. Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | | | | p910nd: Change start init sequence to 99Francesco Molitierno2018-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay startup of p910nd to give devices more time to enumerate Fixes issue #4752 Tested on mir3g Signed-off-by: Francesco Molitierno <francyesc0@hotmail.it>
* | | | | | | | | | | | | | | | | znc: revert cmake build artifacts from makefileJonas Gorski2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert some cmake stuff that accidentially made it into the Makefile to unbreak the build. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | | | | | | | | | | | znc: update my email addressJonas Gorski2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | | | | | | | | | | | znc: drop unneeded root check patchJonas Gorski2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't run znc as root anymore, so no need to do the root check after loading the config. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | | | | | | | | | | | znc: Update to 1.7.1Rosen Penev2018-07-27
| |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: * New IRCv3.2 capabilities support on client and server side * Increased max line lengths * support for stripping color control codes * various bug fixes Signed-off-by: Rosen Penev <rosenp@gmail.com> [jonas.gorski: add notable changes, switch to 1.7.1] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | | | | | | | | | | ipsec-tools: compile with openssl 1.1, compile fix (#6141)Eneas Queiroz2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added compatibility with openssl 1.1, and also fixed a compiler warning about implicit declaration. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | | | | Merge pull request #6274 from TDT-AG/pr/20180611-add-bonding-protoJo-Philipp Wich2018-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/bonding: added protohandler package for netifd
| * | | | | | | | | | | | | | | | net/bonding: added protohandler package for netifdHelge Mader2018-07-18
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | | | | | | | | | | | | | | Merge pull request #6462 from korzhyk/web_homeJo-Philipp Wich2018-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | transmission: Allow user to configure web ui home directory
| * | | | | | | | | | | | | | | transmission: Allow user to configure web ui home directoryAndrii Korzh2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Korzh <andrii.korzh@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #6565 from diizzyy/patch-6tripolar2018-07-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wget: Disable libpsl to fix builds on buildbots
| * | | | | | | | | | | | | | | | wget: Disable libpsl to fix builds on buildbotsDaniel Engberg2018-07-24
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable libpsl to fix dependency issue on buildbots http://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a9_neon/packages/wget/ssl/compile.txt "... Package wget is missing dependencies for the following libraries: libpsl.so.5" Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | | | | | Merge pull request #6570 from dibdot/adblockDirk Brenken2018-07-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | adblock: bugfix 3.5.4 v2
| * | | | | | | | | | | | | | | adblock: bugfix 3.5.4 v2Dirk Brenken2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix wrong firewall syntax of the last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | | | rtorrent: fix MAINTAINERPeter Wagner2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | | | | Merge pull request #6545 from neheb/patch-11tripolar2018-07-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtorrent: Update to 0.9.7
| * | | | | | | | | | | | | | | | rtorrent: Update to 0.9.7Rosen Penev2018-07-22
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switch to tarball. Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #6532 from dibdot/adblockDirk Brenken2018-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | adblock: 3.5.4
| * | | | | | | | | | | | | | | adblock: 3.5.4Dirk Brenken2018-07-21
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * add low priority mode (nice level 10), disabled by default * enhance 'Force DNS' to redirect ports 53, 853 and 5353 frontend: * switch to dynamic XHR polling for runtime information and logfile viewing * add new 'Refresh' button to reload blocklists * various cleanups & small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | | mtr: Update to 0.92 and switch to tarballRosen Penev2018-07-22
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | Merge pull request #6514 from Ansuel/nginx_rootHannu Nyman2018-07-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nginx: change default user for luci conf
| * | | | | | | | | | | | | | nginx: change default user for luci confAnsuel Smith2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the nginx user for the default luci config is root... This is dangerous and unnecessary, reset it back to nobody nogroup. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>