* [bug#69679] [PATCH] gnu: smartdns: Update to 45.
@ 2024-03-09 14:54 Hilton Chain via Guix-patches via
[not found] ` <handler.69679.B.17099962762824.ack@debbugs.gnu.org>
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-09 14:54 UTC (permalink / raw)
To: 69679; +Cc: Hilton Chain
* gnu/packages/dns.scm (smartdns): Update to 45.
[arguments]<#:make-flags>: Obtain version with ‘package-version’.
[native-inputs]: Add which.
Change-Id: I1b572753cba53f6e8f8105541c1292e03dec9053
---
gnu/packages/dns.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 84d3293c79..36d3eb8b7e 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1273,7 +1273,7 @@ (define-public openresolv
(define-public smartdns
(package
(name "smartdns")
- (version "43")
+ (version "45")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1285,7 +1285,7 @@ (define-public smartdns
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
(sha256
(base32
- "0s789l6i4yirmarg80mknc1pp65rz01ky9f7gidgclkfcwzz41l3"))))
+ "1f0j6d8vz1x2f4nr2w3q7azkjh8hlkj81v61a8sw1kq5160qhlb9"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "test"
@@ -1293,7 +1293,7 @@ (define-public smartdns
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "DESTDIR=" #$output)
"PREFIX=''"
- (string-append "VER=" #$version))
+ (string-append "VER=" #$(package-version this-package)))
#:phases
#~(modify-phases %standard-phases
(delete 'configure)
@@ -1321,7 +1321,7 @@ (define-public smartdns
(lambda _
(chdir "../../source"))))))
(inputs (list openssl))
- (native-inputs (list googletest `(,isc-bind "utils")))
+ (native-inputs (list googletest `(,isc-bind "utils") which))
(home-page "https://github.com/pymumu/smartdns")
(synopsis "Local DNS server")
(description
base-commit: 1bc05c6f6d56ad9e0e31d7f1cc75545a65e3d0f3
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69679: Acknowledgement ([PATCH] gnu: smartdns: Update to 45.)
[not found] ` <handler.69679.B.17099962762824.ack@debbugs.gnu.org>
@ 2024-03-17 1:09 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-17 1:09 UTC (permalink / raw)
To: 69679-done
Applied as 6b195fc7c49424f1f79e867f2954cd717ee6b072, closing.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-17 1:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-09 14:54 [bug#69679] [PATCH] gnu: smartdns: Update to 45 Hilton Chain via Guix-patches via
[not found] ` <handler.69679.B.17099962762824.ack@debbugs.gnu.org>
2024-03-17 1:09 ` bug#69679: Acknowledgement ([PATCH] gnu: smartdns: Update to 45.) Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.