emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69679: closed ([PATCH] gnu: smartdns: Update to 45.)


From: GNU bug Tracking System
Subject: bug#69679: closed ([PATCH] gnu: smartdns: Update to 45.)
Date: Sun, 17 Mar 2024 01:14:02 +0000

Your message dated Sun, 17 Mar 2024 09:09:56 +0800
with message-id <87r0g9ll3v.wl-hako@ultrarare.space>
and subject line Re: bug#69679: Acknowledgement ([PATCH] gnu: smartdns: Update 
to 45.)
has caused the debbugs.gnu.org bug report #69679,
regarding [PATCH] gnu: smartdns: Update to 45.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69679: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69679
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: smartdns: Update to 45. Date: Sat, 9 Mar 2024 22:54:37 +0800
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#69679: Acknowledgement ([PATCH] gnu: smartdns: Update to 45.) Date: Sun, 17 Mar 2024 09:09:56 +0800
Applied as 6b195fc7c49424f1f79e867f2954cd717ee6b072, closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]