mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: smartdns: Update to 47.
* gnu/packages/dns.scm (smartdns): Update to 47. Change-Id: I4a0747d80e709f82b252145e6046f68f595beb42 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
ac2306c5ad
commit
8fbfa3c4c3
1 changed files with 4 additions and 2 deletions
|
|
@ -1291,7 +1291,7 @@ nameservers other than libc.")
|
|||
(define-public smartdns
|
||||
(package
|
||||
(name "smartdns")
|
||||
(version "46.1")
|
||||
(version "47")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -1303,7 +1303,7 @@ nameservers other than libc.")
|
|||
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
|
||||
(sha256
|
||||
(base32
|
||||
"0jjzvm4i5978gb2xhkx7fhqwzgjnvwyk9a2d88zzv93mal7q9xi2"))))
|
||||
"10a4nnrnf10n4rq166yixm0va1j0sdj9vca3kpwkzgn9blwvbqph"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:test-target "test"
|
||||
|
|
@ -1338,6 +1338,8 @@ nameservers other than libc.")
|
|||
(add-after 'check 'leave-test-dir
|
||||
(lambda _
|
||||
(chdir "../../source"))))))
|
||||
;; NOTE: DoQ and DoH3 support require OpenSSL 3.4+, which is currently not
|
||||
;; available in Guix.
|
||||
(inputs (list openssl))
|
||||
(native-inputs (list googletest `(,isc-bind "utils") which))
|
||||
(home-page "https://github.com/pymumu/smartdns")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue