From unknown Fri Aug 15 16:17:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76250 <76250@debbugs.gnu.org> To: bug#76250 <76250@debbugs.gnu.org> Subject: Status: [PATCH] gnu: add missing patch reference for dhclient Reply-To: bug#76250 <76250@debbugs.gnu.org> Date: Fri, 15 Aug 2025 23:17:46 +0000 retitle 76250 [PATCH] gnu: add missing patch reference for dhclient reassign 76250 guix-patches submitter 76250 Ryan Sundberg severity 76250 normal tag 76250 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 01:59:31 2025 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 03:02:46 2025 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 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" 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-Debbugs-Envelope-To: submit 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: 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 Fri Aug 15 16:17:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Mar 2025 11:24:21 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator