From unknown Mon Aug 11 18:55:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43067] [PATCH] gnu: kodi: Update to 18.8. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Aug 2020 08:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43067 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43067@debbugs.gnu.org Cc: Timotej Lazar X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159851644723035 (code B ref -1); Thu, 27 Aug 2020 08:21:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Aug 2020 08:20:47 +0000 Received: from localhost ([127.0.0.1]:41541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBD9L-0005zT-6J for submit@debbugs.gnu.org; Thu, 27 Aug 2020 04:20:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:46322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBD9J-0005zL-Bk for submit@debbugs.gnu.org; Thu, 27 Aug 2020 04:20:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBD9J-00052U-4l for guix-patches@gnu.org; Thu, 27 Aug 2020 04:20:45 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:37998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBD9G-00041Y-UZ for guix-patches@gnu.org; Thu, 27 Aug 2020 04:20:44 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 26b2b901 for ; Thu, 27 Aug 2020 08:20:36 +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=P6P4uGFScPnkGV9m1X1RmANwbLQ=; b=JEA9hbQ2kQTZwE/E 0DD/It8CsHaXmStQeI6Vvqok+VbP58dBGgd5gmGzCapjJhfxNZHvW8oUPoXQjoLi tuxIfFg1pQlAHkMD2HAQtaCXtOWZeWAka6oAdg+wRpJrVfcyXsJ7UFvHP5iqpWOK db4rjwtPzQraUM+whOfSrJchQIUSrh5MKX0Ftjpj/Bg1cy6ThwGTo9+BJD7xyLIj 6+q8liVZj6eN2iVkrlruOm+2BGnTOnVixgAjIEAk5vXvQFsqvXFxoU68hJNxIpIE kTMbm6Y3l/qYQeAzEoMHynJSIkDFkRQuVjavzym16kTezwuoORfcHr23qwqR3qod 3+rZPg== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 6cb58097 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 27 Aug 2020 08:20:36 +0000 (UTC) From: Timotej Lazar Date: Thu, 27 Aug 2020 10:20:20 +0200 Message-Id: <20200827082020.23241-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.28.0 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-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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 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 (--) * gnu/packages/kodi.scm (kodi): Update to 18.8. --- Fixes compilation with libmicrohttpd 0.9.71. gnu/packages/kodi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 556dd6b4e5..2edf5c0614 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -269,7 +269,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (define-public kodi (package (name "kodi") - (version "18.7.1") + (version "18.8") (source (origin (method git-fetch) (uri (git-reference @@ -278,7 +278,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (file-name (git-file-name name version)) (sha256 (base32 - "1ypn29yhy49mz9x4xqh2zfdrsbfwm1b4canvh9zvy9c1irjwf419")) + "0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva")) (patches (search-patches "kodi-skip-test-449.patch" "kodi-increase-test-timeout.patch" "kodi-set-libcurl-ssl-parameters.patch")) -- 2.28.0 From unknown Mon Aug 11 18:55:04 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#43067: closed (Re: [bug#43067] [PATCH] gnu: kodi: Update to 18.8.) Message-ID: References: <87bliwh4kr.fsf@gnu.org> <20200827082020.23241-1-timotej.lazar@araneo.si> X-Gnu-PR-Message: they-closed 43067 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43067@debbugs.gnu.org Date: Thu, 27 Aug 2020 08:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1598517182-377-1" This is a multi-part message in MIME format... ------------=_1598517182-377-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43067: [PATCH] gnu: kodi: Update to 18.8. 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 43067@debbugs.gnu.org. --=20 43067: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43067 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1598517182-377-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43067-done) by debbugs.gnu.org; 27 Aug 2020 08:32:31 +0000 Received: from localhost ([127.0.0.1]:41572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBDKh-0008Ju-8W for submit@debbugs.gnu.org; Thu, 27 Aug 2020 04:32:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBDKf-0008F1-Ua for 43067-done@debbugs.gnu.org; Thu, 27 Aug 2020 04:32:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48665) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBDKa-0005VG-Jr; Thu, 27 Aug 2020 04:32:24 -0400 Received: from [2a01:e0a:19b:d9a0:d1f2:1c2d:9e7a:dd0] (port=52688 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBDKY-00055d-Ts; Thu, 27 Aug 2020 04:32:24 -0400 From: Mathieu Othacehe To: Timotej Lazar Subject: Re: [bug#43067] [PATCH] gnu: kodi: Update to 18.8. References: <20200827082020.23241-1-timotej.lazar@araneo.si> Date: Thu, 27 Aug 2020 10:32:20 +0200 In-Reply-To: <20200827082020.23241-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Thu, 27 Aug 2020 10:20:20 +0200") Message-ID: <87bliwh4kr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43067-done Cc: 43067-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 (---) Hello, > * gnu/packages/kodi.scm (kodi): Update to 18.8. Pushed, thanks! Mathieu ------------=_1598517182-377-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Aug 2020 08:20:47 +0000 Received: from localhost ([127.0.0.1]:41541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBD9L-0005zT-6J for submit@debbugs.gnu.org; Thu, 27 Aug 2020 04:20:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:46322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBD9J-0005zL-Bk for submit@debbugs.gnu.org; Thu, 27 Aug 2020 04:20:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBD9J-00052U-4l for guix-patches@gnu.org; Thu, 27 Aug 2020 04:20:45 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:37998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBD9G-00041Y-UZ for guix-patches@gnu.org; Thu, 27 Aug 2020 04:20:44 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 26b2b901 for ; Thu, 27 Aug 2020 08:20:36 +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=P6P4uGFScPnkGV9m1X1RmANwbLQ=; b=JEA9hbQ2kQTZwE/E 0DD/It8CsHaXmStQeI6Vvqok+VbP58dBGgd5gmGzCapjJhfxNZHvW8oUPoXQjoLi tuxIfFg1pQlAHkMD2HAQtaCXtOWZeWAka6oAdg+wRpJrVfcyXsJ7UFvHP5iqpWOK db4rjwtPzQraUM+whOfSrJchQIUSrh5MKX0Ftjpj/Bg1cy6ThwGTo9+BJD7xyLIj 6+q8liVZj6eN2iVkrlruOm+2BGnTOnVixgAjIEAk5vXvQFsqvXFxoU68hJNxIpIE kTMbm6Y3l/qYQeAzEoMHynJSIkDFkRQuVjavzym16kTezwuoORfcHr23qwqR3qod 3+rZPg== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 6cb58097 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 27 Aug 2020 08:20:36 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: kodi: Update to 18.8. Date: Thu, 27 Aug 2020 10:20:20 +0200 Message-Id: <20200827082020.23241-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.28.0 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-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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 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 (--) * gnu/packages/kodi.scm (kodi): Update to 18.8. --- Fixes compilation with libmicrohttpd 0.9.71. gnu/packages/kodi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 556dd6b4e5..2edf5c0614 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -269,7 +269,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (define-public kodi (package (name "kodi") - (version "18.7.1") + (version "18.8") (source (origin (method git-fetch) (uri (git-reference @@ -278,7 +278,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (file-name (git-file-name name version)) (sha256 (base32 - "1ypn29yhy49mz9x4xqh2zfdrsbfwm1b4canvh9zvy9c1irjwf419")) + "0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva")) (patches (search-patches "kodi-skip-test-449.patch" "kodi-increase-test-timeout.patch" "kodi-set-libcurl-ssl-parameters.patch")) -- 2.28.0 ------------=_1598517182-377-1--