Commit Graph

20 Commits

Author SHA1 Message Date
Internet1235
b7f3b58310
adguardhome: Bump to 0.107.61 2025-04-27 22:56:27 +08:00
Internet1235
6c798d6c05
adguardhome: update to 0.107.57 2025-03-12 22:09:08 +08:00
root
22237093e3 adguardhome: Update to 0.107.52 2024-09-28 07:24:25 +08:00
Noo6
4812305c00
treewide: fix mips golang compile error (#737)
Fixes: #692, #730
2023-11-22 21:06:13 +08:00
Beginner
8ae39a547f
adguardhome: update to v0.107.36 2023-10-03 02:47:28 +08:00
Dobroslaw Kijowski
e9a944f180 adguardhome: bump to 0.107.25
* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.25

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2023-03-11 16:19:10 +00:00
Dobroslaw Kijowski
5432f02195 adguardhome: enable legacy openssl provider for nodejs
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>
2023-03-11 16:19:02 +00:00
Zuev Aleksandr
8ea4baeb8c AdGuardHome: update to v0.107.24
Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
2023-03-01 19:00:09 +08:00
YiZhen Choo
6ed1de7259 AdGuardHome: update to v0.107.21
Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
2022-12-23 13:58:11 +08:00
Dobroslaw Kijowski
87e6fd0b94 adguardhome: bump to 0.107.18
* 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>
2022-11-18 11:11:01 +08:00
YiZhen Choo
f9d740b761 AdGuardHome: update to v0.107.16
Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
2022-11-10 16:38:26 +08:00
YiZhen Choo
a906bed1b2 AdGuardHome: update to v0.107.12
Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
2022-09-27 14:54:31 +00:00
YiZhen Choo
94f4a927a9 AdGuardHome: update to v0.107.11
Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
2022-09-04 14:54:21 +08:00
James White
5e8d40532a adguardhome: Update v0.107.6
Remove Go 1.18 patch as upstream source has updated go dependencies

Signed-off-by: James White <james@jmwhite.co.uk>
2022-04-15 18:10:11 +00:00
James White
ec56b942a6 adguardhome: Patch quic-go to fix compilation on Go 1.18
Signed-off-by: James White <james@jmwhite.co.uk>
2022-04-08 18:32:03 +00:00
James White
197f49c542 adguardhome: Update adguardhome to v0.107.5
Signed-off-by: James White <james@jmwhite.co.uk>
2022-03-09 06:15:08 +00:00
James White
831fe84174 adguardhome: Bump adguardhome to v0.107.3 stable
Signed-off-by: James White <james@jmwhite.co.uk>
2022-02-02 16:28:27 +00:00
James White
47664e437b adguardhome: Update to v0.107.2 stable
Signed-off-by: James White <james@jmwhite.co.uk>
2022-01-02 11:47:16 +00:00
Hiếu Lê
81cdbe2cb3 adguardhome: update to 0.107.0
Full changelog available at: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.0

packr has been removed from build dependencies, per
c6888326b0 (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>
2021-12-23 09:26:30 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00