Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / smartdns
Commits:
0eb3bc80 by Felix Yan at 2026-06-28T20:12:25+00:00
upgpkg: 48.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = smartdns
pkgdesc = A local DNS server to obtain the fastest website IP for the
best Internet experience
- pkgver = 48.1
+ pkgver = 48.2
pkgrel = 1
url = https://github.com/pymumu/smartdns
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = smartdns
depends = zlib
backup = etc/smartdns/smartdns.conf
backup = etc/default/smartdns
- source = git+https://github.com/pymumu/smartdns.git#tag=Release48.1
- sha512sums =
7ea081ec87ca5da876f712238d4c5f27017d91ae12667621eb560fe2526578ac31e46c8385dff6dedfd314c35b4f29e073811bcc39995e67e9e3e4d7f634a31d
+ source = git+https://github.com/pymumu/smartdns.git#tag=Release48.2
+ sha512sums =
f488b4ba40d348d3f79b25d092ef1a987cf9d58bf796c22a352fc896fc61f270abdd14e324da5a83abb0f3052982c93004e828a3f86aa0a24ccb1fcf6f39af4f
pkgname = smartdns
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: zlowly <[email protected]>
pkgname=smartdns
-pkgver=48.1
+pkgver=48.2
pkgrel=1
pkgdesc="A local DNS server to obtain the fastest website IP for the best
Internet experience"
arch=('x86_64')
@@ -13,15 +13,9 @@ depends=('glibc' 'libgcc' 'openssl' 'zlib')
makedepends=('git' 'systemd') # systemd.pc
checkdepends=('gtest' 'bind')
source=("git+https://github.com/pymumu/smartdns.git#tag=Release$pkgver")
-sha512sums=('7ea081ec87ca5da876f712238d4c5f27017d91ae12667621eb560fe2526578ac31e46c8385dff6dedfd314c35b4f29e073811bcc39995e67e9e3e4d7f634a31d')
+sha512sums=('f488b4ba40d348d3f79b25d092ef1a987cf9d58bf796c22a352fc896fc61f270abdd14e324da5a83abb0f3052982c93004e828a3f86aa0a24ccb1fcf6f39af4f')
prepare() {
- cd smartdns
- # The first HTTP/2 high-concurrency attempt may complete without retries.
- # Upstream removed this assertion in ae598906806d.
- sed -i '/EXPECT_GT(retry_count, 0);/d' test/cases/test-http2.cc
- cd ..
-
# Unfortunately upstream does not provide a way to reuse .o files
cp -a smartdns smartdns-test
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/smartdns/-/commit/0eb3bc80c46d9d4589fe24efcade2335eb09f056
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/smartdns/-/commit/0eb3bc80c46d9d4589fe24efcade2335eb09f056
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