unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Bruno Victal <mirai@makinata.eu>
Cc: 61327-done@debbugs.gnu.org
Subject: bug#61327: [PATCH] gnu: ddclient: Update to 3.10.0.
Date: Fri, 10 Feb 2023 23:36:04 +0100	[thread overview]
Message-ID: <87bkm1p2qz.fsf@gnu.org> (raw)
In-Reply-To: <54fe756ab7e4f7b64bc7f3df85a0d7308f85c502.1675704037.git.mirai@makinata.eu> (Bruno Victal's message of "Mon, 6 Feb 2023 17:21:52 +0000")

[-- Attachment #1: Type: text/plain, Size: 632 bytes --]

Hi Bruno,

Bruno Victal <mirai@makinata.eu> skribis:

> 3.10.0 switched to autotools based build system.
>
> * gnu/packages/dns.scm (ddclient): Update to 3.10.0.
> [source]: Patch test-suite to skip tests that require networking.
> [build-system]: Switch to gnu-build-system.
> [native-inputs]: Remove bash. Move perl to inputs.
> [inputs]: Add perl, perl-io-socket-inet6, perl-json. Remove perl-data-validate-ip.
> [native-search-paths]: Add $SSL_CERT_DIR, $SSL_CERT_FILE. Required for SSL support.
> * gnu/packages/patches/ddclient-skip-test.patch: New file.

Applied with the changes below.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 982 bytes --]

diff --git a/gnu/local.mk b/gnu/local.mk
index c88c5e8da2..7379ad5bcc 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1032,6 +1032,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/dbus-c++-gcc-compat.patch		\
   %D%/packages/patches/dbus-c++-threading-mutex.patch		\
   %D%/packages/patches/dbxfs-remove-sentry-sdk.patch		\
+  %D%/packages/patches/ddclient-skip-test.patch			\
   %D%/packages/patches/debops-constants-for-external-program-names.patch \
   %D%/packages/patches/debops-debops-defaults-fall-back-to-less.patch \
   %D%/packages/patches/dee-vapi.patch			\
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 0221c04e53..aa44de2d65 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1125,6 +1125,7 @@ (define-public ddclient
     (inputs
      (list inetutils ; logger
            net-tools
+           bash-minimal                           ;for 'wrap-program'
            perl
            perl-digest-sha1
            perl-io-socket-ssl

      reply	other threads:[~2023-02-10 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 17:21 [bug#61327] [PATCH] gnu: ddclient: Update to 3.10.0 Bruno Victal
2023-02-10 22:36 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkm1p2qz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=61327-done@debbugs.gnu.org \
    --cc=mirai@makinata.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).