Update adguard-home to v0.107.61 (#2601)

This commit is contained in:
Alexander L. 2025-04-22 17:45:08 +02:00 committed by GitHub
parent bc6fe9f03d
commit ef724e7d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: adguard/adguardhome:v0.107.60@sha256:f793df60142d249f2b869e95da4516acb96104aaa799bc3efb090622964242bd
image: adguard/adguardhome:v0.107.61@sha256:a2085b04bbfc4759e68fa1d13d4e1558aede67c783c55820e036a95a36dd3ebf
# override the default command to set the web address to port 8095 to avoid conflict with Thunderhub
# command from Dockerfile: https://github.com/AdguardTeam/AdGuardHome/blob/master/docker/Dockerfile
command: ["--no-check-update", "-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--web-addr", "0.0.0.0:8095"]

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: adguard-home
category: networking
name: AdGuard Home
version: "0.107.60"
version: "0.107.61"
tagline: Network-wide software for blocking ads and tracking
description: >-
⚠️ See below for important set-up instructions.
@ -19,12 +19,13 @@ description: >-
This ensures that the app will not conflict with other apps from the Umbrel App Store, and that the app will be accessible
when clicking on the app icon in the umbrelOS homescreen.
releaseNotes: >-
This release includes security improvements and bug fixes:
This release includes important security improvements:
- Updated Go version to address security vulnerabilities
- Fixed filtering for DHCP clients
- Improved validation for HTTPS port on Encryption Settings page
- Updated Alpine Linux version in Docker image
- Fixed a vulnerability that made AdGuard Home susceptible to cache poisoning attacks
- Implemented protection against simultaneous duplicate requests to reduce the chance of successful cache poisoning attacks
⚠️ It's strongly recommended to keep the new 'pending_requests' feature enabled for security reasons.
Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases