From unknown Thu Sep 11 18:07:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64263] [PATCH 0/3] Update rxvt-unicode Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2023 11:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64263@debbugs.gnu.org Cc: Timotej Lazar X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16876059409234 (code B ref -1); Sat, 24 Jun 2023 11:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Jun 2023 11:25:40 +0000 Received: from localhost ([127.0.0.1]:39975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1Oe-0002Os-6K for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:25:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:42740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1OY-0002Og-JW for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:25:38 -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 1qD1OX-0003BL-Gr for guix-patches@gnu.org; Sat, 24 Jun 2023 07:25:33 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qD1OV-0001K3-H7 for guix-patches@gnu.org; Sat, 24 Jun 2023 07:25:32 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id bd1f1c1a for ; Sat, 24 Jun 2023 11:25:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=7xNKxWBquAj2ReWD2tuug5LyfRI=; b=lm3Uc2uZXJ+DGfwO BP7ZuqyVrJVkD7WYWPeld79ggCazLX1xrDQvwq9PBHdNa6K/Jp5/lfwqVhPjtWR4 MLalSemAVaPEtWjwS2PYDIbxO/ZZv/ocjVeiAKmijev0GHS0YeoRu6vFsM3+VfNf 7wdkIVuhAtBU5ruff9O+Ld02JOtNtJJ9ZPb98RDzHwc7auL2t/r0DudeYtoQKMSP WVUpriqRJXqOz29ErbFK5aut+mzXYQxoRkKoLxI4LnijgJePT5XvJ8+o2UWHOnwi 0QOv84LnF1vIPeamYt5jksOcdSPYIsG+H3d6QXdrqQYR+jz9kJTV6X6nPKHio8/H ZDUwDQ== Received: by araneo.si (OpenSMTPD) with ESMTPSA id fdff91a5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 24 Jun 2023 11:25:24 +0000 (UTC) From: Timotej Lazar Date: Sat, 24 Jun 2023 13:25:17 +0200 Message-Id: X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si 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_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.3 (-) 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 (--) Hi, these patches update and simplify the rxvt-unicode package. Thanks! Timotej Lazar (3): gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170]. gnu: rxvt-unicode: Use new package style. gnu: rxvt-unicode: Use helper procedure to make desktop files. gnu/packages/xdisorg.scm | 66 +++++++++++++--------------------------- 1 file changed, 21 insertions(+), 45 deletions(-) base-commit: d6dc82e8cdb2d6114a12b06d449ce7f1150c7f70 -- 2.40.1 From unknown Thu Sep 11 18:07:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64263] [PATCH 1/3] gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170]. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2023 11:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64263@debbugs.gnu.org Cc: Timotej Lazar Received: via spool by 64263-submit@debbugs.gnu.org id=B64263.16876060929502 (code B ref 64263); Sat, 24 Jun 2023 11:29:02 +0000 Received: (at 64263) by debbugs.gnu.org; 24 Jun 2023 11:28:12 +0000 Received: from localhost ([127.0.0.1]:39981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1R5-0002TB-ME for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:28:11 -0400 Received: from araneo.si ([90.157.193.204]:40348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1R4-0002T3-3Q for 64263@debbugs.gnu.org; Sat, 24 Jun 2023 07:28:11 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 518d0763 for <64263@debbugs.gnu.org>; Sat, 24 Jun 2023 11:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20180623; bh=se6VGtM7GL0Udom8ZWxFe KBqaZo=; b=K5aC2REKA3fCqtFoIyYiNEwh/LpnOKoDaks7AuPQI4Ob0VZiOiHXP 0r4pkur84GWwcQ5eOIoIbFMJKMeX/EaR4zBRL+O+l4K4mToLQ0QGyjAZ3qkvHGOE BJOmrTZmhswmQkT4DF97e/sXIErM9TKnQdncKKn16p++pZ6mfqFpx1OKS30xQgG3 TzPhkBJijK+7b05+JOV1VnXstMrwzKWWCaz5fZuLvSBKYC2Bv2eZ2h4xQfkE4Sho Pxh+CxTOCqZ7qAGZ10QwMT0UWevBocQ3zwpUXGregsueCXTxt7tW2PFyT3zkdEL3 w3s+WhkRuZFDK2zkEXzpCEw9cBolcdL3Q== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 5b48c4b8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 24 Jun 2023 11:28:09 +0000 (UTC) From: Timotej Lazar Date: Sat, 24 Jun 2023 13:28:03 +0200 Message-Id: X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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/xdisorg.scm (rxvt-unicode): Update to 9.31. [inputs]: Add libxext. --- gnu/packages/xdisorg.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index cdd5a48259..78bde1c5f4 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1271,14 +1271,14 @@ (define-public sxhkd (define-public rxvt-unicode (package (name "rxvt-unicode") - (version "9.30") + (version "9.31") (source (origin (method url-fetch) (uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/" name "-" version ".tar.bz2")) (sha256 (base32 - "0badnkjsn3zps24r5iggj8k5v4f00npc77wqg92pcn1q5z8r677y")))) + "1s3jcvac40zzp03fvmhjsdpsjx0gb1wk54qz74zhzzj9q75kz8da")))) (build-system gnu-build-system) (arguments ;; This sets the destination when installing the necessary terminal @@ -1328,7 +1328,8 @@ (define-public rxvt-unicode `(("libptytty" ,libptytty) ("libXft" ,libxft) ("libX11" ,libx11) - ("libXt" ,libxt))) + ("libXt" ,libxt) + ("libxext" ,libxext))) (native-inputs (list ncurses ;trigger the installation of terminfo data perl pkg-config)) -- 2.40.1 From unknown Thu Sep 11 18:07:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64263] [PATCH 2/3] gnu: rxvt-unicode: Use new package style. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2023 11:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64263@debbugs.gnu.org Cc: Timotej Lazar Received: via spool by 64263-submit@debbugs.gnu.org id=B64263.16876060959524 (code B ref 64263); Sat, 24 Jun 2023 11:29:02 +0000 Received: (at 64263) by debbugs.gnu.org; 24 Jun 2023 11:28:15 +0000 Received: from localhost ([127.0.0.1]:39987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1R9-0002TX-0m for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:28:15 -0400 Received: from araneo.si ([90.157.193.204]:40348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1R6-0002T3-Ht for 64263@debbugs.gnu.org; Sat, 24 Jun 2023 07:28:13 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id dabe352e for <64263@debbugs.gnu.org>; Sat, 24 Jun 2023 11:28:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20180623; bh=tt3W4ErQCuvoVMxwgOHxs bfvkVc=; b=Zv00ctxJLjJt6YmYFIbxgmTHYpU+0y9Up4I6CqYg+t0I8Yxi9KQWW hbd6geI+xrLSJfV2M+D35xI8ImVHSTZtTIedNpeUzzLjsk0XP8kR7Wke3sF9oWH7 yAP+PF2IekRujY3l+tb6cs/E2L/qU751PKMisaqMcUtoO1PRC/A9lzp0s/QINTq/ g3IaOxhCL57lKiJ2u8OuhJ7LXKyQmAnZcLlVrmwSzIgPPyIgPt8adP50JKfmoPeV uGkM0MRKYKLzcxKTAB3roxhaVXNRNolomtLhllXeNq1cZPwaSpy/5hChP+tiwjPb UhR+5PLTvudlSKJjW29/tDM+otJGW0i5A== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 7e0ab74b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 24 Jun 2023 11:28:10 +0000 (UTC) From: Timotej Lazar Date: Sat, 24 Jun 2023 13:28:04 +0200 Message-Id: <8f685b067ba64216eef42b3135bb02386e8be15a.1687605773.git.timotej.lazar@araneo.si> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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/xdisorg.scm (rxvt-unicode)[arguments]: Use gexps. [inputs]: Drop input labels. --- gnu/packages/xdisorg.scm | 78 ++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 43 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 78bde1c5f4..ed642e7ce6 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1284,52 +1284,44 @@ (define-public rxvt-unicode ;; This sets the destination when installing the necessary terminal ;; capability data, which are not provided by 'ncurses'. See ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html - `(#:configure-flags (list "--enable-256-color") - #:make-flags (list (string-append "TERMINFO=" - (assoc-ref %outputs "out") - "/share/terminfo")) - #:phases - (modify-phases %standard-phases - (add-after 'install 'install-desktop-urxvt - (lambda* (#:key outputs #:allow-other-keys) - (let* ((output (assoc-ref outputs "out")) - (desktop (string-append output "/share/applications"))) - (mkdir-p desktop) - (with-output-to-file - (string-append desktop "/urxvt.desktop") + (list #:configure-flags #~(list "--enable-256-color") + #:make-flags #~(list (string-append "TERMINFO=" #$output "/share/terminfo")) + #:phases + #~(modify-phases %standard-phases + (add-after 'install 'install-desktop-urxvt (lambda _ - (format #t - "[Desktop Entry]~@ - Name=rxvt-unicode~@ - Comment=~@ - Exec=~a/bin/urxvt~@ - TryExec=~@*~a/bin/urxvt~@ - Icon=~@ - Type=Application~%" - output)))))) - (add-after 'install 'install-desktop-urxvtc - (lambda* (#:key outputs #:allow-other-keys) - (let* ((output (assoc-ref outputs "out")) - (desktop (string-append output "/share/applications"))) - (mkdir-p desktop) - (with-output-to-file - (string-append desktop "/urxvtc.desktop") + (let ((desktop (string-append #$output "/share/applications"))) + (mkdir-p desktop) + (with-output-to-file + (string-append desktop "/urxvt.desktop") + (lambda _ + (format #t + "[Desktop Entry]~@ + Name=rxvt-unicode~@ + Comment=~@ + Exec=~a/bin/urxvt~@ + TryExec=~@*~a/bin/urxvt~@ + Icon=~@ + Type=Application~%" + #$output)))))) + (add-after 'install 'install-desktop-urxvtc (lambda _ - (format #t - "[Desktop Entry]~@ - Name=rxvt-unicode (client)~@ - Comment=Rxvt clone with XFT and unicode support~@ - Exec=~a/bin/urxvtc~@ - TryExec=~@*~a/bin/urxvtc~@ - Icon=~@ - Type=Application~%" - output))))))))) + (let ((desktop (string-append #$output "/share/applications"))) + (mkdir-p desktop) + (with-output-to-file + (string-append desktop "/urxvtc.desktop") + (lambda _ + (format #t + "[Desktop Entry]~@ + Name=rxvt-unicode (client)~@ + Comment=Rxvt clone with XFT and unicode support~@ + Exec=~a/bin/urxvtc~@ + TryExec=~@*~a/bin/urxvtc~@ + Icon=~@ + Type=Application~%" + #$output))))))))) (inputs - `(("libptytty" ,libptytty) - ("libXft" ,libxft) - ("libX11" ,libx11) - ("libXt" ,libxt) - ("libxext" ,libxext))) + (list libptytty libxft libx11 libxt libxext)) (native-inputs (list ncurses ;trigger the installation of terminfo data perl pkg-config)) -- 2.40.1 From unknown Thu Sep 11 18:07:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64263] [PATCH 3/3] gnu: rxvt-unicode: Use helper procedure to make desktop files. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2023 11:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64263@debbugs.gnu.org Cc: Timotej Lazar Received: via spool by 64263-submit@debbugs.gnu.org id=B64263.16876060989534 (code B ref 64263); Sat, 24 Jun 2023 11:29:03 +0000 Received: (at 64263) by debbugs.gnu.org; 24 Jun 2023 11:28:18 +0000 Received: from localhost ([127.0.0.1]:39989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1R9-0002TZ-E4 for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:28:18 -0400 Received: from araneo.si ([90.157.193.204]:40348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1R7-0002T3-C9 for 64263@debbugs.gnu.org; Sat, 24 Jun 2023 07:28:13 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id cb2392e4 for <64263@debbugs.gnu.org>; Sat, 24 Jun 2023 11:28:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20180623; bh=7qM8RArWnj3fSUUROzMhm IjX0JQ=; b=NMkFdwkkNw7b8nPIU6YTqi6Yh0YuCNa53IUrRF/+JUWPMF2KgARAg +ThPZsr3cbMN+p1EgAg2sIk3+flytqpw3MeoAjRhEIl8EpYW/iT4HSaReJIPOQf7 sJnqVYu6YQWOuq0HugMwND1vgY7lcQFpAZf9IGZQyPMqXTgtys41IOJ3H4wTvK9c 99+16hQAyG3MGQykuS3fGf3ZKDgGiX3iPFm6fPU6IOmX0zucbnBB+zdtXvTjpeg/ ck15aVq0zN8mTi9ZT2W7k7aIFVk0A1T105tMw9oeR9PI0yru30Y82VrBUYXJp0KX XjvIm70xGlNTf1LazKoiPAZn1XvlZ+TMA== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 5e0067fa (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 24 Jun 2023 11:28:11 +0000 (UTC) From: Timotej Lazar Date: Sat, 24 Jun 2023 13:28:05 +0200 Message-Id: <4ae100ed7e800464e08931e89cd7fdd41b450b66.1687605773.git.timotej.lazar@araneo.si> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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/xdisorg.scm (rxvt-unicode)[arguments]: Replace custom code with make-desktop-entry-file. Specify categories and icon in desktop files. --- gnu/packages/xdisorg.scm | 45 +++++++++++++--------------------------- 1 file changed, 14 insertions(+), 31 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index ed642e7ce6..2e31d49b0a 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1288,38 +1288,21 @@ (define-public rxvt-unicode #:make-flags #~(list (string-append "TERMINFO=" #$output "/share/terminfo")) #:phases #~(modify-phases %standard-phases - (add-after 'install 'install-desktop-urxvt + (add-after 'install 'install-desktop-entries (lambda _ - (let ((desktop (string-append #$output "/share/applications"))) - (mkdir-p desktop) - (with-output-to-file - (string-append desktop "/urxvt.desktop") - (lambda _ - (format #t - "[Desktop Entry]~@ - Name=rxvt-unicode~@ - Comment=~@ - Exec=~a/bin/urxvt~@ - TryExec=~@*~a/bin/urxvt~@ - Icon=~@ - Type=Application~%" - #$output)))))) - (add-after 'install 'install-desktop-urxvtc - (lambda _ - (let ((desktop (string-append #$output "/share/applications"))) - (mkdir-p desktop) - (with-output-to-file - (string-append desktop "/urxvtc.desktop") - (lambda _ - (format #t - "[Desktop Entry]~@ - Name=rxvt-unicode (client)~@ - Comment=Rxvt clone with XFT and unicode support~@ - Exec=~a/bin/urxvtc~@ - TryExec=~@*~a/bin/urxvtc~@ - Icon=~@ - Type=Application~%" - #$output))))))))) + (for-each (lambda (exec name) + (make-desktop-entry-file + (string-append #$output "/share/applications/" + exec ".desktop") + #:type "Application" + #:name name + #:comment '((#f #$(package-synopsis this-package))) + #:exec exec + #:try-exec exec + #:icon "utilities-terminal" + #:categories '("System" "TerminalEmulator"))) + '("urxvt" "urxvtc") + '("rxvt-unicode" "rxvt-unicode (client)"))))))) (inputs (list libptytty libxft libx11 libxt libxext)) (native-inputs -- 2.40.1 From unknown Thu Sep 11 18:07:22 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: Timotej Lazar Subject: bug#64263: closed (Re: bug#64263: [PATCH 0/3] Update rxvt-unicode) Message-ID: References: <875y6q4k4w.fsf@gnu.org> X-Gnu-PR-Message: they-closed 64263 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 64263@debbugs.gnu.org Date: Tue, 11 Jul 2023 14:08:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1689084482-23279-1" This is a multi-part message in MIME format... ------------=_1689084482-23279-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #64263: [PATCH 0/3] Update rxvt-unicode 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 64263@debbugs.gnu.org. --=20 64263: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D64263 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1689084482-23279-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 64263-done) by debbugs.gnu.org; 11 Jul 2023 14:07:25 +0000 Received: from localhost ([127.0.0.1]:50839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qJE1U-00062C-T7 for submit@debbugs.gnu.org; Tue, 11 Jul 2023 10:07:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51016) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qJE1S-00061w-MU for 64263-done@debbugs.gnu.org; Tue, 11 Jul 2023 10:07:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJE1M-0000xC-1M; Tue, 11 Jul 2023 10:07:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=iHftUrGI0/UMVFZB0+yOFGak4offakmGlEoaaLFpOsM=; b=QxwNGvVbFLPpNtt2RkZz +Qx3OkgXqal/NhMZXjp8sI1a795K3PsThCFoU2S1r93eL1rjxB5Sdlwl84usSzCvvAvASwWxpzRYX DHKvbvnBnK3uZKEpWfVfkw9IJEMGnkSpmtbb7B6qQHcbXfXiI6EbJJhDFj9xZ5YoH6QJiUNuicixh 04VoWNHIwChH//outXYRsPdIW89z2yfBPDIeiWiLko30ffsmqXkPJ0G2a8VWu1QWTIKhxv7b0nUex frhOTwK0XqA2FP4pk9DRB2tYdl8NDL7upkoft6f+cf+5tHDZnZ1oRVJRkCVYUuWG7URlI8rOVBex4 ujgUBrb/3dBjGQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJE1J-0001gR-7U; Tue, 11 Jul 2023 10:07:14 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timotej Lazar Subject: Re: bug#64263: [PATCH 0/3] Update rxvt-unicode References: Date: Tue, 11 Jul 2023 16:07:11 +0200 In-Reply-To: (Timotej Lazar's message of "Sat, 24 Jun 2023 13:25:17 +0200") Message-ID: <875y6q4k4w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64263-done Cc: 64263-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.3 (---) Timotej Lazar skribis: > gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170]. > gnu: rxvt-unicode: Use new package style. > gnu: rxvt-unicode: Use helper procedure to make desktop files. Applied, thanks! ------------=_1689084482-23279-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Jun 2023 11:25:40 +0000 Received: from localhost ([127.0.0.1]:39975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1Oe-0002Os-6K for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:25:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:42740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD1OY-0002Og-JW for submit@debbugs.gnu.org; Sat, 24 Jun 2023 07:25:38 -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 1qD1OX-0003BL-Gr for guix-patches@gnu.org; Sat, 24 Jun 2023 07:25:33 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qD1OV-0001K3-H7 for guix-patches@gnu.org; Sat, 24 Jun 2023 07:25:32 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id bd1f1c1a for ; Sat, 24 Jun 2023 11:25:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=7xNKxWBquAj2ReWD2tuug5LyfRI=; b=lm3Uc2uZXJ+DGfwO BP7ZuqyVrJVkD7WYWPeld79ggCazLX1xrDQvwq9PBHdNa6K/Jp5/lfwqVhPjtWR4 MLalSemAVaPEtWjwS2PYDIbxO/ZZv/ocjVeiAKmijev0GHS0YeoRu6vFsM3+VfNf 7wdkIVuhAtBU5ruff9O+Ld02JOtNtJJ9ZPb98RDzHwc7auL2t/r0DudeYtoQKMSP WVUpriqRJXqOz29ErbFK5aut+mzXYQxoRkKoLxI4LnijgJePT5XvJ8+o2UWHOnwi 0QOv84LnF1vIPeamYt5jksOcdSPYIsG+H3d6QXdrqQYR+jz9kJTV6X6nPKHio8/H ZDUwDQ== Received: by araneo.si (OpenSMTPD) with ESMTPSA id fdff91a5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 24 Jun 2023 11:25:24 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH 0/3] Update rxvt-unicode Date: Sat, 24 Jun 2023 13:25:17 +0200 Message-Id: X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si 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_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.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar 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 (--) Hi, these patches update and simplify the rxvt-unicode package. Thanks! Timotej Lazar (3): gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170]. gnu: rxvt-unicode: Use new package style. gnu: rxvt-unicode: Use helper procedure to make desktop files. gnu/packages/xdisorg.scm | 66 +++++++++++++--------------------------- 1 file changed, 21 insertions(+), 45 deletions(-) base-commit: d6dc82e8cdb2d6114a12b06d449ce7f1150c7f70 -- 2.40.1 ------------=_1689084482-23279-1--