From unknown Fri Jun 20 07:17:45 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#64136 <64136@debbugs.gnu.org> To: bug#64136 <64136@debbugs.gnu.org> Subject: Status: [PATCH] gnu: ruby-loofah: Update to 2.21.3. Reply-To: bug#64136 <64136@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:17:45 +0000 retitle 64136 [PATCH] gnu: ruby-loofah: Update to 2.21.3. reassign 64136 guix-patches submitter 64136 Juliana Sims severity 64136 normal tag 64136 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 17 14:37:34 2023 Received: (at submit) by debbugs.gnu.org; 17 Jun 2023 18:37:34 +0000 Received: from localhost ([127.0.0.1]:52613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAanl-0004xO-PV for submit@debbugs.gnu.org; Sat, 17 Jun 2023 14:37:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:54330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAanh-0004xA-Hi for submit@debbugs.gnu.org; Sat, 17 Jun 2023 14:37:33 -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 1qAanh-0003tX-3B for guix-patches@gnu.org; Sat, 17 Jun 2023 14:37:29 -0400 Received: from relay9-d.mail.gandi.net ([2001:4b98:dc4:8::229]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAane-00009g-NH for guix-patches@gnu.org; Sat, 17 Jun 2023 14:37:28 -0400 X-GND-Sasl: juli@incana.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=incana.org; s=gm1; t=1687027041; 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=UXI07NDb+rQp+afFok9EArPrMOjH82LIBhJ2pnhnNRY=; b=MsiV79Q4HnVWh7d0XgpQUWPJzho2/mI7kigL8cUS8V8SReXQdkKgI4pHzqbk3Zo7ncJPhc UM7Bu0hENu5QUVhPj5HwOoCrz9i61rGCGInXGu37V5t/kCfXkPZUgC80gleewQeKmNyTo1 HZdypXRraPpTgIfhzpHUzZgRTj1DI14FoEU2NfCtc2U+iwbJo8AQRqouGFICV2Tsn3AX2I M294agsqpvdVsGUjMgome3bwPWW7KfxL6U36SYX8brgxrs3oB8n/AvhbCJN4kOxt54COq9 P/OKSDgXnINX93Dw+QvTSnXbWNdNjBUcbxfbLmrnx8MNHxrKouIGtkOVLBrQrw== X-GND-Sasl: juli@incana.org Received: by mail.gandi.net (Postfix) with ESMTPSA id E8F0FFF804; Sat, 17 Jun 2023 18:37:20 +0000 (UTC) From: Juliana Sims To: guix-patches@gnu.org Subject: [PATCH] gnu: ruby-loofah: Update to 2.21.3. Date: Sat, 17 Jun 2023 14:37:00 -0400 Message-Id: <20230617183700.20745-1-juli@incana.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4b98:dc4:8::229; envelope-from=juli@incana.org; helo=relay9-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, 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.6 (-) X-Debbugs-Envelope-To: submit Cc: Juliana Sims 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 (--) Hello, This patch updates ruby-loofah to the latest version, fixing its failing build and that of its dependents. This patches supercedes 63491 which updates it to a version one point release behind it. Thanks, Juli * gnu/packages/ruby.scm (ruby-loofah): Update to 2.21.3. --- gnu/packages/ruby.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index f28ad97e11..0fa68be980 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7596,7 +7596,7 @@ (define-public ruby-listen (define-public ruby-loofah (package (name "ruby-loofah") - (version "2.13.0") + (version "2.21.3") (home-page "https://github.com/flavorjones/loofah") (source (origin @@ -7607,7 +7607,7 @@ (define-public ruby-loofah (file-name (git-file-name name version)) (sha256 (base32 - "0rmsm7mckiq0gslfqdl02yvn500n42v84gq28qjqn4yq9jwfs9ga")))) + "1lh7cf56y1b0h090ahphvz7grq581phsamdl0rq59y0q9bqwrhg0")))) (build-system ruby-build-system) (native-inputs (list ruby-hoe ruby-hoe-markdown ruby-rr)) -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 19 06:14:18 2023 Received: (at 64136-done) by debbugs.gnu.org; 19 Jun 2023 10:14:18 +0000 Received: from localhost ([127.0.0.1]:55528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBBtp-0004zU-Pw for submit@debbugs.gnu.org; Mon, 19 Jun 2023 06:14:17 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBBtn-0004zK-32 for 64136-done@debbugs.gnu.org; Mon, 19 Jun 2023 06:14:15 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 957C227BBE2; Mon, 19 Jun 2023 11:14:13 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e873cc14; Mon, 19 Jun 2023 10:14:11 +0000 (UTC) References: <20230617183700.20745-1-juli@incana.org> User-agent: mu4e 1.10.2; emacs 28.2 From: Christopher Baines To: Juliana Sims Subject: Re: [bug#64136] [PATCH] gnu: ruby-loofah: Update to 2.21.3. Date: Mon, 19 Jun 2023 11:13:35 +0100 In-reply-to: <20230617183700.20745-1-juli@incana.org> Message-ID: <87cz1rlpxq.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64136-done Cc: 64136-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: -1.0 (-) --=-=-= Content-Type: text/plain Juliana Sims writes: > Hello, > > This patch updates ruby-loofah to the latest version, fixing its failing build > and that of its dependents. This patches supercedes 63491 which updates it to a > version one point release behind it. > > Thanks, > Juli > > * gnu/packages/ruby.scm (ruby-loofah): Update to 2.21.3. > --- > gnu/packages/ruby.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks for the patch Juli, I've pushed this to master as c6ff9343370521631dc13cca6cf793df202e9362. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSQKnFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xcm4g/7BjYroCnyOcB0CxeyZyGbir+zKBs8PQXA jvd1dkoTkfU4Fl5GYEluPI0hss7G0INbLGQ3C6ronI714Fq4s1SNY5+gV5hj82EK JNMHGippLAkAN+n36sv2DO5mf1eLIuGqzzAn9EXSRhi4snFF7sJJJICTZ6ItuT5z 2vizICaLEpSWT/52gWkAlEjCPPzOE8qUnvu/fEairJbFMBq643Y5CXAzKungGrkh G9Ik5RVsYGMWi0+Uf/sQxRTsqEqmQ2qW0D7T8iA0XRoJ1eJltlPU3BY3JnoglKhV k1PyOMBLpJR+ASj2u5pFxW5z7/TwR1KUkUsKwOlkRVxLLdxnE2tG3yDEMbamGdE5 +n4VC4cnedfnx6Nlwxw7/dM1sBK/IWTdAzsYJNypd+FuZvhTEy/bVmUvT2Yfrxhx /CWv/Eca/V49IGvrZwdAACXpxqX684HUcChGVMtO4/GoNm3QzyoNXrXwmsw0kH96 GpWJG4YjODT1uxnZkCeGiNBLbDawCzzoMMMXDuuuhAY8F9rNtcWZcrndx8ZyN4CH exvP5PbaolCCLjp5EZpJTj6IbsvHDfY2Tk1vwkY/jBSFJwxUbBmMDy4ZZ0HhGFO9 IMdfqmzaikj2o09Sdt/EsTDHwSBMpj9Tdf8XrOYQSBj7i51fiWemwwNyGm0mdZyh EH6wPtBxG40= =tRVo -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:17:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 17 Jul 2023 11:24:07 +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