aboutsummaryrefslogtreecommitdiff
path: root/net/adguardhome
Commit message (Collapse)AuthorAge
* adguardhome: update to 0.107.48Shi JiaYang2024-04-13
| | | | | | | View the release notes for more information: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.48 Signed-off-by: Shi JiaYang <shi05275@163.com>
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* Merge pull request #22211 from alaviss/adguard-network-waitStan Grishin2024-03-18
|\ | | | | adguardhome: wait for interfaces to be up at boot
| * adguardhome: wait for interfaces to be up at bootHiếu Lê2023-09-29
| | | | | | | | | | | | | | This should allow the service to be activated even earlier during the boot process and also avoids race condition against network. Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
* | adguardhome: Update to 0.107.42Zuev Aleksandr2023-12-08
|/ | | | Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
* adguardhome: update quic-go to v0.37.6Dobroslaw Kijowski2023-08-21
| | | | | | | | | | * quic-go v0.36.x cannot be compiled with Go 1.21. Update that AdGuardHome dependency to latest one from v0.37 series. * It fixes following compilation error: go-mod-cache/github.com/quic-go/quic-go@v0.36.2/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github. com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: update to v0.107.36Hannu Nyman2023-08-21
| | | | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.34 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.35 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.36 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> [ Reword commit message ] Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.107.33Dobroslaw Kijowski2023-07-13
| | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.30 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.31 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.32 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.33 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.107.29Dobroslaw Kijowski2023-06-06
| | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.26 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.27 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.28 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.29 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* adguardhome: bump to 0.107.25Dobroslaw Kijowski2023-03-08
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.25 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: enable legacy openssl provider for nodejsDobroslaw Kijowski2023-03-08
| | | | | | | | | | | | | | | | | | | Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * https://github.com/AdguardTeam/AdGuardHome/issues/5559 * https://github.com/AdguardTeam/AdGuardHome/issues/4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* AdGuardHome: update to v0.107.24Zuev Aleksandr2023-02-24
| | | | Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
* AdGuardHome: update to v0.107.21YiZhen Choo2022-12-16
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* adguardhome: bump to 0.107.18Dobroslaw Kijowski2022-11-17
| | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.17 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.18 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: Increase init start value to avoid network race conditionsJames White2022-10-21
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* AdGuardHome: update to v0.107.16YiZhen Choo2022-10-21
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* AdGuardHome: update to v0.107.12YiZhen Choo2022-09-14
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* AdGuardHome: update to v0.107.11YiZhen Choo2022-08-30
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* adguardhome: Update v0.107.6James White2022-04-15
| | | | | | Remove Go 1.18 patch as upstream source has updated go dependencies Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Patch quic-go to fix compilation on Go 1.18James White2022-04-03
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Update adguardhome to v0.107.5James White2022-03-08
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Bump adguardhome to v0.107.3 stableJames White2022-02-02
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Update to v0.107.2 stableJames White2022-01-02
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: update to 0.107.0Hiếu Lê2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.0 packr has been removed from build dependencies, per https://github.com/AdguardTeam/AdGuardHome/commit/c6888326b034daea9e69de5ee0a8f37aede45892#diff-2873f79a86c0d8b3335cd7731b0ecf7dd4301eb19a82ef7a1cba7589b5252261L2 Also added the ability to configure working directory location and moved the directory to /var. On most setups this should not change anything, as /var is symlinked to /tmp. The move mostly benefits setups where /var is configured to be persistent. The working directory is used by AdGuard to store persistent data like query logs, filter lists, etc. Data stored in this directory can get really huge, as such allowing this directory to be moved elsewhere (ie. an USB drive) is very beneficial. Co-authored-by: Dobroslaw Kijowski <dobo90@gmail.com> Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
* adguardhome: bump to 0.106.3Dobroslaw Kijowski2021-05-27
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.3 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.106.2Dobroslaw Kijowski2021-05-11
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.106.1Dobroslaw Kijowski2021-05-04
| | | | | | | | | | * Create working directory when it is not present. Apparently some recent change made adguardhome fail to start when working directory is missing. * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.1 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.106.0Dobroslaw Kijowski2021-04-28
| | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.0 * Add build time LDFLAG introduced in commit [1]. [1]: https://github.com/AdguardTeam/AdGuardHome/commit/1d07afb30ee9ff00de72182200b7e1c6d1606d77#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R67 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.105.2Dobroslaw Kijowski2021-03-17
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.105.1Dobroslaw Kijowski2021-02-17
| | | | | | | | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.0 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.1 * Add node-yarn/host dependency as it is needed since [1]. * Adjust LDFLAGS to the new ones introduced in [2]. * Invoke targets from make instead of manually running npm and yarn. * Replace GO_PKG_EXCLUDES with GO_PKG_BUILD_PKG as our intention is to build only one specific package (a cosmetic change). [1]: https://github.com/AdguardTeam/AdGuardHome/commit/5e20ac7ed5de861ea5c945d1775f75312d62b69f#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R140 [2]: https://github.com/AdguardTeam/AdGuardHome/commit/0d67aa251d18f8ab47cfd90072e9d0387dff4224#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R60 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: upstream upgrade to v0.104.3Dobroslaw Kijowski2021-01-03
| | | | | | | | Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.2 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.3 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: upstream upgrade to v0.104.1Dobroslaw Kijowski2020-11-24
| | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.0 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.1 * Change path to packr resources as some of source files were moved. Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* 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>