diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-21 13:32:12 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-21 16:55:56 +0200 |
| commit | 4733c76c555f2e5a9b2c71d70b5e4ae8b351d3e8 (patch) | |
| tree | 371a7dcdfa13ab06073f114330b1aecb3951ffef /gnu | |
| parent | 5356cec68b9b7b5478d7df542c6a8fc70226b878 (diff) | |
gnu: yadifa: Update to 2.4.0.
* gnu/packages/dns.scm (yadifa): Update to 2.4.0.
[arguments]: Remove obsolete #:configure-flags.
s update
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dns.scm | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 9d7da2fa0ac..cd809fa9b92 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm | |||
| @@ -760,16 +760,16 @@ served by AS112. Stub and forward zones are supported.") | |||
| 760 | (define-public yadifa | 760 | (define-public yadifa |
| 761 | (package | 761 | (package |
| 762 | (name "yadifa") | 762 | (name "yadifa") |
| 763 | (version "2.3.11") | 763 | (version "2.4.0") |
| 764 | (source | 764 | (source |
| 765 | (let ((build "9779")) | 765 | (let ((build "9809")) |
| 766 | (origin | 766 | (origin |
| 767 | (method url-fetch) | 767 | (method url-fetch) |
| 768 | (uri | 768 | (uri |
| 769 | (string-append "https://www.yadifa.eu/sites/default/files/releases/" | 769 | (string-append "https://www.yadifa.eu/sites/default/files/releases/" |
| 770 | "yadifa-" version "-" build ".tar.gz")) | 770 | "yadifa-" version "-" build ".tar.gz")) |
| 771 | (sha256 | 771 | (sha256 |
| 772 | (base32 "10zj0dp99n15mjpdydpvhj29vif6s31plkpkyflh0wjmcn2536jg"))))) | 772 | (base32 "114a1y4pzzzq0s9hyn65nd4fg19xijsqpfhsd0wkvjndsazg63ky"))))) |
| 773 | (build-system gnu-build-system) | 773 | (build-system gnu-build-system) |
| 774 | (native-inputs | 774 | (native-inputs |
| 775 | `(("which" ,which))) | 775 | `(("which" ,which))) |
| @@ -786,15 +786,8 @@ served by AS112. Stub and forward zones are supported.") | |||
| 786 | #:configure-flags | 786 | #:configure-flags |
| 787 | (list "--sysconfdir=/etc" | 787 | (list "--sysconfdir=/etc" |
| 788 | "--localstatedir=/var" | 788 | "--localstatedir=/var" |
| 789 | "--disable-build-timestamp" ; build reproducibly | 789 | "--enable-shared" "--disable-static" |
| 790 | "--enable-shared" | 790 | "--disable-build-timestamp"))) ; build reproducibly |
| 791 | "--disable-static" | ||
| 792 | "--enable-acl" | ||
| 793 | "--enable-caching" | ||
| 794 | "--enable-ctrl" ; enable remote control | ||
| 795 | "--enable-nsec" | ||
| 796 | "--enable-nsec3" | ||
| 797 | "--enable-tsig"))) | ||
| 798 | (home-page "https://www.yadifa.eu/") | 791 | (home-page "https://www.yadifa.eu/") |
| 799 | (synopsis "Authoritative DNS name server") | 792 | (synopsis "Authoritative DNS name server") |
| 800 | (description "YADIFA is an authoritative name server for the @dfn{Domain | 793 | (description "YADIFA is an authoritative name server for the @dfn{Domain |
