mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: yadifa: Update to 2.4.0.
* gnu/packages/dns.scm (yadifa): Update to 2.4.0. [arguments]: Remove obsolete #:configure-flags. s update
This commit is contained in:
parent
5356cec68b
commit
4733c76c55
1 changed files with 5 additions and 12 deletions
|
@ -760,16 +760,16 @@ (define-public unbound
|
||||||
(define-public yadifa
|
(define-public yadifa
|
||||||
(package
|
(package
|
||||||
(name "yadifa")
|
(name "yadifa")
|
||||||
(version "2.3.11")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(let ((build "9779"))
|
(let ((build "9809"))
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
|
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
|
||||||
"yadifa-" version "-" build ".tar.gz"))
|
"yadifa-" version "-" build ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10zj0dp99n15mjpdydpvhj29vif6s31plkpkyflh0wjmcn2536jg")))))
|
(base32 "114a1y4pzzzq0s9hyn65nd4fg19xijsqpfhsd0wkvjndsazg63ky")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
@ -786,15 +786,8 @@ (define-public yadifa
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--sysconfdir=/etc"
|
(list "--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--disable-build-timestamp" ; build reproducibly
|
"--enable-shared" "--disable-static"
|
||||||
"--enable-shared"
|
"--disable-build-timestamp"))) ; build reproducibly
|
||||||
"--disable-static"
|
|
||||||
"--enable-acl"
|
|
||||||
"--enable-caching"
|
|
||||||
"--enable-ctrl" ; enable remote control
|
|
||||||
"--enable-nsec"
|
|
||||||
"--enable-nsec3"
|
|
||||||
"--enable-tsig")))
|
|
||||||
(home-page "https://www.yadifa.eu/")
|
(home-page "https://www.yadifa.eu/")
|
||||||
(synopsis "Authoritative DNS name server")
|
(synopsis "Authoritative DNS name server")
|
||||||
(description "YADIFA is an authoritative name server for the @dfn{Domain
|
(description "YADIFA is an authoritative name server for the @dfn{Domain
|
||||||
|
|
Loading…
Reference in a new issue