From unknown Sun Aug 17 10:17:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59834] [PATCH] gnu: mympd: Update to 10.1.4 Resent-From: mirai@makinata.eu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 05 Dec 2022 14:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59834 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59834@debbugs.gnu.org Cc: Bruno Victal X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16702496185064 (code B ref -1); Mon, 05 Dec 2022 14:14:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Dec 2022 14:13:38 +0000 Received: from localhost ([127.0.0.1]:36246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2CDy-0001Jc-97 for submit@debbugs.gnu.org; Mon, 05 Dec 2022 09:13:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:50708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2CDw-0001JW-RT for submit@debbugs.gnu.org; Mon, 05 Dec 2022 09:13:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2CDw-0006h6-Ga for guix-patches@gnu.org; Mon, 05 Dec 2022 09:13:36 -0500 Received: from smtpm2.myservices.hosting ([185.26.105.233]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2CDu-0002SV-Rr for guix-patches@gnu.org; Mon, 05 Dec 2022 09:13:36 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpm2.myservices.hosting (Postfix) with ESMTP id 28ECB20DB4 for ; Mon, 5 Dec 2022 15:13:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id C5B9680096; Mon, 5 Dec 2022 15:13:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mvbT6z_BCbmC; Mon, 5 Dec 2022 15:13:21 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 2841D80093; Mon, 5 Dec 2022 15:13:21 +0100 (CET) From: mirai@makinata.eu Date: Mon, 5 Dec 2022 14:13:12 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.105.233; envelope-from=mirai@makinata.eu; helo=smtpm2.myservices.hosting 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, 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 (--) From: Bruno Victal * gnu/packages/mpd.scm (mympd): Update to 10.1.4. --- gnu/packages/mpd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index e0bd7633bc..5409306290 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -581,7 +581,7 @@ (define-public mpdevil (define-public mympd (package (name "mympd") - (version "10.1.3") + (version "10.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -590,7 +590,7 @@ (define-public mympd (file-name (git-file-name name version)) (sha256 (base32 - "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp")))) + "0c00ipnk21cvxf5jbjcq2qldv3zz041wd07whm2x4phbdi5xn2gd")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ; no test target base-commit: 48329575c87bbee7166eedf10b1699599e67c49d -- 2.38.1 From unknown Sun Aug 17 10:17:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59834] [PATCH v2] gnu: mympd: Update to 10.1.6. References: In-Reply-To: Resent-From: mirai@makinata.eu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Dec 2022 13:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59834 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59834@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 59834-submit@debbugs.gnu.org id=B59834.167067967318878 (code B ref 59834); Sat, 10 Dec 2022 13:42:02 +0000 Received: (at 59834) by debbugs.gnu.org; 10 Dec 2022 13:41:13 +0000 Received: from localhost ([127.0.0.1]:42829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p406K-0004uQ-Vp for submit@debbugs.gnu.org; Sat, 10 Dec 2022 08:41:13 -0500 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]:46900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p406G-0004uH-KO for 59834@debbugs.gnu.org; Sat, 10 Dec 2022 08:41:11 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id AE0032055F for <59834@debbugs.gnu.org>; Sat, 10 Dec 2022 14:41:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 6602F8009A; Sat, 10 Dec 2022 14:41:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YqhnXSiHlIzz; Sat, 10 Dec 2022 14:41:05 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id B473880099; Sat, 10 Dec 2022 14:41:04 +0100 (CET) From: mirai@makinata.eu Date: Sat, 10 Dec 2022 13:40:35 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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 (-) From: Bruno Victal * gnu/packages/mpd.scm (mympd): Update to 10.1.6. --- gnu/packages/mpd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index e0bd7633bc..68b40ad059 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -581,7 +581,7 @@ (define-public mpdevil (define-public mympd (package (name "mympd") - (version "10.1.3") + (version "10.1.6") (source (origin (method git-fetch) (uri (git-reference @@ -590,7 +590,7 @@ (define-public mympd (file-name (git-file-name name version)) (sha256 (base32 - "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp")))) + "06i8v8dh2x4lrph9lm56h5yy698y95ic5xrgmyisafvxd239sn0x")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ; no test target base-commit: 4473be9858b3575c1b3f2b67c135ac822136dde0 -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 10 08:41:29 2022 Received: (at control) by debbugs.gnu.org; 10 Dec 2022 13:41:29 +0000 Received: from localhost ([127.0.0.1]:42832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p406b-0004uj-7d for submit@debbugs.gnu.org; Sat, 10 Dec 2022 08:41:29 -0500 Received: from smtpm4.myservices.hosting ([185.26.105.235]:58250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p406Z-0004uZ-0s for control@debbugs.gnu.org; Sat, 10 Dec 2022 08:41:27 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpm4.myservices.hosting (Postfix) with ESMTP id 247E920BE4 for ; Sat, 10 Dec 2022 14:41:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id CB33E8009A for ; Sat, 10 Dec 2022 14:41:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 83u8cwnlzzfr for ; Sat, 10 Dec 2022 14:41:25 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 8758080099 for ; Sat, 10 Dec 2022 14:41:25 +0100 (CET) Message-ID: Date: Sat, 10 Dec 2022 13:41:24 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Content-Language: en-US To: control From: mirai Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) 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: # patch v1 was merged shortly before patch v2 sent reopen 59747 # new release retitle 59834 [PATCH] gnu: mympd: Update to 10.1.6 quit Content analysis details: (2.0 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 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control 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 (+) # patch v1 was merged shortly before patch v2 sent reopen 59747 # new release retitle 59834 [PATCH] gnu: mympd: Update to 10.1.6 quit From unknown Sun Aug 17 10:17:08 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: mirai@makinata.eu Subject: bug#59834: closed (Re: bug#59834: [PATCH] gnu: mympd: Update to 10.1.6) Message-ID: References: <87pmcnj07s.fsf_-_@envs.net> X-Gnu-PR-Message: they-closed 59834 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59834@debbugs.gnu.org Date: Tue, 13 Dec 2022 06:18:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1670912282-23548-1" This is a multi-part message in MIME format... ------------=_1670912282-23548-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59834: [PATCH] gnu: mympd: Update to 10.1.6 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 59834@debbugs.gnu.org. --=20 59834: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59834 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1670912282-23548-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59834-done) by debbugs.gnu.org; 13 Dec 2022 06:17:42 +0000 Received: from localhost ([127.0.0.1]:58243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p4ybl-00067X-Vm for submit@debbugs.gnu.org; Tue, 13 Dec 2022 01:17:42 -0500 Received: from mail.envs.net ([5.199.136.28]:42406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p4ybk-00067R-DX for 59834-done@debbugs.gnu.org; Tue, 13 Dec 2022 01:17:40 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id BB57238A2346; Tue, 13 Dec 2022 06:17:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1670912259; bh=33+HPmQzb5cbAOGX4140grui1mfzcGbQSeq+/+HUkt0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=FuIgP+QQDcbGmoTDgzFYUwQQ8cR5xSwSa1SEbUzz8esDr7Jy5gkEwpI5Hii6kXMS9 LkORbNdYoPlrqEN++/q23YvS7q9o2G/Hpo78DQKnjtXg1RIvCDE37qoJLRJkjuTpPp ctmhpdNQHbrDnwnRI26Mo/6yd6Jma2Jfcr07/mGyudTHG8IvENEPVe0p2fNcOVWqPw wuDpFI0OOkqYlz1Kb7T3GxHyWGTz0W1UFKLBIzl84S5cvUDyco28BbWMpDP9Fjh8K6 SctJfJSTFCmOvIvaiFqDQwkHjyDvBHiAav9pbsyi6H2YdEed4dw+aUiAI1/0rrbLi/ OS1flgPPUWgjv/Pb+77LShvX0c+L5PX7JkAXOB9sl9Xggum1jf1o1L6K8cWkFiaffB 1+Pa6tUVpw2GpqViIj/abctElxYUI1OFVOwd5XN/+XOPXp/HrK+0xV3QmStZnR2PAD H43oI+i1J1LFK3fG68ooY5e1nvACMgNplDpcAQ90cVc1NI0SZFAqbANgN+y75xUCXs d52k5/vlH+bftmlwkryMJ3IBb7pF+vt6HZTO7D6l4Xi4YQP0vae/uja8BozKTkynOF 1k3X/+Si5QJV97oaAFNT4WuoUSJcD2rQlBr+6Sn9S18wcxDvQbAP3g3BoVeWNR51U3 MtAw9a+Pn1TRGTfqxx5cAf5w= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Q3usZUtzKApJ; Tue, 13 Dec 2022 06:17:36 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 13 Dec 2022 06:17:36 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 1863da64; Tue, 13 Dec 2022 06:18:15 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: mirai@makinata.eu Subject: Re: bug#59834: [PATCH] gnu: mympd: Update to 10.1.6 References: Date: Tue, 13 Dec 2022 14:18:15 +0800 In-Reply-To: (mirai@makinata.eu's message of "Sat, 10 Dec 2022 13:40:35 +0000") Message-ID: <87pmcnj07s.fsf_-_@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59834-done Cc: 59834-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 (-) mirai@makinata.eu writes: > From: Bruno Victal > > * gnu/packages/mpd.scm (mympd): Update to 10.1.6. Done, thank you! ------------=_1670912282-23548-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Dec 2022 14:13:38 +0000 Received: from localhost ([127.0.0.1]:36246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2CDy-0001Jc-97 for submit@debbugs.gnu.org; Mon, 05 Dec 2022 09:13:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:50708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2CDw-0001JW-RT for submit@debbugs.gnu.org; Mon, 05 Dec 2022 09:13:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2CDw-0006h6-Ga for guix-patches@gnu.org; Mon, 05 Dec 2022 09:13:36 -0500 Received: from smtpm2.myservices.hosting ([185.26.105.233]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2CDu-0002SV-Rr for guix-patches@gnu.org; Mon, 05 Dec 2022 09:13:36 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpm2.myservices.hosting (Postfix) with ESMTP id 28ECB20DB4 for ; Mon, 5 Dec 2022 15:13:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id C5B9680096; Mon, 5 Dec 2022 15:13:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mvbT6z_BCbmC; Mon, 5 Dec 2022 15:13:21 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 2841D80093; Mon, 5 Dec 2022 15:13:21 +0100 (CET) From: mirai@makinata.eu To: guix-patches@gnu.org Subject: [PATCH] gnu: mympd: Update to 10.1.4 Date: Mon, 5 Dec 2022 14:13:12 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.105.233; envelope-from=mirai@makinata.eu; helo=smtpm2.myservices.hosting 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, 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: Bruno Victal 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 (--) From: Bruno Victal * gnu/packages/mpd.scm (mympd): Update to 10.1.4. --- gnu/packages/mpd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index e0bd7633bc..5409306290 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -581,7 +581,7 @@ (define-public mpdevil (define-public mympd (package (name "mympd") - (version "10.1.3") + (version "10.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -590,7 +590,7 @@ (define-public mympd (file-name (git-file-name name version)) (sha256 (base32 - "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp")))) + "0c00ipnk21cvxf5jbjcq2qldv3zz041wd07whm2x4phbdi5xn2gd")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ; no test target base-commit: 48329575c87bbee7166eedf10b1699599e67c49d -- 2.38.1 ------------=_1670912282-23548-1--