GNU bug report logs -
#69679
[PATCH] gnu: smartdns: Update to 45.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sat, 9 Mar 2024 14:58:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69679 in the body.
You can then email your comments to 69679 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69679
; Package
guix-patches
.
(Sat, 09 Mar 2024 14:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 09 Mar 2024 14:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Sun, 17 Mar 2024 01:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Sun, 17 Mar 2024 01:14:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 69679-done <at> debbugs.gnu.org (full text, mbox):
Applied as 6b195fc7c49424f1f79e867f2954cd717ee6b072, closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 14 Apr 2024 11:24:56 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.