aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* adguardhome: Implement initial package recipeDobroslaw Kijowski2020-10-08
| | | | | | | | | | | | | | | | | AdGuardHome is a network-wide ads and trackers blocking DNS server. After installing it with opkg, start it like every service: /etc/init.d/adguardhome start In order to complete the installation vist http://{YOUR_ROUTERS_IP}:3000. Then you can setup dnsmasq to forward DNS traffic to AdGuardHome: uci -q delete dhcp.@dnsmasq[0].server uci add_list dhcp.@dnsmasq[0].server=127.0.0.1#{PORT_SET_DURING_INSTALL} uci set dhcp.@dnsmasq[0].noresolv=1 uci commit dhcp /etc/init.d/dnsmasq restart Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* Merge pull request #13582 from jan-kardell/TQ_fix_lighttpd_mod_authRosen Penev2020-10-07
|\ | | | | [lighttpd] Pull in mod-authn_file with mod-auth
| * [lighttpd] Pull in mod-authn_file with mod-authJan Kardell2020-10-06
| | | | | | | | | | | | | | | | If lighttpd loads mod-auth, it also automatically tries to load mod-authn_file, and fails if it's not available. That is a compatibility feature of lighttpd after the funtionality was split into modules. Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
* | Merge pull request #13510 from zhoreeq/bump_0_3_15Rosen Penev2020-10-07
|\ \ | | | | | | yggdrasil: bump to 0.3.15
| * | yggdrasil: bump to 0.3.15George Iv2020-09-28
| | | | | | | | | | | | Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | Merge pull request #13528 from wevsty/patch-1Rosen Penev2020-10-07
|\ \ \ | | | | | | | | openssh: update to 8.4p1
| * | | openssh: update to 8.4p1Yuan Tao2020-10-05
| | | | | | | | | | | | | | | | Signed-off-by: Yuan Tao <ty@wevs.org>
* | | | Merge pull request #13573 from ja-pa/ooniprobe-3.0.7Rosen Penev2020-10-06
|\ \ \ \ | | | | | | | | | | ooniprobe: update to version 3.0.7
| * | | | ooniprobe: update to version 3.0.7Jan Pavlinec2020-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove measurement-kit dependency since it's no longer needed. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #13574 from ja-pa/dnstap-0.2.2Josef Schlehofer2020-10-05
|\ \ \ \ \ | | | | | | | | | | | | dnstap: update to version 0.2.2
| * | | | | dnstap: update to version 0.2.2Jan Pavlinec2020-10-05
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #13575 from eglooca/masterHannu Nyman2020-10-05
|\ \ \ \ \ | | | | | | | | | | | | netifyd: Updated to v3.05.
| * | | | | netifyd: Updated to v3.05.Darryl Sokoloski2020-10-05
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* / / / / ddns-scripts: add ipv6 capability for no-ip.comJohnathan Arsenault2020-10-05
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Johnathan Arsenault <johnathan.arsenault@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
* | | | Merge pull request #13562 from antonlacon/rsync-optionsRosen Penev2020-10-04
|\ \ \ \ | | | | | | | | | | rsync: disable option for bundled zlib, add option for zstd
| * | | | rsync: add config option for zstd supportIan Leonard2020-10-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | rsync: drop option for included zlibIan Leonard2020-10-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | travelmate: update 2.0.2Dirk Brenken2020-10-03
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a vpn/iptables race condition * remove needless dnsmasq dependency * synchronize code-base of all auto-login scripts, due to COVID-19 restrictions all of them are still untested/WIP * various small cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #13548 from gladiac1337/haproxy-2.2.4Rosen Penev2020-10-02
|\ \ \ \ | | | | | | | | | | haproxy: Update HAProxy to v2.2.4
| * | | | haproxy: Update HAProxy to v2.2.4Christian Lachner2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | Merge pull request #11353 from kvuorine/fwknop-fixesRosen Penev2020-10-01
|\ \ \ \ \ | | | | | | | | | | | | fwknop: init script improvements
| * | | | | fwknop: init script improvementsKimmo Vuorinen2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Log with pid instead of placeholder. * Make sure directory for config files generated from uci config exists. * Remove forced defaults. * Simplify compares. Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
* | | | | | Merge pull request #13467 from ja-pa/tor-update-0.4.4.5Rosen Penev2020-10-01
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | tor: update to version 0.4.4.5
| * | | | | tor: update to version 0.4.4.5Jan Pavlinec2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Fix PIC configuration to --enable-pic -disable mallinfo Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13509 from TDT-AG/pr/20200928-ddns-scriptsFlorian Eckert2020-10-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ddns-scripts: fix regression added by version 2.8.0
| * | | | | ddns-scripts: update PKG_VERSION to 2.8.1Florian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: also read providers from custom directoryFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provider could also be read from the custom directory. To get always the latest version of the provider config json file, we read first the custom directory and after that we also check the default directory, if we could not find the provider file Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: move all json files to defaultFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we can also install custom ddns services, the name for the default services is not optimally chosen. To emphasize this the folder with the standard services for the package feed will be renamed to default. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: add dependency for ddns-scripts-services on ddns-scriptsFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we install ddns-scripts we also install the default ddns-scripts-services package. So the behabviour for the user does not change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: change install path of custom service providersFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: remove list file from ddns-scripts installFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not needed. The file get installed on demand with the new ddns script. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: remove special service json files from ddns-scripts-servies ↵Florian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename cnkuai packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename route53 packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename nsupdate packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename noip packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename digitalocean packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename godaddy packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename freedns packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename cloudflare packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename ddns-scripts_service package to ddns-scripts-servicesFlorian Eckert2020-09-28
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | bwping: update to version 2.1Oleg Derevenetz2020-10-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | Merge pull request #13520 from neheb/transmRosen Penev2020-09-29
|\ \ \ \ \ | | | | | | | | | | | | transmission: fix compilation with full NLS
| * | | | | transmission: fix compilation with full NLSRosen Penev2020-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | nextdns: Update to version 1.8.5Olivier Poitrey2020-09-29
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | linuxptp: Upgrade to v3.1Wojciech Dubowik2020-09-29
|/ / / / | | | | | | | | | | | | | | | | | | | | Also update email address of the maintainer. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* | | | Merge pull request #13494 from TDT-AG/pr/20200925-xinetdFlorian Eckert2020-09-28
|\ \ \ \ | |/ / / |/| | | xinetd: fix xinetd reload problem
| * | | xinetd: fix xinetd reload problemHelge Mader2020-09-28
| | | | | | | | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | | Shorewall6: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>