kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / dnsproxy
Commits:
1c7c74a0 by kpcyrd at 2026-05-22T01:02:51+02:00
upgpkg: 0.81.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dnsproxy
pkgdesc = Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
- pkgver = 0.81.3
+ pkgver = 0.81.4
pkgrel = 1
url = https://github.com/AdguardTeam/dnsproxy
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = dnsproxy
makedepends = go
depends = glibc
backup = etc/dnsproxy/dnsproxy.yaml
- source =
https://github.com/AdguardTeam/dnsproxy/archive/v0.81.3/dnsproxy-0.81.3.tar.gz
+ source =
https://github.com/AdguardTeam/dnsproxy/archive/v0.81.4/dnsproxy-0.81.4.tar.gz
source = dnsproxy.service
- sha256sums =
79520942c63ed1dc067f67090b36e94f2115fac4a12d254a4999edf0966a58f0
+ sha256sums =
1b51a976c1c1644612c71b5dc8af38cb72f466b79b0d45dc7ebb1a4240a87db7
sha256sums =
002deb38e7d69beb8848c57a7ba0d00437c542589baccc6dab074767ffa64b75
- b2sums =
c4a2104eacbe3d1f692fec1aefd8fdff5bce04a7a0499819c696230e9106ea93f070ce2e29c3995cf69ed61999487cddacb7bfde3f14af2b55fa4d936caf3deb
+ b2sums =
480a61728ac9ad46f6681d1fc6c6b6f49997dc8c99a5f613dc8aff8f23a3fe0f2064aa516e379c95a3322ed61151ce145425804b212584d0f5d653d013d28861
b2sums =
6cea74df1b6bd914e7845635a5a4b72bd6bd71f8135d900a744bc156dd256e97b9e179e47958cf135cd77726ce2a22a19c71343f49dfc1f34ba8958e3a76e5e8
pkgname = dnsproxy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Whyme Lyu <[email protected]>
pkgname=dnsproxy
-pkgver=0.81.3
+pkgver=0.81.4
pkgrel=1
pkgdesc="Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support"
url="https://github.com/AdguardTeam/dnsproxy"
@@ -18,9 +18,9 @@ makedepends=(
backup=(etc/dnsproxy/dnsproxy.yaml)
source=("https://github.com/AdguardTeam/dnsproxy/archive/v${pkgver}/dnsproxy-${pkgver}.tar.gz"
dnsproxy.service)
-sha256sums=('79520942c63ed1dc067f67090b36e94f2115fac4a12d254a4999edf0966a58f0'
+sha256sums=('1b51a976c1c1644612c71b5dc8af38cb72f466b79b0d45dc7ebb1a4240a87db7'
'002deb38e7d69beb8848c57a7ba0d00437c542589baccc6dab074767ffa64b75')
-b2sums=('c4a2104eacbe3d1f692fec1aefd8fdff5bce04a7a0499819c696230e9106ea93f070ce2e29c3995cf69ed61999487cddacb7bfde3f14af2b55fa4d936caf3deb'
+b2sums=('480a61728ac9ad46f6681d1fc6c6b6f49997dc8c99a5f613dc8aff8f23a3fe0f2064aa516e379c95a3322ed61151ce145425804b212584d0f5d653d013d28861'
'6cea74df1b6bd914e7845635a5a4b72bd6bd71f8135d900a744bc156dd256e97b9e179e47958cf135cd77726ce2a22a19c71343f49dfc1f34ba8958e3a76e5e8')
build() {
@@ -36,7 +36,8 @@ build() {
check() {
cd "${pkgname}-${pkgver}"
- go test ./...
+ go test ./... \
+ -skip TestUpstream_plainDNS_fallbackToTCP
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dnsproxy/-/commit/1c7c74a07417a0ed385efd445a208997c58fd192
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dnsproxy/-/commit/1c7c74a07417a0ed385efd445a208997c58fd192
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help