[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: yadifa: Update to 2.6.4.
From: |
guix-commits |
Subject: |
09/12: gnu: yadifa: Update to 2.6.4. |
Date: |
Fri, 14 Jul 2023 19:11:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a1ae54b10bfd19722a37f10c2aa729a4df36367f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:02 2023 +0200
gnu: yadifa: Update to 2.6.4.
* gnu/packages/dns.scm (yadifa): Update to 2.6.4.
[arguments]: Add a new 'unhard-code phase.
---
gnu/packages/dns.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5dda69d4ab..9879998776 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -795,16 +795,16 @@ served by AS112. Stub and forward zones are supported.")
(define-public yadifa
(package
(name "yadifa")
- (version "2.5.3")
+ (version "2.6.4")
(source
- (let ((build "10333"))
+ (let ((build "10892"))
(origin
(method url-fetch)
(uri
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
"yadifa-" version "-" build ".tar.gz"))
(sha256
- (base32 "1mwy6sfnlaslx26f3kpj9alh8i8y8bf1nbnsdd5j04hjsbavd07p")))))
+ (base32 "0wdm0gc01bhd04p3jqxy3y8lgx5v8wlm8saiy35llna5ssi77fyq")))))
(build-system gnu-build-system)
(native-inputs
(list which))
@@ -813,6 +813,12 @@ served by AS112. Stub and forward zones are supported.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'unhard-code
+ (lambda _
+ (substitute* (list "lib/dnslg/Makefile.in"
+ "lib/dnsdb/Makefile.in"
+ "lib/dnscore/Makefile.in")
+ (("/usr/bin/(install)" _ command) command))))
(add-before 'configure 'omit-example-configurations
(lambda _
(substitute* "Makefile.in"
- 02/12: download: Remove stale Yandex GNOME mirror., (continued)
- 02/12: download: Remove stale Yandex GNOME mirror., guix-commits, 2023/07/14
- 01/12: download: Remove broken X.org mirrors., guix-commits, 2023/07/14
- 05/12: gnu: nsd: Update to 4.7.0., guix-commits, 2023/07/14
- 07/12: gnu: knot: Update to 3.2.8., guix-commits, 2023/07/14
- 08/12: gnu: knot: Use G-expressions., guix-commits, 2023/07/14
- 04/12: gnu: btor2tools: Use HTTPS home page., guix-commits, 2023/07/14
- 06/12: gnu: nsd: Use G-expressions., guix-commits, 2023/07/14
- 10/12: gnu: blasr-libcpp, blasr: Use Web Archived home pages., guix-commits, 2023/07/14
- 12/12: gnu: brdf-explorer: Mark up description., guix-commits, 2023/07/14
- 03/12: gnu: boolector: Use HTTPS home page., guix-commits, 2023/07/14
- 09/12: gnu: yadifa: Update to 2.6.4.,
guix-commits <=
- 11/12: gnu: brdf-explorer: Use Web Archived home page., guix-commits, 2023/07/14