From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id wFVyCftJ/GRRAgEA9RJhRA:P1 (envelope-from ) for ; Sat, 09 Sep 2023 12:33:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id wFVyCftJ/GRRAgEA9RJhRA (envelope-from ) for ; Sat, 09 Sep 2023 12:33:31 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D3AD433DE5 for ; Sat, 9 Sep 2023 12:33:30 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=N9r+7BX0; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694255610; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=tLvRXYyiIbH0uwyJmC/RP0V/tuDzDx0Cde7S+9GWfIk=; b=heY0RMfDeBFowLS2Yn+OuOWA2Y2AAExdWxavCkFJv6lCs0i9bpzIc6Dh8O8FBXImYS2njM T/6dyg9stxTQsgpjzgGSR+SYidp+BdYrger9z/rtk7lpTXwTvqldK5X2jVsNC3yogtargk Bh3/iHBLqoISEDJ+CiDqLim38gld9z/jtuHFqS6RhT3N1u5Pxv0PHmALl1RZttBkR+xQiP tpAfIPpfZ9PPK54etQfRZZ1ct8ovTX+8/aJ/RmFn+IFAK8RnAyeIgWhiC67qeA6U2fEmrJ zBAz9/gQtHZr6DBGXjo1yROM6ZhFmykLIb/moYus/5N6JAN5Zb8LOR3Oi/4VGQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694255610; a=rsa-sha256; cv=none; b=WCsbHVFuuTCWsXDjsRdWol5zP0CntAvqHSFzXN8bJ9GEip4LoRXJGiJsplHz/8huuVqEhF OVc5+mN8UB2wlI59Wx+WsAK99Cm03ZgjUnU2Zf0yMb0OYy76usKhOMkrtxPwK9SCXQDRh/ B7ULYT/NtrhaLMDZBrtbu+1kHxnR5Nee85IJSeIMROto6m0K9TDxIoyvTmPbBcThZzwSeG We8dTbTPqj8FALVQksXfwbWJ05U9XWJeEqEmUtFX7DXuijeFWaxJXqm5jiM1v0sXeAnTo6 TrSaQU2IqGPZwRyZptAOK7mrWBvtYSWO5gdH9/BDYJ/89/vKdkMWlkxQHx7jVA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=N9r+7BX0; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qevGz-0000eI-Ar; Sat, 09 Sep 2023 06:33:05 -0400 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 1qevGv-0008JA-2i for guix-patches@gnu.org; Sat, 09 Sep 2023 06:33:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qevGu-0005dp-Qd for guix-patches@gnu.org; Sat, 09 Sep 2023 06:33:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qevGx-0003Dv-I9 for guix-patches@gnu.org; Sat, 09 Sep 2023 06:33:03 -0400 Subject: bug#65582: [PATCH] services: vpn: Fix broken format string for wireguard dns. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 09 Sep 2023 10:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65582 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Reily Siegel , 65582-done@debbugs.gnu.org Mail-Followup-To: 65582@debbugs.gnu.org, liliana.prikler@gmail.com, mail@reilysiegel.com Received: via spool by 65582-done@debbugs.gnu.org id=D65582.169425556312340 (code D ref 65582); Sat, 09 Sep 2023 10:33:03 +0000 Received: (at 65582-done) by debbugs.gnu.org; 9 Sep 2023 10:32:43 +0000 Received: from localhost ([127.0.0.1]:46214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qevGd-0003Cy-FF for submit@debbugs.gnu.org; Sat, 09 Sep 2023 06:32:43 -0400 Received: from mail-ed1-x544.google.com ([2a00:1450:4864:20::544]:61733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qevGa-0003Ck-Sj for 65582-done@debbugs.gnu.org; Sat, 09 Sep 2023 06:32:41 -0400 Received: by mail-ed1-x544.google.com with SMTP id 4fb4d7f45d1cf-52683da3f5cso3705391a12.3 for <65582-done@debbugs.gnu.org>; Sat, 09 Sep 2023 03:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694255552; x=1694860352; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=tLvRXYyiIbH0uwyJmC/RP0V/tuDzDx0Cde7S+9GWfIk=; b=N9r+7BX0tXzUxBD4WkwHD7yEfLyScB0kx90fqem1ykz4D2KiqXsSxjia0kWt+ElSaO 3Dah3LrjMWNmkTkX6bU1WTR/gUBESQpa4Hzsj2efSeT8u6FIKAzowlSZbBTJpOWgziFe oWS3dGDbYSDlUpuFcDhFsG8zNdN2mJNU2oIydFo58hXRBrAEXRo3YWi0qunlvIXXFLx/ xp3axoiJ238ycl4erlVUdUFy/O1R/NGC/IbP20RVSczHoQLwbUIwt0lCan9w1imLXlDN 4tEv++KSfl7SrrrTZdr6irP80XYHTiONy1sjDhIhZCRxhOAXkGnlwcQQQPfDIhrJ0B2g gLxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694255552; x=1694860352; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=tLvRXYyiIbH0uwyJmC/RP0V/tuDzDx0Cde7S+9GWfIk=; b=pfPQEic7gpa+NFO2tijGsdztLDPfGBRreJXurnIEN2OAcV4Wr0VS/r5IO8B1gW+vja W04TkwdkzcQtsR4YpbFyC7OZiwyF6DM53OYwG55mM1TjJQbXi0OOEM8zMUu3OcHfo3+j Gu3FLUuQLcYF8rVFlxpUHijtFCdTYYiMTmqkbH1wfemZCbaG195djddDvUU7CumH5Bdt tP8wT2PEhiMzH5IYn7mpa1F5WbVU0Phlf59fKWMiSeEjeMvNyYISKMfi6NUqvf1XLble NpIuiuqV89wqQmxXP9NrZMQgeqxoPlJPasrGrVPCuS2cRuTQnHqe9nt0/g4afmkKdHKd RE3A== X-Gm-Message-State: AOJu0YzRGG6YaRH+eofa/gLkYUGaFw2HTuj5o0k0IQnyVQp1p/q+DPTa 7TQEB/A5HGBxZSt5GdFId5U= X-Google-Smtp-Source: AGHT+IFJtAxUZdjTSNtuuNzrcbdkp3ewn3CnBtBF/gKGw0aTa6CktUjZqOIYpF37CbP4jt3gn8EBfA== X-Received: by 2002:a17:906:768e:b0:9a1:ea01:35b1 with SMTP id o14-20020a170906768e00b009a1ea0135b1mr3822425ejm.62.1694255552139; Sat, 09 Sep 2023 03:32:32 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id q22-20020a1709060e5600b0099315454e76sm2171472eji.211.2023.09.09.03.32.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 09 Sep 2023 03:32:31 -0700 (PDT) Message-ID: From: Liliana Marie Prikler Date: Sat, 09 Sep 2023 12:32:27 +0200 In-Reply-To: <5c2f7432277e673fc725649bc90348410423f931.1693236027.git.mail@reilysiegel.com> References: <5c2f7432277e673fc725649bc90348410423f931.1693236027.git.mail@reilysiegel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -0.31 X-Spam-Score: -0.31 X-Migadu-Queue-Id: D3AD433DE5 X-TUID: ecNb1fWDUIu6 Am Montag, dem 28.08.2023 um 11:11 -0400 schrieb Reily Siegel: >=20 > * gnu/services/vpn.scm (wireguard-configuration-file): Fix broken > format string. > --- LGTM, pushed. Thanks