From unknown Sat Jun 14 19:28:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#45317] [PATCH] gnu: esbuild: Update to 0.8.24. Resent-From: Ryan Prior Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Dec 2020 03:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45317 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45317@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Reply-To: Ryan Prior Received: via spool by submit@debbugs.gnu.org id=B.160835033625620 (code B ref -1); Sat, 19 Dec 2020 03:59:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Dec 2020 03:58:56 +0000 Received: from localhost ([127.0.0.1]:40640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqTOR-0006fA-MT for submit@debbugs.gnu.org; Fri, 18 Dec 2020 22:58:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:43888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqTOQ-0006f2-5O for submit@debbugs.gnu.org; Fri, 18 Dec 2020 22:58:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqTON-0006lk-R2 for guix-patches@gnu.org; Fri, 18 Dec 2020 22:58:51 -0500 Received: from mail-40136.protonmail.ch ([185.70.40.136]:54650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqTOH-0006hn-F8 for guix-patches@gnu.org; Fri, 18 Dec 2020 22:58:49 -0500 Date: Sat, 19 Dec 2020 03:58:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1608350314; bh=yMDnZX79zmsr0ff9jsV07WS+YMkU9n1U+3MbYvJo/Bs=; h=Date:To:From:Reply-To:Subject:From; b=mBEKCmnn2+2DcRkUWYP5BdjyFFHJSFiiufdc/wl38Dy7GFQ6VB1YqCQyjx7iexsTB xck2Zo6pk4HVQR+YjWKvtP3MlNX3eBhY+oubBqE01kouG7SDYVPXZZ3cLxyRixpunu +ELRpkFRM8ByZD8JTBlJjfnhAGRjtL7lOVgryyxY= From: Ryan Prior Message-ID: <20201219035816.10158-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.136; envelope-from=rprior@protonmail.com; helo=mail-40136.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) 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/web.scm (esbuild): Update to 0.8.24. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 39820f7572..6c9c3a97bd 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1485,7 +1485,7 @@ used to validate and fix HTML data.") (define-public esbuild (package (name "esbuild") - (version "0.8.23") + (version "0.8.24") (source (origin (method git-fetch) @@ -1494,7 +1494,7 @@ used to validate and fix HTML data.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc")) + (base32 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic")) (modules '((guix build utils))) (snippet '(begin --=20 2.29.2 From unknown Sat Jun 14 19:28:18 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 Prior Subject: bug#45317: closed (Re: [bug#45317] [PATCH] gnu: esbuild: Update to 0.8.24.) Message-ID: References: <20201219035816.10158-1-rprior@protonmail.com> X-Gnu-PR-Message: they-closed 45317 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 45317@debbugs.gnu.org Date: Sun, 20 Dec 2020 12:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1608468362-11714-1" This is a multi-part message in MIME format... ------------=_1608468362-11714-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #45317: [PATCH] gnu: esbuild: Update to 0.8.24. 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 45317@debbugs.gnu.org. --=20 45317: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D45317 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1608468362-11714-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 45317-done) by debbugs.gnu.org; 20 Dec 2020 12:45:25 +0000 Received: from localhost ([127.0.0.1]:43838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqy5U-00032A-RM for submit@debbugs.gnu.org; Sun, 20 Dec 2020 07:45:25 -0500 Received: from flashner.co.il ([178.62.234.194]:48326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqy5R-00031m-Nu for 45317-done@debbugs.gnu.org; Sun, 20 Dec 2020 07:45:23 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id AB34740088; Sun, 20 Dec 2020 12:45:14 +0000 (UTC) Date: Sun, 20 Dec 2020 14:45:07 +0200 From: Efraim Flashner To: Ryan Prior Subject: Re: [bug#45317] [PATCH] gnu: esbuild: Update to 0.8.24. Message-ID: References: <20201219035816.10158-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TscL9bEWLAu16TYy" Content-Disposition: inline In-Reply-To: <20201219035816.10158-1-rprior@protonmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 3.6 (+++) 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: Looks good. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 45317-done Cc: 45317-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.6 (++) 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: Looks good. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --TscL9bEWLAu16TYy Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --TscL9bEWLAu16TYy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/fR1MACgkQQarn3Mo9 g1HSxRAAmRgq3l7EkVH73Wyspj1GF1pxGCQZ+yDhriwhEsIhOllqMb/qoYUnwlP3 tbaRk7cuqUtKaIQnfyK978m90KbBwZf6+GdQXqSWqY5SCGYEm85xCzOx3Enll/Aj dXEAxJBvxDbRh49V9CQ0K/tVchkUqZ/ZGTwQ0a0twUmg26Hyaid5JTcCEJhPhwJU ls//MeRhcCIEMSaw+AL3B2jPrdmgO4FweVPn+HPGkf4uvYCFQHutfLKyRyAH7aPj 0VoM23GjnheBO3aTRyjAk+JLmpiRzOhXbDcs3MGkGb4ROgP6nvab7/8gmHjnuuRt NBTWrkUlReT5nAEg9iKyRbk4Xf4n1X+xrkN67SbRYE839MsGr0XHdq+VCTya763+ Ft+IKlbku5kCvp5pm/aKfkW/4EuV8spUcA7S/HOBGff/rQmtoTnRr4nQeIReur4+ j4fvDsvbFF5EMq3hCwb4WN7gtKQCpCE2legfjzgeOR5hL8/YjKndGflvEqw2vyPM bmYbgPToeOE/VUpP8tfLC7Fd+ePkYilLmqTnUcYq0QmigF1tyC7N5jHQ9SGRD3sA 2MkKp5jmJNG07s87tp5E8JsruDaip5uYc2jh2fIdSIyTeLq3GXz2CCYxdAfvR1co ILiFmCfLsaWdo786wxv/vo3YS4I/2Noltd0V/DlOvNA9Ii6N5Rc= =n4ZP -----END PGP SIGNATURE----- --TscL9bEWLAu16TYy-- ------------=_1608468362-11714-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Dec 2020 03:58:56 +0000 Received: from localhost ([127.0.0.1]:40640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqTOR-0006fA-MT for submit@debbugs.gnu.org; Fri, 18 Dec 2020 22:58:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:43888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqTOQ-0006f2-5O for submit@debbugs.gnu.org; Fri, 18 Dec 2020 22:58:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqTON-0006lk-R2 for guix-patches@gnu.org; Fri, 18 Dec 2020 22:58:51 -0500 Received: from mail-40136.protonmail.ch ([185.70.40.136]:54650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqTOH-0006hn-F8 for guix-patches@gnu.org; Fri, 18 Dec 2020 22:58:49 -0500 Date: Sat, 19 Dec 2020 03:58:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1608350314; bh=yMDnZX79zmsr0ff9jsV07WS+YMkU9n1U+3MbYvJo/Bs=; h=Date:To:From:Reply-To:Subject:From; b=mBEKCmnn2+2DcRkUWYP5BdjyFFHJSFiiufdc/wl38Dy7GFQ6VB1YqCQyjx7iexsTB xck2Zo6pk4HVQR+YjWKvtP3MlNX3eBhY+oubBqE01kouG7SDYVPXZZ3cLxyRixpunu +ELRpkFRM8ByZD8JTBlJjfnhAGRjtL7lOVgryyxY= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH] gnu: esbuild: Update to 0.8.24. Message-ID: <20201219035816.10158-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.136; envelope-from=rprior@protonmail.com; helo=mail-40136.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/web.scm (esbuild): Update to 0.8.24. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 39820f7572..6c9c3a97bd 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1485,7 +1485,7 @@ used to validate and fix HTML data.") (define-public esbuild (package (name "esbuild") - (version "0.8.23") + (version "0.8.24") (source (origin (method git-fetch) @@ -1494,7 +1494,7 @@ used to validate and fix HTML data.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc")) + (base32 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic")) (modules '((guix build utils))) (snippet '(begin --=20 2.29.2 ------------=_1608468362-11714-1--