From unknown Sat Aug 16 14:27:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76250] [PATCH] gnu: add missing patch reference for dhclient Resent-From: Ryan Sundberg Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 07:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76250 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76250@debbugs.gnu.org Cc: Ryan Sundberg X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1739429971378 (code B ref -1); Thu, 13 Feb 2025 07:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Feb 2025 06:59:31 +0000 Received: from localhost ([127.0.0.1]:39832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiTC6-000062-Uo for submit@debbugs.gnu.org; Thu, 13 Feb 2025 01:59:31 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53060) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiTC4-00005f-1d for submit@debbugs.gnu.org; Thu, 13 Feb 2025 01:59:28 -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 1tiTBu-0002NP-QI for guix-patches@gnu.org; Thu, 13 Feb 2025 01:59:19 -0500 Received: from mail.arctype.co ([138.68.9.245]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tiTBs-0003Zk-Hq for guix-patches@gnu.org; Thu, 13 Feb 2025 01:59:17 -0500 Received: from authenticated-user (mail.arctype.co [138.68.9.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.arctype.co (Postfix) with ESMTPSA id B37AF13B0EF; Thu, 13 Feb 2025 06:58:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=arctype.co; s=mail; t=1739429921; bh=4HAaDU2ec5lhvkKWNAyR2tRFoznrh9eyOgHH44EDi7o=; h=From:To:Cc:Subject:Date:From; b=vRXiYsNNKIGGV7uIbzegs65CWIBZy5aQE/v9KIuyH1rHGW6iq/z2Cyd7zsXWThwz+ OkrpOPBx0C3IxQRpXdGXuZt5Z/261noS/OueVEweFy+nXqzuNphcngLQ9758n2P+3m 4X0+btZ5ew0Z3lr96IwCZ7ptcjSbgnO0FX0O+vHjGF1Kg/QkVNIEXaPYLsEAmYY6ZU ce+1o2CwD0MwAzdYBSie6f3T79TUHr7JAlYD098gcipIBk7wc+hVfIfIWVlmNdpiR5 G/RZkmR37Nq2D2Aw+yX/IbOPoQV9fRVVIFDS5jnnhLa6h8xmIp6ADtpl7cGV6rhhEk lhg4+7q3M2gVg== From: Ryan Sundberg Date: Wed, 12 Feb 2025 22:58:33 -0800 Message-ID: <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=138.68.9.245; envelope-from=ryan@arctype.co; helo=mail.arctype.co X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf-support.patch Change-Id: I557c4e35239bc6767e890b36e2b36bfa7f77fcb0 --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/local.mk b/gnu/local.mk index afe5022a6c..2685112abd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1170,6 +1170,7 @@ dist_patch_DATA = \ %D%/packages/patches/debops-setup-py-avoid-git.patch \ %D%/packages/patches/dee-vapi.patch \ %D%/packages/patches/dfu-programmer-fix-libusb.patch \ + %D%/packages/patches/dhclient-script-resolvconf-support.patch \ %D%/packages/patches/directfb-davinci-glibc-228-compat.patch \ %D%/packages/patches/dkimproxy-add-ipv6-support.patch \ %D%/packages/patches/docbook-utils-documentation-edits.patch \ base-commit: b1cde6306e567bdedf984762717d339a9f5c1a50 -- 2.41.0 From unknown Sat Aug 16 14:27:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76250] [PATCH] gnu: add missing patch reference for dhclient Resent-From: Z572 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 08:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76250 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76250@debbugs.gnu.org Cc: Ryan Sundberg , 76250-done@debbugs.gnu.org X-Debbugs-Original-To: Ryan Sundberg via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.17394337663657 (code B ref -1); Thu, 13 Feb 2025 08:03:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Feb 2025 08:02:46 +0000 Received: from localhost ([127.0.0.1]:40102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiUBK-0000wv-70 for submit@debbugs.gnu.org; Thu, 13 Feb 2025 03:02:46 -0500 Received: from lists.gnu.org ([2001:470:142::17]:49398) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiUBI-0000wW-NZ for submit@debbugs.gnu.org; Thu, 13 Feb 2025 03:02:45 -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 1tiUBC-0001cM-Ct for guix-patches@gnu.org; Thu, 13 Feb 2025 03:02:38 -0500 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiUBA-0004xj-7x for guix-patches@gnu.org; Thu, 13 Feb 2025 03:02:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1739434072; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FqYiEBlKXgwCi2QQxjIznZ5gJLJ/tTiFserHobSz3xo=; b=IBntJMXE+O07ReLS3x5RWm92xUyHTti4vCud9mSiPfR79H8yUXqJbmICQI7OkAq2IRJUX7 SXOpNSZteKowqVPcaJ3kHcWgWr8sMYtE9pKPsRtNxwnNC4V6Ze8QqPZeg8sR1Jhu5jk5PK bMn4Kf4/1VhhHkmLtO1onLyaGAsk9P4= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 85ee40cd (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 13 Feb 2025 08:07:51 +0000 (UTC) From: Z572 In-Reply-To: <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> (Ryan Sundberg via Guix-patches via's message of "Wed, 12 Feb 2025 22:58:33 -0800") References: <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Thu, 13 Feb 2025 16:02:27 +0800 Message-ID: <87frki46i4.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ryan Sundberg via Guix-patches via writes: > This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. > > * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf- [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ryan Sundberg via Guix-patches via writes: > This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. > > * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf- [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Ryan Sundberg via Guix-patches via writes: > This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. > > * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf-support.patch > > Change-Id: I557c4e35239bc6767e890b36e2b36bfa7f77fcb0 > --- > gnu/local.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/local.mk b/gnu/local.mk > index afe5022a6c..2685112abd 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -1170,6 +1170,7 @@ dist_patch_DATA = \ > %D%/packages/patches/debops-setup-py-avoid-git.patch \ > %D%/packages/patches/dee-vapi.patch \ > %D%/packages/patches/dfu-programmer-fix-libusb.patch \ > + %D%/packages/patches/dhclient-script-resolvconf-support.patch \ > %D%/packages/patches/directfb-davinci-glibc-228-compat.patch \ > %D%/packages/patches/dkimproxy-add-ipv6-support.patch \ > %D%/packages/patches/docbook-utils-documentation-edits.patch \ > > base-commit: b1cde6306e567bdedf984762717d339a9f5c1a50 Thanks, pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmetpxMACgkQO1qpk+Gi 3/D3xQ/9EMCBebJ3vQppK/PtIbg7il+/Jti+NQwq309IS2azwkOdshZc6f6TTmWh wt+WFczDT7Q2/bn9ZrgiTq1VcUAeBWfgjpHKhxLw88ekNZi93kkonkMxrNyiYKlG xAozaWfgXM0bZ0YCIH18QOtFoYdmQyS74+X5bFuARgZDJeLLQwYKRBWHQWSXlbKE MMYy9ANs6Lm5QHN93Ue1/uxxPfhmOmXnv44HMdbZbMlqL2doJ4Z/uvoaZH4q6Obb aGuVw+qZoSpfytIhe441Vi7BqElJACPMXfT2dxU+1PcadE8u5R43sO3vhyUeehCU dRrbvaSE5E7y73ebHOEBgf5Ab/rBSDjHx8hFD25oQqMAoIhjl9Ew3KViyEqlGoHb JLWzUff6y0hxZ5UeM0DxqQZmdYkiPWF+l0dEdnArlrVrPackdkJO8d5uAELc8J2z B0j3C9mSNbkzvGj5zabbGk0utIHKFr6VEE5txB2hwVfo9/mNN+FB9pT+UuOwrVhw pwkjjD531vHHhChIysotvokAldHQcs1VVAAdKar7vnUVVjK9MjNnTHH/EGv4yMBb LgWBNcb7yvPJ7JZH5P/rHv3SBFACNPglcaw9ma23yHM1OhipCyCw+aywedq3HRUb BMWfJ5Psjc4UuUUVWpzSgbxICBmJne7C7+aWA9BtjLDdLql1b5Q= =A2Xp -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 14:27:03 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ryan Sundberg Subject: bug#76250: closed (Re: [bug#76250] [PATCH] gnu: add missing patch reference for dhclient) Message-ID: References: <87frki46i4.fsf@z572.online> <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> X-Gnu-PR-Message: they-closed 76250 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76250@debbugs.gnu.org Date: Thu, 13 Feb 2025 08:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1739433782-3699-1" This is a multi-part message in MIME format... ------------=_1739433782-3699-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76250: [PATCH] gnu: add missing patch reference for dhclient which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76250@debbugs.gnu.org. --=20 76250: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76250 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739433782-3699-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76250-done) by debbugs.gnu.org; 13 Feb 2025 08:02:40 +0000 Received: from localhost ([127.0.0.1]:40099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiUBD-0000wY-Rt for submit@debbugs.gnu.org; Thu, 13 Feb 2025 03:02:40 -0500 Received: from mail.z572.online ([88.99.160.180]:47466) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiUBB-0000wM-0O for 76250-done@debbugs.gnu.org; Thu, 13 Feb 2025 03:02:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1739434072; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FqYiEBlKXgwCi2QQxjIznZ5gJLJ/tTiFserHobSz3xo=; b=IBntJMXE+O07ReLS3x5RWm92xUyHTti4vCud9mSiPfR79H8yUXqJbmICQI7OkAq2IRJUX7 SXOpNSZteKowqVPcaJ3kHcWgWr8sMYtE9pKPsRtNxwnNC4V6Ze8QqPZeg8sR1Jhu5jk5PK bMn4Kf4/1VhhHkmLtO1onLyaGAsk9P4= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 85ee40cd (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 13 Feb 2025 08:07:51 +0000 (UTC) From: Z572 To: Ryan Sundberg via Guix-patches via Subject: Re: [bug#76250] [PATCH] gnu: add missing patch reference for dhclient In-Reply-To: <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> (Ryan Sundberg via Guix-patches via's message of "Wed, 12 Feb 2025 22:58:33 -0800") References: <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Thu, 13 Feb 2025 16:02:27 +0800 Message-ID: <87frki46i4.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ryan Sundberg via Guix-patches via writes: > This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. > > * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf- [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 76250-done Cc: Ryan Sundberg , 76250-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ryan Sundberg via Guix-patches via writes: > This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. > > * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf- [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Ryan Sundberg via Guix-patches via writes: > This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. > > * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf-support.patch > > Change-Id: I557c4e35239bc6767e890b36e2b36bfa7f77fcb0 > --- > gnu/local.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/local.mk b/gnu/local.mk > index afe5022a6c..2685112abd 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -1170,6 +1170,7 @@ dist_patch_DATA = \ > %D%/packages/patches/debops-setup-py-avoid-git.patch \ > %D%/packages/patches/dee-vapi.patch \ > %D%/packages/patches/dfu-programmer-fix-libusb.patch \ > + %D%/packages/patches/dhclient-script-resolvconf-support.patch \ > %D%/packages/patches/directfb-davinci-glibc-228-compat.patch \ > %D%/packages/patches/dkimproxy-add-ipv6-support.patch \ > %D%/packages/patches/docbook-utils-documentation-edits.patch \ > > base-commit: b1cde6306e567bdedf984762717d339a9f5c1a50 Thanks, pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmetpxMACgkQO1qpk+Gi 3/D3xQ/9EMCBebJ3vQppK/PtIbg7il+/Jti+NQwq309IS2azwkOdshZc6f6TTmWh wt+WFczDT7Q2/bn9ZrgiTq1VcUAeBWfgjpHKhxLw88ekNZi93kkonkMxrNyiYKlG xAozaWfgXM0bZ0YCIH18QOtFoYdmQyS74+X5bFuARgZDJeLLQwYKRBWHQWSXlbKE MMYy9ANs6Lm5QHN93Ue1/uxxPfhmOmXnv44HMdbZbMlqL2doJ4Z/uvoaZH4q6Obb aGuVw+qZoSpfytIhe441Vi7BqElJACPMXfT2dxU+1PcadE8u5R43sO3vhyUeehCU dRrbvaSE5E7y73ebHOEBgf5Ab/rBSDjHx8hFD25oQqMAoIhjl9Ew3KViyEqlGoHb JLWzUff6y0hxZ5UeM0DxqQZmdYkiPWF+l0dEdnArlrVrPackdkJO8d5uAELc8J2z B0j3C9mSNbkzvGj5zabbGk0utIHKFr6VEE5txB2hwVfo9/mNN+FB9pT+UuOwrVhw pwkjjD531vHHhChIysotvokAldHQcs1VVAAdKar7vnUVVjK9MjNnTHH/EGv4yMBb LgWBNcb7yvPJ7JZH5P/rHv3SBFACNPglcaw9ma23yHM1OhipCyCw+aywedq3HRUb BMWfJ5Psjc4UuUUVWpzSgbxICBmJne7C7+aWA9BtjLDdLql1b5Q= =A2Xp -----END PGP SIGNATURE----- --=-=-=-- ------------=_1739433782-3699-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Feb 2025 06:59:31 +0000 Received: from localhost ([127.0.0.1]:39832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiTC6-000062-Uo for submit@debbugs.gnu.org; Thu, 13 Feb 2025 01:59:31 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53060) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiTC4-00005f-1d for submit@debbugs.gnu.org; Thu, 13 Feb 2025 01:59:28 -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 1tiTBu-0002NP-QI for guix-patches@gnu.org; Thu, 13 Feb 2025 01:59:19 -0500 Received: from mail.arctype.co ([138.68.9.245]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tiTBs-0003Zk-Hq for guix-patches@gnu.org; Thu, 13 Feb 2025 01:59:17 -0500 Received: from authenticated-user (mail.arctype.co [138.68.9.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.arctype.co (Postfix) with ESMTPSA id B37AF13B0EF; Thu, 13 Feb 2025 06:58:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=arctype.co; s=mail; t=1739429921; bh=4HAaDU2ec5lhvkKWNAyR2tRFoznrh9eyOgHH44EDi7o=; h=From:To:Cc:Subject:Date:From; b=vRXiYsNNKIGGV7uIbzegs65CWIBZy5aQE/v9KIuyH1rHGW6iq/z2Cyd7zsXWThwz+ OkrpOPBx0C3IxQRpXdGXuZt5Z/261noS/OueVEweFy+nXqzuNphcngLQ9758n2P+3m 4X0+btZ5ew0Z3lr96IwCZ7ptcjSbgnO0FX0O+vHjGF1Kg/QkVNIEXaPYLsEAmYY6ZU ce+1o2CwD0MwAzdYBSie6f3T79TUHr7JAlYD098gcipIBk7wc+hVfIfIWVlmNdpiR5 G/RZkmR37Nq2D2Aw+yX/IbOPoQV9fRVVIFDS5jnnhLa6h8xmIp6ADtpl7cGV6rhhEk lhg4+7q3M2gVg== From: Ryan Sundberg To: guix-patches@gnu.org Subject: [PATCH] gnu: add missing patch reference for dhclient Date: Wed, 12 Feb 2025 22:58:33 -0800 Message-ID: <2d54ef252ec818e5331b51f0b1de3343af6231a6.1739427304.git.ryan@arctype.co> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=138.68.9.245; envelope-from=ryan@arctype.co; helo=mail.arctype.co X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Ryan Sundberg X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but accidentally not included in the list in gnu/local.mk. * gnu/local.mk (dist_patch_DATA): Add dhclient-script-resolvconf-support.patch Change-Id: I557c4e35239bc6767e890b36e2b36bfa7f77fcb0 --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/local.mk b/gnu/local.mk index afe5022a6c..2685112abd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1170,6 +1170,7 @@ dist_patch_DATA = \ %D%/packages/patches/debops-setup-py-avoid-git.patch \ %D%/packages/patches/dee-vapi.patch \ %D%/packages/patches/dfu-programmer-fix-libusb.patch \ + %D%/packages/patches/dhclient-script-resolvconf-support.patch \ %D%/packages/patches/directfb-davinci-glibc-228-compat.patch \ %D%/packages/patches/dkimproxy-add-ipv6-support.patch \ %D%/packages/patches/docbook-utils-documentation-edits.patch \ base-commit: b1cde6306e567bdedf984762717d339a9f5c1a50 -- 2.41.0 ------------=_1739433782-3699-1--