From unknown Tue Aug 19 05:09:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#45804] [PATCH] gnu: libebml: Update to 1.4.1. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 11 Jan 2021 22:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45804 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45804@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1610404792950 (code B ref -1); Mon, 11 Jan 2021 22:40:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jan 2021 22:39:52 +0000 Received: from localhost ([127.0.0.1]:58616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz5ql-0000F5-KU for submit@debbugs.gnu.org; Mon, 11 Jan 2021 17:39:52 -0500 Received: from lists.gnu.org ([209.51.188.17]:46756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz5qj-0000Eu-Gs for submit@debbugs.gnu.org; Mon, 11 Jan 2021 17:39:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40698) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz5qj-0002Gw-A8 for guix-patches@gnu.org; Mon, 11 Jan 2021 17:39:45 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:38152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz5qg-0001VY-Kn for guix-patches@gnu.org; Mon, 11 Jan 2021 17:39:45 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kz5qd-0004Iq-Vx; Mon, 11 Jan 2021 23:39:40 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kz5qc-0006ry-Ju; Mon, 11 Jan 2021 23:39:39 +0100 From: Michael Rohleder Date: Mon, 11 Jan 2021 23:39:29 +0100 Message-Id: <20210111223929.26805-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1610404782;9bd496ae; X-HE-SMSGID: 1kz5qd-0004Iq-Vx Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de 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, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) * gnu/packages/xml.scm (libebml): Update to 1.4.1. --- gnu/packages/xml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 163fff60c0..9816802b64 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -26,6 +26,7 @@ ;;; Copyright © 2020 Edouard Klein ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2020 Pierre Langlois +;;; Copyright © 2021 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -139,14 +140,14 @@ things the parser might find in the XML document (like start tags).") (define-public libebml (package (name "libebml") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/libebml/" "libebml-" version ".tar.xz")) (sha256 - (base32 "1cy4hbk8qbxn4c6pwvlsvr1rp8vhfach9rwfg4c50qa94nlckaw0")))) + (base32 "0ckhf7wcfwik1c8ilwipdr9p7b58pvqvj8x54l6slqah81lwd53f")))) (build-system cmake-build-system) (arguments `(#:configure-flags -- 2.30.0 From unknown Tue Aug 19 05:09:19 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: Michael Rohleder Subject: bug#45804: closed (Re: [bug#45804] [PATCH] gnu: libebml: Update to 1.4.1.) Message-ID: References: <87sg76leqy.fsf@nicolasgoaziou.fr> <20210111223929.26805-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 45804 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 45804@debbugs.gnu.org Date: Tue, 12 Jan 2021 08:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1610441522-14636-1" This is a multi-part message in MIME format... ------------=_1610441522-14636-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #45804: [PATCH] gnu: libebml: Update to 1.4.1. 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 45804@debbugs.gnu.org. --=20 45804: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D45804 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1610441522-14636-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 45804-done) by debbugs.gnu.org; 12 Jan 2021 08:51:43 +0000 Received: from localhost ([127.0.0.1]:59208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzFOx-0003nX-0g for submit@debbugs.gnu.org; Tue, 12 Jan 2021 03:51:43 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:34599) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzFOv-0003nH-9b for 45804-done@debbugs.gnu.org; Tue, 12 Jan 2021 03:51:42 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 4459920009; Tue, 12 Jan 2021 08:51:33 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#45804] [PATCH] gnu: libebml: Update to 1.4.1. References: <20210111223929.26805-1-mike@rohleder.de> Date: Tue, 12 Jan 2021 09:51:33 +0100 In-Reply-To: <20210111223929.26805-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 11 Jan 2021 23:39:29 +0100") Message-ID: <87sg76leqy.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45804-done Cc: 45804-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, Michael Rohleder writes: > * gnu/packages/xml.scm (libebml): Update to 1.4.1. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1610441522-14636-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Jan 2021 22:39:52 +0000 Received: from localhost ([127.0.0.1]:58616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz5ql-0000F5-KU for submit@debbugs.gnu.org; Mon, 11 Jan 2021 17:39:52 -0500 Received: from lists.gnu.org ([209.51.188.17]:46756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz5qj-0000Eu-Gs for submit@debbugs.gnu.org; Mon, 11 Jan 2021 17:39:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40698) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz5qj-0002Gw-A8 for guix-patches@gnu.org; Mon, 11 Jan 2021 17:39:45 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:38152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz5qg-0001VY-Kn for guix-patches@gnu.org; Mon, 11 Jan 2021 17:39:45 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kz5qd-0004Iq-Vx; Mon, 11 Jan 2021 23:39:40 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kz5qc-0006ry-Ju; Mon, 11 Jan 2021 23:39:39 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: libebml: Update to 1.4.1. Date: Mon, 11 Jan 2021 23:39:29 +0100 Message-Id: <20210111223929.26805-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1610404782;9bd496ae; X-HE-SMSGID: 1kz5qd-0004Iq-Vx Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de 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, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (---) * gnu/packages/xml.scm (libebml): Update to 1.4.1. --- gnu/packages/xml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 163fff60c0..9816802b64 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -26,6 +26,7 @@ ;;; Copyright © 2020 Edouard Klein ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2020 Pierre Langlois +;;; Copyright © 2021 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -139,14 +140,14 @@ things the parser might find in the XML document (like start tags).") (define-public libebml (package (name "libebml") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/libebml/" "libebml-" version ".tar.xz")) (sha256 - (base32 "1cy4hbk8qbxn4c6pwvlsvr1rp8vhfach9rwfg4c50qa94nlckaw0")))) + (base32 "0ckhf7wcfwik1c8ilwipdr9p7b58pvqvj8x54l6slqah81lwd53f")))) (build-system cmake-build-system) (arguments `(#:configure-flags -- 2.30.0 ------------=_1610441522-14636-1--