From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id QMRLIx/Ul2KxKwAAbAwnHQ (envelope-from ) for ; Wed, 01 Jun 2022 23:03:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id uPxuIh/Ul2JyWwAAG6o9tA (envelope-from ) for ; Wed, 01 Jun 2022 23:03:27 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 18E6E2A54 for ; Wed, 1 Jun 2022 23:03:27 +0200 (CEST) Received: from localhost ([::1]:35594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwVUy-0006qR-VK for larch@yhetil.org; Wed, 01 Jun 2022 17:03:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVUd-0006q9-8I for guix-patches@gnu.org; Wed, 01 Jun 2022 17:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58165) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nwVUc-0001AS-Ul for guix-patches@gnu.org; Wed, 01 Jun 2022 17:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nwVUc-0002Lf-OX for guix-patches@gnu.org; Wed, 01 Jun 2022 17:03:02 -0400 Subject: bug#55465: [PATCH 0/5] Update profanity and libstrophe Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 01 Jun 2022 21:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55465 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jack Hill Cc: 55465-done@debbugs.gnu.org Mail-Followup-To: 55465@debbugs.gnu.org, ludo@gnu.org, jackhill@jackhill.us Received: via spool by 55465-done@debbugs.gnu.org id=D55465.16541173638991 (code D ref 55465); Wed, 01 Jun 2022 21:03:02 +0000 Received: (at 55465-done) by debbugs.gnu.org; 1 Jun 2022 21:02:43 +0000 Received: from localhost ([127.0.0.1]:52061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwVUJ-0002Kw-9X for submit@debbugs.gnu.org; Wed, 01 Jun 2022 17:02:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwVUH-0002KM-Jn for 55465-done@debbugs.gnu.org; Wed, 01 Jun 2022 17:02:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44712) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVUB-00018F-WC; Wed, 01 Jun 2022 17:02:36 -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=5kTIjA1KOkxSbyY9e9y77FVY9h9hF8nNc9TfKvZ6gCI=; b=jW9OvobStvW8aGj/F7E3 7WF1wTLzg8Gymc42spDpM6XPRNGcpSSVnB8S5HGI1G5qUmaNgMm0I0WaYJIkf0DkAoKt8dpH8a5U6 Rqq1mDeM3r2hRmdoenBAC0wYG9EJIbBysluJ89htVrKUQr7SNr6ecvR997md/GiFpPeaFpCeCi2Y8 8uhS+uhLsPIsj5wAusndNEw/zpLUMjvk9LabNHhAYkt5uvnn5P2g/Q8LO+Csg+FcmkTAVFhX+y7Ov Jq1wd8Lk1U1P+21QfP5FaqJn6THzROQpGqkLb4i75mqsQUMMlUKwm1MdzoNzk8PaChbb+4xTQAKyt MgMjPXca1NueTg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53656 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVUA-0000FG-WB; Wed, 01 Jun 2022 17:02:35 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 01 Jun 2022 23:02:32 +0200 In-Reply-To: (Jack Hill's message of "Mon, 16 May 2022 17:43:51 -0400 (EDT)") Message-ID: <87r148rtav.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654117407; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=5kTIjA1KOkxSbyY9e9y77FVY9h9hF8nNc9TfKvZ6gCI=; b=MRJfHGNqq4uN4obmsy3A8Hrgi7fWMUZGqXt4dYHLTkCnHwCUNFXiLf4VbLbqiRUamlaq+Y Z2LQFSyrp29esVV/ldDxjpAMiy6SYThl7FvZ/JLxjcwOajCAnTnMEj9jNzeXX0LyXxvzq4 gy5tnF1Eje1f3SQejiPUN5Ryk2CWGkx5oHJK8iiIh6X3rOg7hXOE9/O7bFUYJKf5AV7b+8 Il8O/tbw+4w0Ld5uOEzp5uO+wKHCmJ025LPC2C7V7VbK/QDPP0f+ziRvDhLjyaeLXl//kg pU3A/2cRFMhCUcXBG+/ZTjBX9vPS9O1A2/zWXLqh0rdvzrYRNcp8ls76UzrbwQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654117407; a=rsa-sha256; cv=none; b=XiKDxuSogW/Fp1neoqeUG/HsZ/b9C50+NZFkCvubjZfjbKs/0hxY9L/YtaARioLBRdlZNN yscfPTYyaEq5gIqneWuu3Oh4UKfoim07EvCTULlw0/BZvL2ANwWsoCXRNBFQEYCPUEuSFI 2OrjcxLumYyDBGefdpBy+v87zFARCz7ZnQ2GuPKOxLZONbEX/xONrrHsxKVwASJHctAmDx RODvoAbfKb9mDIYPD38a/7OFletHqWQmSNqqAdBL7e5D4xj9p+lSbQnUHVPUB7p5uT3vi8 SMfKEP0OyMsCYQ7Px4VEypLDWVtJVu7wfLItbH5O3Py0dZ1u39M/38D5wfreAA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jW9OvobS; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.83 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jW9OvobS; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 18E6E2A54 X-Spam-Score: -4.83 X-Migadu-Scanner: scn0.migadu.com X-TUID: IKKPlPPYR7uL Hi, Jack Hill skribis: > This version of profanity uses libstrophe instead of profanity's fork of > libstrophe, libmesode. There are no other uses of libmesode, so I've > removed that package. Makes sense. > The URL of profanity's tarballs has changed, so I updated the source > record. However, unfortunately, `guix refresh` is now no longer able > to check for updates. Using tarballs for profanity (as opposed to git > checkouts) is nice because profanity publishes checksums on their > website. I=E2=80=99ve added a =E2=80=98release-monitoring-url=E2=80=99 property to w= atch its home page. > Profanity could use gtk+-3 instead of gtk+-2, but since profanity > might be used places were the rust dependency of gtk+-3 is not > appropriate, I've left it at version 2 for now. It=E2=80=99s fine to use GTK+ 3.x: it=E2=80=99ll use librsvg 2.40 (in C) ra= ther than the Rust one on other architectures. (GTK 4 is a problem though.) > gnu: libstrophe: Update to 0.12.0. > gnu: libstrophe: Improve package definition. > gnu: profanity: Update to 0.12.1. > gnu: libmesode: Remove package. > gnu: profanity: Remove input labels. Applied, thanks! Ludo=E2=80=99.