From unknown Mon Aug 18 22:13:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50942] [PATCH] gnu: xpra: Update to 4.2.2. Resent-From: Matthew James Kraai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 01 Oct 2021 15:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50942 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50942@debbugs.gnu.org Cc: Matthew James Kraai X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163310068026469 (code B ref -1); Fri, 01 Oct 2021 15:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Oct 2021 15:04:40 +0000 Received: from localhost ([127.0.0.1]:57120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWK5X-0006sr-Qh for submit@debbugs.gnu.org; Fri, 01 Oct 2021 11:04:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:44672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWK5W-0006sk-Kf for submit@debbugs.gnu.org; Fri, 01 Oct 2021 11:04:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWK5U-0007C7-MS for guix-patches@gnu.org; Fri, 01 Oct 2021 11:04:38 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:45268 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWK5P-0007lw-DN for guix-patches@gnu.org; Fri, 01 Oct 2021 11:04:35 -0400 Received: from ip68-228-72-85.oc.oc.cox.net ([68.228.72.85] helo=localhost.localdomain) by aws.ftbfs.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mWK5N-005AQF-H1; Fri, 01 Oct 2021 15:04:29 +0000 From: Matthew James Kraai Date: Fri, 1 Oct 2021 08:04:27 -0700 Message-Id: <20211001150427.5646-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -2.9): Spam detection software, running on the system "aws.ftbfs.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 @@CONTACT_ADDRESS@@ for details. Content preview: * gnu/packages/xorg.scm (xpra): Update to 4.2.2. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 3b10573635..2f350d88e8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6325, 14 +6325, 14 @@ basic eye-candy effects." [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (--) * gnu/packages/xorg.scm (xpra): Update to 4.2.2. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 3b10573635..2f350d88e8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6325,14 +6325,14 @@ basic eye-candy effects.") (define-public xpra (package (name "xpra") - (version "4.2.1") + (version "4.2.2") (source (origin (method url-fetch) (uri (string-append "https://www.xpra.org/src/xpra-" version ".tar.gz")) (sha256 - (base32 "0gqdcw5cfk919jk8g0g4xjxbsvr5j9gskn8q3cmrz388pvfvm8x7")) + (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96")) (patches (search-patches "xpra-4.2-systemd-run.patch")))) (build-system python-build-system) ;; see also http://xpra.org/trac/wiki/Dependencies -- 2.33.0 From unknown Mon Aug 18 22:13:15 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: Matthew James Kraai Subject: bug#50942: closed (Re: [bug#50942] [PATCH] gnu: xpra: Update to 4.2.2.) Message-ID: References: <20211001150427.5646-1-kraai@ftbfs.org> X-Gnu-PR-Message: they-closed 50942 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50942@debbugs.gnu.org Date: Sun, 03 Oct 2021 12:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1633265582-25464-1" This is a multi-part message in MIME format... ------------=_1633265582-25464-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50942: [PATCH] gnu: xpra: Update to 4.2.2. 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 50942@debbugs.gnu.org. --=20 50942: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50942 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1633265582-25464-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50942-done) by debbugs.gnu.org; 3 Oct 2021 12:52:24 +0000 Received: from localhost ([127.0.0.1]:33116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mX0ye-0006Zu-F1 for submit@debbugs.gnu.org; Sun, 03 Oct 2021 08:52:24 -0400 Received: from flashner.co.il ([178.62.234.194]:54184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mX0yd-0006Zg-8o for 50942-done@debbugs.gnu.org; Sun, 03 Oct 2021 08:52:23 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 515DD402D0; Sun, 3 Oct 2021 12:52:17 +0000 (UTC) Date: Sun, 3 Oct 2021 15:49:40 +0300 From: Efraim Flashner To: Matthew James Kraai Subject: Re: [bug#50942] [PATCH] gnu: xpra: Update to 4.2.2. Message-ID: Mail-Followup-To: Efraim Flashner , Matthew James Kraai , 50942-done@debbugs.gnu.org References: <20211001150427.5646-1-kraai@ftbfs.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NKQheQEScG7TikMb" Content-Disposition: inline In-Reply-To: <20211001150427.5646-1-kraai@ftbfs.org> 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: -0.0 (/) X-Debbugs-Envelope-To: 50942-done Cc: 50942-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 (-) --NKQheQEScG7TikMb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed. Thanks! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --NKQheQEScG7TikMb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFZpuQACgkQQarn3Mo9 g1EZHA/+P5yXs2qbNhehUAAmAu5MBp5iTy24WwyPU/xBCwyiJ8mCdY4Ax3Amdngy 4BCCD+n/WpL2qiN8xT7phKZ3sGxMRVo9y+cxTfNHdG9hAucU+YGbAWa15NGUT4bY 8hpFZ01KgcPJccR1vmRHiwpOED0z38kn0bZmiv8pGgEoirwsd/3Gb6rq3elnL6/n lwq+1/ORyqUvC6JhoBiuwCWVRl5ncj3BOK5wSIGySZc1GvKrsGOQDsTqECvSdxeJ /mvpIq81PXai/uf3m8YKQhCgg68MiQx4lDmGhJvKZwB2xAqGF0GEMWg4GWDdgeNc dCZ9wi1t0B31HqudxvVOXz22osRm0UHpsZbPyEy2Vc2dLqZZ0lC6S2M8KzGy3M+5 X3E6eqRKauq5hZ+Lg1f/D6rBblSsQzkWAlB/yEsYG5nstNfWHUCg8nhNaqWmkfHc CDeiFV8ug2JU1VrRS3ElyLspW0qLbmMsV2V0HqCZg3jhuxwGKp3DIwai6NorsoQG lIWZZR8MgqlVaVpZC99cObltiBZZMhMG6qVhICRivau5eZT8KSEZE4BGqN74AcuC qFc3qaiLnVecWF+vPuplSvDxS9c+CEReUy/6w1Ebp3yCVeRyckPYWRh1v4wpavm8 0WbZkbGcWCrkgDYPPVgL3OXOHAGflL/JBQHYcj5eRaM91cXmd3A= =KicT -----END PGP SIGNATURE----- --NKQheQEScG7TikMb-- ------------=_1633265582-25464-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Oct 2021 15:04:40 +0000 Received: from localhost ([127.0.0.1]:57120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWK5X-0006sr-Qh for submit@debbugs.gnu.org; Fri, 01 Oct 2021 11:04:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:44672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWK5W-0006sk-Kf for submit@debbugs.gnu.org; Fri, 01 Oct 2021 11:04:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWK5U-0007C7-MS for guix-patches@gnu.org; Fri, 01 Oct 2021 11:04:38 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:45268 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWK5P-0007lw-DN for guix-patches@gnu.org; Fri, 01 Oct 2021 11:04:35 -0400 Received: from ip68-228-72-85.oc.oc.cox.net ([68.228.72.85] helo=localhost.localdomain) by aws.ftbfs.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mWK5N-005AQF-H1; Fri, 01 Oct 2021 15:04:29 +0000 From: Matthew James Kraai To: guix-patches@gnu.org Subject: [PATCH] gnu: xpra: Update to 4.2.2. Date: Fri, 1 Oct 2021 08:04:27 -0700 Message-Id: <20211001150427.5646-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -2.9): Spam detection software, running on the system "aws.ftbfs.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 @@CONTACT_ADDRESS@@ for details. Content preview: * gnu/packages/xorg.scm (xpra): Update to 4.2.2. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 3b10573635..2f350d88e8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6325, 14 +6325, 14 @@ basic eye-candy effects." [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Matthew James Kraai 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 (--) * gnu/packages/xorg.scm (xpra): Update to 4.2.2. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 3b10573635..2f350d88e8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6325,14 +6325,14 @@ basic eye-candy effects.") (define-public xpra (package (name "xpra") - (version "4.2.1") + (version "4.2.2") (source (origin (method url-fetch) (uri (string-append "https://www.xpra.org/src/xpra-" version ".tar.gz")) (sha256 - (base32 "0gqdcw5cfk919jk8g0g4xjxbsvr5j9gskn8q3cmrz388pvfvm8x7")) + (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96")) (patches (search-patches "xpra-4.2-systemd-run.patch")))) (build-system python-build-system) ;; see also http://xpra.org/trac/wiki/Dependencies -- 2.33.0 ------------=_1633265582-25464-1--