From unknown Sat Aug 09 13:01:20 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#77080 <77080@debbugs.gnu.org> To: bug#77080 <77080@debbugs.gnu.org> Subject: Status: [PATCH 0/2] Update foot to 1.21.0. Reply-To: bug#77080 <77080@debbugs.gnu.org> Date: Sat, 09 Aug 2025 20:01:20 +0000 retitle 77080 [PATCH 0/2] Update foot to 1.21.0. reassign 77080 guix-patches submitter 77080 Ashish SHUKLA severity 77080 normal tag 77080 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 15:05:52 2025 Received: (at submit) by debbugs.gnu.org; 17 Mar 2025 19:05:53 +0000 Received: from localhost ([127.0.0.1]:60915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuFma-0001Sh-In for submit@debbugs.gnu.org; Mon, 17 Mar 2025 15:05:52 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40158) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tuFmX-0001Rs-Mq for submit@debbugs.gnu.org; Mon, 17 Mar 2025 15:05:50 -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 1tuFmO-00022a-Qe for guix-patches@gnu.org; Mon, 17 Mar 2025 15:05:42 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tuFmM-00043p-Rm for guix-patches@gnu.org; Mon, 17 Mar 2025 15:05:40 -0400 Received: from localhost.localdomain (2a02-9140-3881-0500-0935-3cb2-bb5a-0d13.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:500:935:3cb2:bb5a:d13]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id CA4F212142; Mon, 17 Mar 2025 19:05:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1742238332; 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=qtJvJd4i2BNHMW3yuBPDujjCd8TFt+9AEnMFR28ZHBA=; b=j3N4NmKzg6WEcaHV4lTXjQ9Vu2Suopnp8gIAMtp+NDCudSLJmaDy00IFNt2DnvIr1bTvQC Qlq42ka9Cs4nudB2z7l7i7zKPz3vDOczq05/2smj5vSCpupNkxP+IN7KfHG2flZuhxW5J1 eWFfW1VrAHB0mtDYdsBTNyyKX1qf8ZU= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH 0/2] Update foot to 1.21.0. Date: Mon, 17 Mar 2025 20:05:23 +0100 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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.1 (/) Hi, This patch builds on top of wayland-next update[0]. For testing this update, while fd.o gitlab infrastructure is under migration[1], one can apply the wayland-next update[0] with upstream repository changed to following URL: "https://gitlab.com/freedesktop-sdk/mirrors/freedesktop/wayland/wayland-protocols.git" References: [0] https://issues.guix.gnu.org/76882 [1] https://gitlab.freedesktop.org/ Ashish SHUKLA (2): gnu: fcft: Update to 3.3.1. gnu: foot: Update to 1.21.0. gnu/packages/fontutils.scm | 5 +++-- gnu/packages/terminals.scm | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) base-commit: d130a4922073dbcc6d5f25a403be8585c68ed0f5 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 15:06:56 2025 Received: (at 77080) by debbugs.gnu.org; 17 Mar 2025 19:06:56 +0000 Received: from localhost ([127.0.0.1]:60921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuFna-0001bm-4G for submit@debbugs.gnu.org; Mon, 17 Mar 2025 15:06:56 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]:54052) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tuFnW-0001a8-Dr for 77080@debbugs.gnu.org; Mon, 17 Mar 2025 15:06:51 -0400 Received: from localhost.localdomain (2a02-9140-3881-0500-0935-3cb2-bb5a-0d13.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:500:935:3cb2:bb5a:d13]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 091A31214A; Mon, 17 Mar 2025 19:06:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1742238404; 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: in-reply-to:in-reply-to:references:references; bh=QWDJsRAK+RLDeS1wE4BlKbnwWgzKZ1VpCHIv7kZvzAk=; b=D0o6gb98WjmdnKDErLEKkynF020sn52li9jajIgHoNvQdmWrJVRY8susTnpJI8m18e1E9I 8+iLjwdFln8Bey6Otp6JS5IJJ0Z0S1f1GEyQsV+bYpMExcgg51G/9eZJF9D3cLz7CWmjb0 Lb5CQEkbXBxRPDvn1VPel+2sSEigiYc= From: Ashish SHUKLA To: 77080@debbugs.gnu.org Subject: [PATCH 2/2] gnu: foot: Update to 1.21.0. Date: Mon, 17 Mar 2025 20:06:29 +0100 Message-ID: <4dc3f1bdb0b554e008ff567d72a353da83710e9e.1742238049.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77080 Cc: Ashish SHUKLA 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 (-) * gnu/packages/terminals.scm (foot): Update to 1.21.0. [native-inputs, inputs]: Replace wayland-protocols with wayland-protocols-next. --- gnu/packages/terminals.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index ab11d9bbd4..ccf81e15f8 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -851,7 +851,7 @@ (define-public cool-retro-term (define-public foot (package (name "foot") - (version "1.20.2") + (version "1.21.0") (home-page "https://codeberg.org/dnkl/foot") (source (origin @@ -861,7 +861,7 @@ (define-public foot (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0m6i361wg86zxah28lp9kdxawifrzgz2gbvs9b0ynwl7292nhw5n")))) + (base32 "19hkw4g2l00wasmk5dn34rf3bhqh6zbwwhvz98bdcv90p761jws4")))) (build-system meson-build-system) (arguments (list @@ -878,14 +878,14 @@ (define-public foot (list wayland pkg-config-for-build) '()) (list ncurses ;for 'tic' - pkg-config scdoc wayland-protocols))) + pkg-config scdoc wayland-protocols-next))) (native-search-paths ;; FIXME: This should only be located in 'ncurses'. Nonetheless it is ;; provided for usability reasons. See . (list (search-path-specification (variable "TERMINFO_DIRS") (files '("share/terminfo"))))) - (inputs (list fcft libxkbcommon wayland wayland-protocols)) + (inputs (list fcft libxkbcommon wayland wayland-protocols-next)) (synopsis "Wayland-native terminal emulator") (description "@command{foot} is a terminal emulator for systems using the Wayland -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 15:06:58 2025 Received: (at 77080) by debbugs.gnu.org; 17 Mar 2025 19:06:58 +0000 Received: from localhost ([127.0.0.1]:60923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuFnc-0001c8-3u for submit@debbugs.gnu.org; Mon, 17 Mar 2025 15:06:58 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]:54040) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tuFnW-0001Zu-CU for 77080@debbugs.gnu.org; Mon, 17 Mar 2025 15:06:52 -0400 Received: from localhost.localdomain (2a02-9140-3881-0500-0935-3cb2-bb5a-0d13.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:500:935:3cb2:bb5a:d13]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id F06B812148; Mon, 17 Mar 2025 19:06:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1742238403; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rQlJVcWXvvL+rnZNRVgz7WsH0JsDyEhlbY47mfBUe1M=; b=np+BBcsNmwuHD4rB9dLgVhgV7d0aBZR1J2g6VLvi2Vpa4yz1TsLiOQ8omlPIYcgAKeLc9I h3xZbh/EeTyMxWFlGZUL9380+6o5MuDHDWR4KO7+EENaRdHnquTc2WzuyLufm2qL+8tdwy IZQH65bOirzfdYbbttEcmRLWS9EiJx4= From: Ashish SHUKLA To: 77080@debbugs.gnu.org Subject: [PATCH 1/2] gnu: fcft: Update to 3.3.1. Date: Mon, 17 Mar 2025 20:06:28 +0100 Message-ID: X-Mailer: git-send-email 2.49.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77080 Cc: Ashish SHUKLA 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 (-) * gnu/packages/fontutils.scm (fcft): Update to 3.3.1. Change-Id: I4a860085697b92fd5cbc7083eac82529530f3747 --- gnu/packages/fontutils.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index d2d3b1a260..7d101bebff 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2023 pinoaffe ;;; Copyright © 2024 Sören Tempel ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2025 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -1873,7 +1874,7 @@ (define-public nototools (define-public fcft (package (name "fcft") - (version "3.1.10") + (version "3.3.1") (home-page "https://codeberg.org/dnkl/fcft") (source (origin (method git-fetch) @@ -1881,7 +1882,7 @@ (define-public fcft (file-name (git-file-name name version)) (sha256 (base32 - "0hydhpw31c28lq7v5yvknm3dzvkkls98hcmpp0z2h9m9f32nq4s9")))) + "08fr6zcqk4qp1k3r0di6v60qfyd3q5k9jnxzlsx2p1lh0nils0xa")))) (build-system meson-build-system) (native-inputs (list check pkg-config scdoc)) -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 15:10:20 2025 Received: (at control) by debbugs.gnu.org; 17 Mar 2025 19:10:20 +0000 Received: from localhost ([127.0.0.1]:60931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuFqu-00023A-41 for submit@debbugs.gnu.org; Mon, 17 Mar 2025 15:10:20 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]:42702) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tuFqr-00020P-TK for control@debbugs.gnu.org; Mon, 17 Mar 2025 15:10:18 -0400 Received: from localhost (2a02-9140-3881-0500-0935-3cb2-bb5a-0d13.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:500:935:3cb2:bb5a:d13]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id A682711FAE for ; Mon, 17 Mar 2025 19:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1742238611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4IuepDIq3Eypj4yw2VU3NKxzk/wU8l+7Hgh6PQN5RZk=; b=bs56kGh1Z8n22fINxpvIHdcqGztpngnDX0WFwThGz7e560KBKkuNCesSNsrWNvXGjwZJDC Lk1DSh77D6fiOLLL/4MZfkhcZJ2vBPL0hxjR/SM/Pwfkv8OSCv+BFC9hsqAP1j0xGWpIjO yYP5d6ApZw4TMZllGkkKoFFba12zdF0= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Mon, 17 Mar 2025 19:10:11 +0000 Message-Id: To: Subject: create bug dependency From: "Ashish SHUKLA" X-Mailer: aerc 0.20.1 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) block 77080 by 76882 thanks --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 "If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin) From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 22 04:40:42 2025 Received: (at submit) by debbugs.gnu.org; 22 Mar 2025 08:40:42 +0000 Received: from localhost ([127.0.0.1]:40805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tvuPK-0005Gi-0d for submit@debbugs.gnu.org; Sat, 22 Mar 2025 04:40:42 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56512) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tvuPH-0005GR-9Y for submit@debbugs.gnu.org; Sat, 22 Mar 2025 04:40:40 -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 1tvuPA-0000hu-Aj for guix-patches@gnu.org; Sat, 22 Mar 2025 04:40:32 -0400 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 1tvuP8-0008Kv-Ko for guix-patches@gnu.org; Sat, 22 Mar 2025 04:40:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1742633187; 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=XHRKbTwxRMNHQ5QGmJxaIyZHF1NVg1v5YhRAmpnQVig=; b=jBy4mfXrOkba47a86wpg8yzxXwtfRgF8jKKxE/rhl4njtJCzTbE4iMv+FXGcxsm3WDH4DO +rJ0xaHpDcYIbrZlTTE5jGUOgCA+PORg3f+qR+wXJAdul3nkT7pYwiBqJ/bDZwuzDh2zq7 sJ1fDOGjOkf7rqBCbKVixdGtsyZGrE8= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id e73f79aa (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 22 Mar 2025 08:46:26 +0000 (UTC) From: Z572 To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#77080] [PATCH 0/2] Update foot to 1.21.0. In-Reply-To: (Ashish SHUKLA via Guix-patches via's message of "Mon, 17 Mar 2025 20:05:23 +0100") References: User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Sat, 22 Mar 2025 16:40:19 +0800 Message-ID: <87ecypo3v0.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: 0 X-Spam_score: -0.1 X-Spam_bar: / X-Spam_report: (-0.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, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.472, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_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: 2.9 (++) 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: Ashish SHUKLA via Guix-patches via writes: > Hi, > > This patch builds on top of wayland-next update[0]. For testing this > update, while fd.o gitlab infrastructure is under migration[1], one can apply > the wayland-next update[0] with upstrea [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -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] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: 77080-done@debbugs.gnu.org, Ashish SHUKLA 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.9 (++) 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: Ashish SHUKLA via Guix-patches via writes: > Hi, > > This patch builds on top of wayland-next update[0]. For testing this > update, while fd.o gitlab infrastructure is under migration[1], one can apply > the wayland-next update[0] with upstrea [...] Content analysis details: (2.9 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.5 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Ashish SHUKLA via Guix-patches via writes: > Hi, > > This patch builds on top of wayland-next update[0]. For testing this > update, while fd.o gitlab infrastructure is under migration[1], one can apply > the wayland-next update[0] with upstream repository changed to following > URL: > > "https://gitlab.com/freedesktop-sdk/mirrors/freedesktop/wayland/wayland-protocols.git" > > References: > [0] https://issues.guix.gnu.org/76882 > [1] https://gitlab.freedesktop.org/ > > Ashish SHUKLA (2): > gnu: fcft: Update to 3.3.1. > gnu: foot: Update to 1.21.0. > > gnu/packages/fontutils.scm | 5 +++-- > gnu/packages/terminals.scm | 8 ++++---- > 2 files changed, 7 insertions(+), 6 deletions(-) > > > base-commit: d130a4922073dbcc6d5f25a403be8585c68ed0f5 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfed3MACgkQO1qpk+Gi 3/CWahAAgBYjceTm8Q0CypAUfv9jFzHeaDVgORKhlosGpM0v/YB6DyKUYL0ykuz4 lyA89ptzj2gfweFLkTv0/SLp6NfSg6DJ0IKJZC5hfQ71aNGNTB9tqurgPPUtP86B ypDYEBagpvadvy7Q75h02XG4bLiP0c/O4P7XqD4I2OBfj9fabyXG47zc/JzHTFhd eLEyodkj6gsHmDRYyXK2ISLtDXqGLEw2GWly8Vt4pHBqAYTU60at/418/7oNglm6 PM8snCeamVFZ5FIEVT03txDojbK0eP3zK8sPsnPPm9CWehbY3F1OIusoWkxo3Btg BxsiBpSKpcj6UT8d9xHIqJ43CRezUKgMwEc3Pp13V5AqO5S07mmUizSsxcdvbzYt XEhf0S36kd8etCimu4M5vNOnfIWhLaVFSKpNaSFAlRUXzGA0aJYxx2GGiC8O4iQp KaMT1tBmquTcAGzhkg8vOMUQpYVfwBY9gUfWOdX6YnC1fan0y0Q73aQGqs6tIR0K hWQMKBC0DIdLHfDqNGjad3blAWL77mBMf0RwjmySBD2ifTD8WkgAU+k7hmuBV32k voiRGzOvaMM4aDPtx8azOlZbnQw8sxIDNeFjChFC7e7awSw8wekkfS2SmzzOLHi/ jr+sfvMml32o2OeNcOrxGPaA/2p0jwS2CvtIxyWUzIqABC/OKs4= =HCdn -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 09 13:01:20 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, 19 Apr 2025 11:25:13 +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