From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KIJMCdoSF2AzGQAA0tVLHw (envelope-from ) for ; Sun, 31 Jan 2021 20:28:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cJgLBdoSF2CLZQAAB5/wlQ (envelope-from ) for ; Sun, 31 Jan 2021 20:28:10 +0000 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 76A36940251 for ; Sun, 31 Jan 2021 20:28:09 +0000 (UTC) Received: from localhost ([::1]:52764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6JKK-0003jt-Ge for larch@yhetil.org; Sun, 31 Jan 2021 15:28:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38860) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6JKE-0003ja-88 for guix-patches@gnu.org; Sun, 31 Jan 2021 15:28:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46595) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l6JKE-0008JP-1J for guix-patches@gnu.org; Sun, 31 Jan 2021 15:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l6JKD-0005LZ-Uh for guix-patches@gnu.org; Sun, 31 Jan 2021 15:28:01 -0500 Subject: bug#46189: [PATCH 2/2] gnu: utox: Remove libsodium as dependency. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 31 Jan 2021 20:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46189 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Robert Karszniewicz Mail-Followup-To: 46189@debbugs.gnu.org, efraim@flashner.co.il, avoidr@posteo.de Received: via spool by 46189-done@debbugs.gnu.org id=D46189.161212484920509 (code D ref 46189); Sun, 31 Jan 2021 20:28:01 +0000 Received: (at 46189-done) by debbugs.gnu.org; 31 Jan 2021 20:27:29 +0000 Received: from localhost ([127.0.0.1]:58139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6JJf-0005Ki-6b for submit@debbugs.gnu.org; Sun, 31 Jan 2021 15:27:28 -0500 Received: from flashner.co.il ([178.62.234.194]:38662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6JJd-0005KU-PA for 46189-done@debbugs.gnu.org; Sun, 31 Jan 2021 15:27:26 -0500 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 97B3640148; Sun, 31 Jan 2021 20:27:19 +0000 (UTC) Date: Sun, 31 Jan 2021 22:26:46 +0200 From: Efraim Flashner Message-ID: References: <20210130122516.24227-1-avoidr@posteo.de> <20210130123241.25194-1-avoidr@posteo.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jDq9bmeX+D90VORQ" Content-Disposition: inline In-Reply-To: <20210130123241.25194-1-avoidr@posteo.de> 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-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: , Cc: 46189-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.96 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 76A36940251 X-Spam-Score: -3.96 X-Migadu-Scanner: scn0.migadu.com X-TUID: ZVTVTH5prxeS --jDq9bmeX+D90VORQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 30, 2021 at 01:32:41PM +0100, Robert Karszniewicz wrote: > * gnu/packages/messaging.scm (utox): Remove libsodium as dependency. >=20 > uTox doesn't use libsodium directly anymore and it is a transitive > dependency via c-toxcore. I took this to mean that it was new to this version and I squashed the two commits. Thanks! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --jDq9bmeX+D90VORQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAXEoYACgkQQarn3Mo9 g1FQPA/6Ar1DyF4mmtVk/kXyam4nSl6PNEFB8x2dyj5WD9RY2Mg5F7J8v/kh67x9 Ff8oH8oRlMjxCbP+KCrbg1NNUnnKdhP8gi1abYsz6TWhfbRmnhWpfLAnXlbvSztt O1jDZJg8ihVHXvxk3epquf3bA/H3eEDd7eJPdTJqd5pGlH72cdJlBeSqnHo4pDnI AUOfEC6SeRycTNBMW7+tOHwYEl5Dl+nFtj6MQsQTkfhRdaQkG8oWjxEBeMXZh2Ev icqcNJ28LiTTjBFfq9qIywAOTT292/ek+l+U6dklTXr9tToqIGmXWw4G6WkQukbS dPfX2oxBvN9brFk3yfOMTiTZNhjIcvXi5QBESh/8a9ErGzpXBrzeekZ9aXFQPBTb GWCijppzgSR81hmsADQQCreGeU508M+Jk5MnfweX4LU53W2kBrYnmaRzoubwMKMX erNWjQw2YhtpXXJkUpYJx+zAP5+Zszw19hh8esPmw/2PDJpg+EHnZaGsc9lIROKK s+TXtFwMwA2H8NS2vn0RT3dyE8NoP1ZYNDk2LrhaS/LmigF3RnOVafxsg6iq9djL bK6hlNdH8KZ0pQvbuBKfUnOIhE8PPgVVNzQiynOTLAeogKxkTd3/5iiBNh9z2qrR pLTfr87xKwDs8wQn3prvSgyl+rk3YXcQcrQstXN3Btnhzx/T6Pk= =jq+M -----END PGP SIGNATURE----- --jDq9bmeX+D90VORQ--