From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 09:33:49 2020 Received: (at submit) by debbugs.gnu.org; 8 Jul 2020 13:33:49 +0000 Received: from localhost ([127.0.0.1]:37669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtACr-0001cu-0Q for submit@debbugs.gnu.org; Wed, 08 Jul 2020 09:33:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:39558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtACn-0001cg-CO for submit@debbugs.gnu.org; Wed, 08 Jul 2020 09:33:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtACm-0008Rk-Rv for guix-patches@gnu.org; Wed, 08 Jul 2020 09:33:45 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.155]:39637) by eggs.gnu.org with esmtps (TLS1.2:RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jtACk-0003NJ-Kf for guix-patches@gnu.org; Wed, 08 Jul 2020 09:33:44 -0400 X-Interia-R: Interia X-Interia-R-IP: 89.64.43.25 X-Interia-R-Helo: Received: from localhost.localdomain (89-64-43-25.dynamic.chello.pl [89.64.43.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Wed, 8 Jul 2020 15:33:37 +0200 (CEST) From: Jan Wielkiewicz To: guix-patches@gnu.org Subject: [PATCH] gnu: opendht: Bump to 2.1.4 Date: Wed, 8 Jul 2020 15:33:24 +0200 Message-Id: <20200708133324.1219-1-tona_kosmicznego_smiecia@interia.pl> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1594215218; bh=I+vO2oCdpP+MtYVzvcv0BocdcKIf4C27a6M5HG3ay0U=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:From:To:Cc:Subject: Date:Message-Id:X-Mailer:MIME-Version:Content-Transfer-Encoding: X-Interia-Antivirus; b=sWlC3bWSbObVp6/tvixgJMUIOmcCWzhKYwtA94Oo58vzKLLG1ywavABhO3Wt7OCXI BtyKN4KhrCIUbA2hOdUBlOyAe33c0UlaKxC54UYZhvgp7Gvx3Qq1t33ArI4V4kd9SK vZ/Asr5V88iz7T2vLrg/Dc7WJ2Rj41Cvx7bzynww= Received-SPF: pass client-ip=217.74.65.155; envelope-from=tona_kosmicznego_smiecia@interia.pl; helo=smtpo.poczta.interia.pl X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/08 09:33:38 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x (no timestamps) [generic] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Jan Wielkiewicz 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/networking.scm (opendht): Bump to 2.1.4, adjust the hash. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 077ede2f23..6f417b48d0 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2911,7 +2911,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (define-public opendht (package (name "opendht") - (version "2.0.0") + (version "2.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -2920,7 +2920,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (file-name (git-file-name name version)) (sha256 (base32 - "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr")))) + "1ax26ri1ifb6s8ppd28jmanka9yf8mw3np65q2h4djhhik0phhal")))) ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug? (build-system cmake-build-system) (inputs -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 14:44:54 2020 Received: (at 42266-done) by debbugs.gnu.org; 8 Jul 2020 18:44:54 +0000 Received: from localhost ([127.0.0.1]:39077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtF3u-0005Ha-Mg for submit@debbugs.gnu.org; Wed, 08 Jul 2020 14:44:54 -0400 Received: from mira.cbaines.net ([212.71.252.8]:36778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtF3t-0005HT-Fk for 42266-done@debbugs.gnu.org; Wed, 08 Jul 2020 14:44:53 -0400 Received: from localhost (unknown [46.237.172.69]) by mira.cbaines.net (Postfix) with ESMTPSA id 4A90227BBE1; Wed, 8 Jul 2020 19:44:52 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 1bef9e75; Wed, 8 Jul 2020 18:44:49 +0000 (UTC) References: <20200708164347.5922da61@interia.pl> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines To: Jan Wielkiewicz Subject: Re: Jami: Updating opendht needed In-reply-to: <20200708164347.5922da61@interia.pl> Date: Wed, 08 Jul 2020 19:44:49 +0100 Message-ID: <873661luce.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42266-done Cc: guix-devel@gnu.org, 42266-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 (-) --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: > I need someone to push this commit: > https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00226.html > > From this version, my toaster can't build opendht anymore and I'm stuck > on Fedora on my newer now, where I have no Guix available. > Can someone check if it compiles and push, so I can get > back to working on Jami? The latest Jami version requires opendht > 2.1.4. Looks fine to me, I've made some minor tweaks to the commit message, and pushed as 143188423a727426efdc6289fc87a5e492bcf09d. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl8GFCFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XddfA//XXxMRtXEAYC+IPogDh6HK1yQAEO8fx1zvZ/s7pPqrxznw9ieWdN30kA3 oHu1R3PDMYm0c99oyvqa6h/kuzNQmHnlh3JcoUqzo90TJ+B57ijGhNnHDM6Z0kEa ob95PHLqSRM4i2EDNoAWzAh5DALd8+B7tB/xSi5okufx+XFVf4FV3ynVibP9aAUT ia3GT78xiuph8jA2PvoW7DEji/x8IzqHtaZPhcoknPVDqZa76k38qivCl44ZPbQ5 vphqx3L07uScYUUgEXurTLLg6mV/0jAKNj5ebjPBGDP/JWBaRqHC1oczKxlW3F10 LRuUZ2oXeU3zj700yPSVAcHgjj6FNKAcdlLfQSl/M6DW/+aBQCUc9nC29QumnwzC eV1tis81BDoBVHC27BpCn0MYstu7NSGLjv0o8YWo153GgoikKN6Ump0rK56EmR6c OBU2LFNhrZMsSxTykkra/tuHDlNQ92iuY7FoOZqb/smsCgTapUAxXwEHfoz3nGkR 4Pzm5CscZsM9e7uKNmlJAlO+hSsCsb/QtPfS6HwVY3j8bdODOuucT6OPjGeYMt7/ 6BXM38A4iKpoZACFdOPm+SEc9y9AlE+IvA36l0D4bSU4DENIoieA6k/fK2emvlsA rkW0cXsqS3IAE8Tx2kmgYm1ai+c4X8nT4RUf0wrrZwkFzBXInFg= =Y8+r -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 20:21:31 2020 Received: (at 42266-done) by debbugs.gnu.org; 9 Jul 2020 00:21:31 +0000 Received: from localhost ([127.0.0.1]:39436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtKJe-0007C7-U8 for submit@debbugs.gnu.org; Wed, 08 Jul 2020 20:21:31 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.155]:47846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtKJd-0007Bv-2I for 42266-done@debbugs.gnu.org; Wed, 08 Jul 2020 20:21:29 -0400 X-Interia-R: Interia X-Interia-R-IP: 89.64.43.25 X-Interia-R-Helo: Received: from localhost (89-64-43-25.dynamic.chello.pl [89.64.43.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Thu, 9 Jul 2020 02:21:22 +0200 (CEST) Date: Thu, 9 Jul 2020 02:21:09 +0200 From: Jan Wielkiewicz To: Christopher Baines Subject: Re: Jami: Updating opendht needed Message-ID: <20200709022109.5808abca@interia.pl> In-Reply-To: <873661luce.fsf@cbaines.net> References: <20200708164347.5922da61@interia.pl> <873661luce.fsf@cbaines.net> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1594254083; bh=+yJxu5ZH+Vr/51VLTHMDnrchQ5MvXmAj+LVps9QCuYI=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:Date:From:To:Cc: Subject:Message-ID:In-Reply-To:References:X-Mailer:MIME-Version: Content-Type:Content-Transfer-Encoding:X-Interia-Antivirus; b=Q1TEA0K5mSxvXp0iS+6sqfmnollKDYIDbUSv4JdOWVXipoZ5GahhJFEPZKomoDhU5 GgXJRKNTVc1pS5prnjFokuky28JEfeFG0nDVIwL8ABawArHoW/HW0iy4r7jSFblPsG qt5VlIitf0btZ22VHQXKS+n4gWHkOuyDufkD6ZB0= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42266-done Cc: guix-devel@gnu.org, 42266-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.7 (-) Hello, Seems opendht is fine, but Jami just fails during compilation. Reported the issue here: https://git.jami.net/savoirfairelinux/ring-daemon/issues/261 It seems they build their package with meson now, but libring requires meson 0.54 or higher. Tried upgrading it quickly and dirty but glib or glibc failed to compile. I can't do anything until developers fix this or someone bumps meson, sorry. Jan Wielkiewicz From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 09 18:13:56 2020 Received: (at 42266-done) by debbugs.gnu.org; 9 Jul 2020 22:13:56 +0000 Received: from localhost ([127.0.0.1]:41810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtenj-0008FU-Tl for submit@debbugs.gnu.org; Thu, 09 Jul 2020 18:13:56 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.155]:53337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtenf-0008FE-5r for 42266-done@debbugs.gnu.org; Thu, 09 Jul 2020 18:13:54 -0400 X-Interia-R: Interia X-Interia-R-IP: 89.64.43.25 X-Interia-R-Helo: Received: from localhost (89-64-43-25.dynamic.chello.pl [89.64.43.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Fri, 10 Jul 2020 00:13:44 +0200 (CEST) Date: Fri, 10 Jul 2020 00:13:35 +0200 From: Jan Wielkiewicz To: Christopher Baines Subject: Re: Jami: Updating opendht needed Message-ID: <20200710001335.4c7fb9f6@interia.pl> In-Reply-To: <20200709022109.5808abca@interia.pl> References: <20200708164347.5922da61@interia.pl> <873661luce.fsf@cbaines.net> <20200709022109.5808abca@interia.pl> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1594332824; bh=Sd6ifi821MmNUWJo4Ztf601KMc2dG9vTAZ563IDOuY4=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:Date:From:To:Cc: Subject:Message-ID:In-Reply-To:References:X-Mailer:MIME-Version: Content-Type:Content-Transfer-Encoding:X-Interia-Antivirus; b=DirxB9hztj6W/+6I99+tNectU62lVCy2JONWMS7oUPZtTxF8OeqAhNklh3O1Vb+YY wh2k4hHUO4S5hUKMWl4jFDSgN5ZtrKzlP67YVlNcuV9ANZJ69w+KUrZAYJ9U4KmuaR Q12d/VtBYOO/5JiN3yw9C+Vhj6YNb1gEEDNRf6/4= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42266-done Cc: guix-devel@gnu.org, 42266-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.7 (-) Hello, Jami devs helped me - it turns out opendht 2.1.4 contains a bug, which was fixed on master. I can either wait for the next version where it works or add the commit fixing the bug as a patch. Opendht in Jami was bumped though, I can't downgrade in my wip. What do you think? Jan Wielkiewicz From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 11 08:50:11 2020 Received: (at 42266-done) by debbugs.gnu.org; 11 Jul 2020 12:50:11 +0000 Received: from localhost ([127.0.0.1]:43984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juExH-00034D-5V for submit@debbugs.gnu.org; Sat, 11 Jul 2020 08:50:11 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51497) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juExD-00033Z-D4 for 42266-done@debbugs.gnu.org; Sat, 11 Jul 2020 08:50:09 -0400 X-Originating-IP: 86.246.37.13 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 67E6760007; Sat, 11 Jul 2020 12:49:59 +0000 (UTC) From: Pierre Neidhardt To: Jan Wielkiewicz , Christopher Baines Subject: Re: Jami: Updating opendht needed In-Reply-To: <20200710001335.4c7fb9f6@interia.pl> References: <20200708164347.5922da61@interia.pl> <873661luce.fsf@cbaines.net> <20200709022109.5808abca@interia.pl> <20200710001335.4c7fb9f6@interia.pl> Date: Sat, 11 Jul 2020 14:49:58 +0200 Message-ID: <87zh86p66h.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) 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: Jan Wielkiewicz writes: > Jami devs helped me - it turns out opendht 2.1.4 contains a bug, which > was fixed on master. I can either wait for the next version where it > works or add the commit fixing the bug as a patch. Ope [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.195 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.195 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 42266-done Cc: guix-devel@gnu.org, 42266-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.8 (+) 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: Jan Wielkiewicz writes: > Jami devs helped me - it turns out opendht 2.1.4 contains a bug, which > was fixed on master. I can either wait for the next version where it > works or add the commit fixing the bug as a patch. Ope [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.195 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.195 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Jan Wielkiewicz writes: > Jami devs helped me - it turns out opendht 2.1.4 contains a bug, which > was fixed on master. I can either wait for the next version where it > works or add the commit fixing the bug as a patch. Opendht in Jami was > bumped though, I can't downgrade in my wip. In this case the common procedure is to add a (non-public) opendht-jami package at the right commit. This package can then safely be deleted when the next version of opendht comes out. Cheers! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl8JtXYACgkQm9z0l6S7 zH8IPwf6As/gMCblybLqiQoM5olLGWtIJp8+ODq19uXF2zgDltvwhis2P9ri+sCz ZoWnDxVD/MrMlvtsorxS9DCW9NNydUqSLvre2ok1Rad6hX8tnBR1Uq4xFm8xnr25 WgUIZPttUj3/1x6jRp786NPNUXQgcE97CR10S+1LymtVBsFlSAF+QgwgnD+iFyM0 bqQlmOvYWyo1j1ioPHLOynuB7cqNn5O9/VCwU0IsvSgHFyrIvsivt5IIKp6VYRlJ m14yBbFxKEvfbHWwQ8f7iaaiLzyiccXk3gGWWvClTnRZbi/DuTnISEbE9LypBlcp f5ZD46LaKQ8+EWBwYmG0ZhMgAsQIPw== =/W+q -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 11 09:20:56 2020 Received: (at 42266-done) by debbugs.gnu.org; 11 Jul 2020 13:20:56 +0000 Received: from localhost ([127.0.0.1]:44029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juFR1-0003pS-Tq for submit@debbugs.gnu.org; Sat, 11 Jul 2020 09:20:56 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.155]:53049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juFR0-0003pF-Bb for 42266-done@debbugs.gnu.org; Sat, 11 Jul 2020 09:20:55 -0400 X-Interia-R: Interia X-Interia-R-IP: 89.64.43.25 X-Interia-R-Helo: Received: from localhost (89-64-43-25.dynamic.chello.pl [89.64.43.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Sat, 11 Jul 2020 15:20:46 +0200 (CEST) Date: Sat, 11 Jul 2020 15:20:31 +0200 From: Jan Wielkiewicz To: Pierre Neidhardt Subject: Re: Jami: Updating opendht needed Message-ID: <20200711151816.39451e16@interia.pl> In-Reply-To: <87zh86p66h.fsf@ambrevar.xyz> References: <20200708164347.5922da61@interia.pl> <873661luce.fsf@cbaines.net> <20200709022109.5808abca@interia.pl> <20200710001335.4c7fb9f6@interia.pl> <87zh86p66h.fsf@ambrevar.xyz> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1594473647; bh=FnVdNBel4akMHLW1yrf4kiT7U8hU4e8dCs7H3p+nkeU=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:Date:From:To:Cc: Subject:Message-ID:In-Reply-To:References:X-Mailer:MIME-Version: Content-Type:Content-Transfer-Encoding:X-Interia-Antivirus; b=FO/Pf2g4qrZyv6kiXN+IBOq0IEf1W2KJe5yMtpe63TrYCQXLLkYcZCetPceR9a5S0 OtKLJolnq/eoq9yG2hxPw8LictjMsjvQZYX2etEgC3gsgoEoCvFKx/Ucq2sBlvUOiJ h/PvK/LRxEvU+Gnnt4mzw2IkRqYsTs0EZHuCpJLU= X-Spam-Score: 1.3 (+) 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: Hello, Dnia 2020-07-11, o godz. 14:49:58 Pierre Neidhardt napisaƂ(a): > In this case the common procedure is to add a (non-public) > opendht-jami package at the right commit. > > This package can then safely be deleted when the next version of > opendht comes out. > > C [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.74.65.155 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [217.74.65.155 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tona_kosmicznego_smiecia[at]interia.pl) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 42266-done Cc: guix-devel@gnu.org, Christopher Baines , 42266-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: 0.3 (/) Hello, Dnia 2020-07-11, o godz. 14:49:58 Pierre Neidhardt napisa=C5=82(a): > In this case the common procedure is to add a (non-public) > opendht-jami package at the right commit. >=20 > This package can then safely be deleted when the next version of > opendht comes out. >=20 > Cheers! >=20 I made a patch already. https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00283.html It seems opendht is just buggy there, as using one of its features causes compilation error, so I think it is okay to patch the bug. What's the point of keeping unusable software in the repo anyway? Devs from Savoir-faire linux use opendht features in Jami right from master, because they develop both. But I can't do that.=20 Jan Wielkiewicz From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 11 09:24:49 2020 Received: (at 42266-done) by debbugs.gnu.org; 11 Jul 2020 13:24:49 +0000 Received: from localhost ([127.0.0.1]:44033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juFUn-0003vR-FR for submit@debbugs.gnu.org; Sat, 11 Jul 2020 09:24:49 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juFUj-0003vC-1v for 42266-done@debbugs.gnu.org; Sat, 11 Jul 2020 09:24:48 -0400 X-Originating-IP: 86.246.37.13 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 29E4A1BF203; Sat, 11 Jul 2020 13:24:37 +0000 (UTC) From: Pierre Neidhardt To: Jan Wielkiewicz Subject: Re: Jami: Updating opendht needed In-Reply-To: <20200711151816.39451e16@interia.pl> References: <20200708164347.5922da61@interia.pl> <873661luce.fsf@cbaines.net> <20200709022109.5808abca@interia.pl> <20200710001335.4c7fb9f6@interia.pl> <87zh86p66h.fsf@ambrevar.xyz> <20200711151816.39451e16@interia.pl> Date: Sat, 11 Jul 2020 15:24:37 +0200 Message-ID: <87wo3ap4kq.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) 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: Jan Wielkiewicz writes: > I made a patch already. > https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00283.html > It seems opendht is just buggy there, as using one of its features > causes compilation error, so I [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.201 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.201 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 42266-done Cc: guix-devel@gnu.org, Christopher Baines , 42266-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.8 (+) 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: Jan Wielkiewicz writes: > I made a patch already. > https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00283.html > It seems opendht is just buggy there, as using one of its features > causes compilation error, so I [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.201 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.201 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Jan Wielkiewicz writes: > I made a patch already. > https://lists.gnu.org/archive/html/guix-patches/2020-07/msg00283.html > It seems opendht is just buggy there, as using one of its features > causes compilation error, so I think it is okay to patch the bug. > What's the point of keeping unusable software in the repo anyway? > Devs from Savoir-faire linux use opendht features in Jami right from > master, because they develop both. But I can't do that.=20 If you have a legitimate reason to think that current stable is unusable, feel free to update the opendht public package to the commit that works and add a comment explaining why. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl8JvZUACgkQm9z0l6S7 zH8VtAf/SVkwW9Wpe+RwQ8Mt8XkXGaJ5i8S71ZkGxlVEVUbsffcUqWwnY2VWo8EQ Cw5Z+iOAE7DhwsF7sYGZ/3M0dvck3J55UTnic3co0KnydqYnTGtRTRdPj8tq+KoZ RBtch0JENA5jF5UgRMtJ1kA3x5IYVFi+iL9R6ryFKXInSjxTNfhCM5UTwZkWmS6Q Q0X4epo61kuLJIQxhSGiulQBK/fty8Kupq1QqlAQWlwsZzdOPAoMrPzoVLX2nzyV pu2bL54HdMpacb+1w+nftVtjAfS14ajVWODskTh8l3xZU69+bHMy/2T3aLCjIirD /8Z9htdvd59lrBdk1qxtt5bJ0xR5Xg== =F98v -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 17:22:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Aug 2020 11:24:06 +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