From unknown Fri Jun 20 07:09:48 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#64306 <64306@debbugs.gnu.org> To: bug#64306 <64306@debbugs.gnu.org> Subject: Status: [PATCH] gnu: public-suffix-list: Update to 0-2.d2d3e2e. Reply-To: bug#64306 <64306@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:09:48 +0000 retitle 64306 [PATCH] gnu: public-suffix-list: Update to 0-2.d2d3e2e. reassign 64306 guix-patches submitter 64306 Hilton Chain severity 64306 normal tag 64306 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 14:01:25 2023 Received: (at submit) by debbugs.gnu.org; 26 Jun 2023 18:01:25 +0000 Received: from localhost ([127.0.0.1]:47030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDqWj-0007jN-EY for submit@debbugs.gnu.org; Mon, 26 Jun 2023 14:01:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:58182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDqWg-0007jE-Ss for submit@debbugs.gnu.org; Mon, 26 Jun 2023 14:01:24 -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 1qDqWa-0003T3-Q2 for guix-patches@gnu.org; Mon, 26 Jun 2023 14:01:22 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDqWX-0001GP-RY for guix-patches@gnu.org; Mon, 26 Jun 2023 14:01:15 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1687802268; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gDsZ0nEkv+x8dwpjPa4D3AvBis7tYDMrBx13G8AZZvA=; b=Sp+SgyZnneDcjXMBjeuZdBRICqwu3gPGsGOA3non/3M20ejkdE2GSNbKD0EZwGQtgS6k61 zOzRyBP5fsDxFYb51uMfkqYq0W9Gj81jhgqUSGUkWpaytz59GHHkxAopOWlAqAFUZO5ZS4 7suyLvtkzkH80kbxTWFiX3HukvY0Yh0nfsBPO8Aionltw1aSsGRdcVzijHSjz0nOcCiu6y LmK+GXkQNOGSpg/KPpRN0ZE+VF0GnYlYkaZm4XFSRe99H0tJQZYzIZ6Yl+8tvgROqbCIEg k0y+5uAC/H+VgCWd1sn/0LMA6AydkEPIpXDdlyXR4NDWVmZ95ThTwZt3nL1EEg== To: guix-patches@gnu.org Subject: [PATCH] gnu: public-suffix-list: Update to 0-2.d2d3e2e. Date: Tue, 27 Jun 2023 02:00:54 +0800 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: + Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Level: * Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Hilton Chain 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.3 (--) * gnu/packages/dns.scm (public-suffix-list): Update to 0-2.d2d3e2e. [build-system]: Switch to copy-build-system. --- gnu/packages/dns.scm | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index ac60e61976..4485993e5d 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -1242,10 +1242,10 @@ (define-public public-suffix-list ;; so its contents will change over time. If you update this commit, please ;; make sure that the new commit refers to a list which is identical to the ;; officially published list available from the URL above. - (let ((commit "9375b697baddb0827a5995c81bd3c75877a0b35d")) + (let ((commit "d2d3e2e36a8f2b68c4f09e8c87f4f1d685cbf5e7")) (package (name "public-suffix-list") - (version (git-version "0" "1" commit)) + (version (git-version "0" "2" commit)) (source (origin (method git-fetch) (uri (git-reference @@ -1254,26 +1254,17 @@ (define-public public-suffix-list (file-name (git-file-name name version)) (sha256 (base32 - "1sm7pni01rnl4ldzi8z8nc4cbgq8nxda9gwc68v0s3ij7jd1jmik")))) - (build-system trivial-build-system) + "1f6rydx4hdd6lja376f4sdp7iv64vqlmhmnlkg0rb17279dc9483")))) + (build-system copy-build-system) (arguments - `(#:modules ((guix build utils)) - #:builder - (begin - (use-modules (guix build utils)) - (let* ((out (assoc-ref %outputs "out")) - ;; Install to /share because that is where "read-only - ;; architecture-independent data files" should go (see: - ;; (standards) Directory Variables). Include the version in - ;; the directory name so that if multiple versions are ever - ;; installed in the same profile, they will not conflict. - (destination (string-append - out "/share/public-suffix-list-" ,version)) - (source (assoc-ref %build-inputs "source"))) - (with-directory-excursion source - (install-file "public_suffix_list.dat" destination) - (install-file "LICENSE" destination)) - #t)))) + (list #:install-plan + ;; Install to /share because that is where "read-only + ;; architecture-independent data files" should go (see: (standards) + ;; Directory Variables). Include the version in the directory name + ;; so that if multiple versions are ever installed in the same + ;; profile, they will not conflict. + #~'(("public_suffix_list.dat" + #$(string-append "/share/public-suffix-list-" version "/"))))) (home-page "https://publicsuffix.org/") (synopsis "Database of current and historical DNS suffixes") (description "This is the Public Suffix List maintained by Mozilla. A base-commit: c585b14ae83160b7c320b4e74a3810ab5c49853a -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 01 03:15:30 2023 Received: (at submit) by debbugs.gnu.org; 1 Jul 2023 07:15:30 +0000 Received: from localhost ([127.0.0.1]:56302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qFUpO-0000pV-2F for submit@debbugs.gnu.org; Sat, 01 Jul 2023 03:15:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:42660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qFUpM-0000pN-9V for submit@debbugs.gnu.org; Sat, 01 Jul 2023 03:15:28 -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 1qFUpK-00052E-Ms for guix-patches@gnu.org; Sat, 01 Jul 2023 03:15:26 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qFUpI-0005yD-T9 for guix-patches@gnu.org; Sat, 01 Jul 2023 03:15:26 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 3E92427BBE2; Sat, 1 Jul 2023 08:15:24 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 09d67a5f; Sat, 1 Jul 2023 07:15:23 +0000 (UTC) References: User-agent: mu4e 1.10.2; emacs 28.2 From: Christopher Baines To: Hilton Chain Subject: Re: [bug#64306] [PATCH] gnu: public-suffix-list: Update to 0-2.d2d3e2e. Date: Sat, 01 Jul 2023 08:15:03 +0100 In-reply-to: Message-ID: <87ttuoqf04.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 64306-done@debbugs.gnu.org, guix-patches@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.4 (--) --=-=-= Content-Type: text/plain Hilton Chain via Guix-patches via writes: > * gnu/packages/dns.scm (public-suffix-list): Update to 0-2.d2d3e2e. > [build-system]: Switch to copy-build-system. > --- > gnu/packages/dns.scm | 33 ++++++++++++--------------------- > 1 file changed, 12 insertions(+), 21 deletions(-) Thanks, I've pushed this to master as f7b889e445125d98aef96013ce4b6d09fc0df8be. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSf0otfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf2/A//U4ZrXNZObnd8AsgBALscgN0NGsRKTTa6 TPjUijMhkvwgD7oPmDbY5Dx1skICauaEBVrklNptkptL9J11B+7X0mNu9MqTMpmS m4s2nqNgqACbOk2EQk13pr3GvzCHAY3jPPS32fwNXgkXf9pUI2jeJB17YXMap1EH j9VpxNYCXp9MHqgpI9y0+o7XCjHo6XzJGU8wvSy9f8SdXLZEft5aubChjJldE+lK abt5acIuThapgH8HtAzjfM994XjUoJEl6Qu6RoqEWtFhDGTJnNSg2u34P8rwDbwY 0eos+3b1nHEG7FxHnIgSIrnOLeVNT1vt6bzVFthpFywfsWvp7mJO38xSP3RFP4y6 mWuvv88QOz8BwpRlHykr0/fcGwrGkns262MO8Y+F1QwdBmyIL1M2VrA7vxgYI1d8 TgT/VTu6ciJMv+TNo68Bvzw8AwaHtR/F9Jce3vOBso9R1Dm+f03WXEyLG0z2fwL3 3NBRAmK8O/e+h2qDs/bJMOqeN2q7vxGwV9mSnPg4r6UD9128vRn2mYvPTIdUfL77 AFHDpTtnyHNbeD+VH8apKHa89ENfPT7HVwDyvBdO7VEJoHoJitwz4K8S1WkyaB3Y uPDlZhmOFV+vSbmfZgs0Q6rKVcjtigkLup3W+0WuwUGVcC68GKnXxdPjLYVcx+z5 vX3Y+r3EjMw= =CYaR -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:09:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 29 Jul 2023 11:24:05 +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