From patchwork Fri Feb 10 22:36:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 46794 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id DC0BB165F9; Fri, 10 Feb 2023 22:37:16 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 177C2165D1 for ; Fri, 10 Feb 2023 22:37:16 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQc0u-0002bg-RC; Fri, 10 Feb 2023 17:37:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQc0t-0002bN-GZ for guix-patches@gnu.org; Fri, 10 Feb 2023 17:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pQc0s-00033t-7m for guix-patches@gnu.org; Fri, 10 Feb 2023 17:37:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pQc0r-0001ua-UC for guix-patches@gnu.org; Fri, 10 Feb 2023 17:37:01 -0500 Subject: bug#61327: [PATCH] gnu: ddclient: Update to 3.10.0. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 10 Feb 2023 22:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61327 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bruno Victal Cc: 61327-done@debbugs.gnu.org Mail-Followup-To: 61327@debbugs.gnu.org, ludo@gnu.org, mirai@makinata.eu Received: via spool by 61327-done@debbugs.gnu.org id=D61327.16760685757287 (code D ref 61327); Fri, 10 Feb 2023 22:37:01 +0000 Received: (at 61327-done) by debbugs.gnu.org; 10 Feb 2023 22:36:15 +0000 Received: from localhost ([127.0.0.1]:38259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQc07-0001tS-1w for submit@debbugs.gnu.org; Fri, 10 Feb 2023 17:36:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQc04-0001tG-R0 for 61327-done@debbugs.gnu.org; Fri, 10 Feb 2023 17:36:13 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQbzz-0002hh-3E; Fri, 10 Feb 2023 17:36:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=vNyywoQCrs+oCnAAX2Z+LBGzFWYxyXrpJaP3ZAwvuhA=; b=GGzRThbGtmQjQiYRA0Ku w2q/lsom/LAvV0UyHfAKEXk3TVo9TLcck1ZuJfgSJL2+ARaCyMxU/53GRjWvlmRWuMXLvtXyXRb+k f6ekGZpQ5ZLOnOeB2DHee9ktRLd6WlyCmBmRdDuBbiRhH2AGgZXH97OQY2l7agC2Ocyyt1JyNj2ko FZ0sXYcg28re3oVHRJwCgcvpRqERbRm5LNwNLFKqoj1Bj38N5bDvNBUbZ004AlosJ9XONusxXYVGS E5iuh8IkxUADE86WZen5R1CKjxTTdvpbZK0DTwfrOysR3+G94FX8/i0u6qhAzkOHahoJjQxAygE+7 EipV6N3bko/+zg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQbzy-0005tH-FX; Fri, 10 Feb 2023 17:36:06 -0500 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <54fe756ab7e4f7b64bc7f3df85a0d7308f85c502.1675704037.git.mirai@makinata.eu> Date: Fri, 10 Feb 2023 23:36:04 +0100 In-Reply-To: <54fe756ab7e4f7b64bc7f3df85a0d7308f85c502.1675704037.git.mirai@makinata.eu> (Bruno Victal's message of "Mon, 6 Feb 2023 17:21:52 +0000") Message-ID: <87bkm1p2qz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Hi Bruno, Bruno Victal 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’. 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