From unknown Fri Jun 20 07:22:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49989 <49989@debbugs.gnu.org> To: bug#49989 <49989@debbugs.gnu.org> Subject: Status: [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. Reply-To: bug#49989 <49989@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:22:34 +0000 retitle 49989 [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptl= ib: Fix import path. reassign 49989 guix-patches submitter 49989 Sarah Morgensen severity 49989 normal tag 49989 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 10 17:08:12 2021 Received: (at submit) by debbugs.gnu.org; 10 Aug 2021 21:08:12 +0000 Received: from localhost ([127.0.0.1]:60935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDYyq-0000Ae-I0 for submit@debbugs.gnu.org; Tue, 10 Aug 2021 17:08:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:45446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDYyo-0000AU-2K for submit@debbugs.gnu.org; Tue, 10 Aug 2021 17:08:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDYyn-0002Eg-DK for guix-patches@gnu.org; Tue, 10 Aug 2021 17:08:09 -0400 Received: from out2.migadu.com ([188.165.223.204]:27460) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDYyl-0007R6-57 for guix-patches@gnu.org; Tue, 10 Aug 2021 17:08:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1628629682; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8v8777JLXMlUn1YX3hbQeeINL5iLVmCSHC6Da8PhUoc=; b=UnM+beUxTcqNMNJoDgov6DWy4iNJ4Yck8ONQ+tsgRUAPI4ZBy3ISSpJ/ySA6h4wQhMYD9n 4Q5ymsqCFebVU/ENyiC4qrw6yc3SBuP5MIiSroxpfNHNsh+tPPuKGtVSe76jQYmkDqU076 GvH2ZEUHVggwTNYNRqFz/2MpyOeOSkI= From: Sarah Morgensen To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. Date: Tue, 10 Aug 2021 14:07:58 -0700 Message-Id: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=188.165.223.204; envelope-from=iskarian@mgsn.dev; helo=out2.migadu.com 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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/golang.scm (go-torproject-org-pluggable-transports-goptlib) [arguments]<#:import-path>: Use actual module name from go.mod. --- Hello Guix, Just a little fix for this import path, so dependents don't have to patch its name. Tested to build on x86_64, which since this is just a change in import path name, should have caught any issues. -- Sarah gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 15f3ea46c4..ca029345e2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -822,7 +822,7 @@ parsing and encoding support for STUN and TURN protocols.") (base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc")))) (build-system go-build-system) (arguments - `(#:import-path "git.torproject.org/pluggable-transports/goptlib")) + `(#:import-path "git.torproject.org/pluggable-transports/goptlib.git")) (home-page "https://gitweb.torproject.org/pluggable-transports/goptlib.git/") (synopsis "Go pluggable transports library") (description "GoPtLib is a library for writing Tor pluggable transports in base-commit: c8e2be3b32fe784a9db52d8a1a12902ab12ae7cb -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 10 17:10:09 2021 Received: (at 49989) by debbugs.gnu.org; 10 Aug 2021 21:10:09 +0000 Received: from localhost ([127.0.0.1]:60945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDZ0j-0000EN-6Z for submit@debbugs.gnu.org; Tue, 10 Aug 2021 17:10:09 -0400 Received: from out1.migadu.com ([91.121.223.63]:37633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDZ0h-0000E9-QK for 49989@debbugs.gnu.org; Tue, 10 Aug 2021 17:10:08 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1628629806; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B9J9BKlGOT+r4ljap9eQn5I3bj/XFE/UA7K0iyq/DP8=; b=YdKBZosHkhIRATC9oBMI56Qm0S9WEF3ml6M/nwmNAmFAn5tx432MA8RdeB32JnMXRRhWKV JnAeZsVpM45diNEIbIciYDc8fNrOQ12LLtBAo+k0Assk6jSWUcYauUfW06ZcBnAUUrLgr5 2b0sHw2WITy0MNxjEMHyokWjXrNXAZc= From: Sarah Morgensen To: 49989@debbugs.gnu.org Subject: [PATCH 2/3] gnu: go-github-com-operatorfoundation-shapeshifter-transports: Remove goptlib patch. Date: Tue, 10 Aug 2021 14:10:02 -0700 Message-Id: In-Reply-To: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> References: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49989 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 (-) * gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports) [arguments]<#:phases>: Remove obsolete 'patch' phase for goptlib. --- gnu/packages/golang.scm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ca029345e2..166f578ee8 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -127,11 +127,6 @@ filtering devices.") `(#:unpack-path "github.com/OperatorFoundation/shapeshifter-transports" #:phases (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* (find-files "." "\\.go$") - ;; To drop '.git' suffix in import path of goptlib. - (("goptlib\\.git") "goptlib")))) (replace 'build (lambda arguments (for-each -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 10 17:10:09 2021 Received: (at 49989) by debbugs.gnu.org; 10 Aug 2021 21:10:09 +0000 Received: from localhost ([127.0.0.1]:60947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDZ0j-0000EQ-Ec for submit@debbugs.gnu.org; Tue, 10 Aug 2021 17:10:09 -0400 Received: from out1.migadu.com ([91.121.223.63]:37644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDZ0i-0000ED-Ij for 49989@debbugs.gnu.org; Tue, 10 Aug 2021 17:10:08 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1628629808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ypz8tQ9HM/sVzcrw+e0o5Ih16yOYw/8bjP6RhOB8p14=; b=aHU+Qfgy196Tn2xbGdLFPxbfK0/gGaIRWrizroZPhgdtiNp6QZq9Qctm91GSyVXTiOUmZ+ s3o9PKQ8pH0F/5TwtVO9qY2roTlChsPHk9ACAscRdK7tIztqvJSlNcbsfcmRvZwt1Wm30o BMEf79NdG6HLPYo3MRobgQjNcJl9+8Q= From: Sarah Morgensen To: 49989@debbugs.gnu.org Subject: [PATCH 3/3] gnu: go-github-com-operatorfoundation-obfs4: Remove goptlib patch. Date: Tue, 10 Aug 2021 14:10:03 -0700 Message-Id: <60046061358961a17be6db7787648653358a6ef7.1628629367.git.iskarian@mgsn.dev> In-Reply-To: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> References: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49989 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 (-) * gnu/packages/golang.scm (go-github-com-operatorfoundation-obfs4) [arguments]<#:phases>: Remove obsolete 'patch' phase for goptlib. --- gnu/packages/golang.scm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 166f578ee8..9d49a3130e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -666,11 +666,6 @@ protocol from the Pluggable Transports 2.0 specification.") `(#:unpack-path "github.com/OperatorFoundation/obfs4" #:phases (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* (find-files "." "\\.go$") - ;; To drop '.git' suffix in import path of goptlib. - (("goptlib\\.git") "goptlib")))) (replace 'build (lambda arguments (for-each -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 00:37:15 2021 Received: (at 49989) by debbugs.gnu.org; 13 Aug 2021 04:37:15 +0000 Received: from localhost ([127.0.0.1]:40236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEOwR-0003wI-FA for submit@debbugs.gnu.org; Fri, 13 Aug 2021 00:37:15 -0400 Received: from out2.migadu.com ([188.165.223.204]:16404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEOwK-0003w2-AE for 49989@debbugs.gnu.org; Fri, 13 Aug 2021 00:37:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1628829421; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8dBbU/e6KC4Jf3OVYMbsiHTSulHK8F1xmro5ZHEm1ZI=; b=dV+2IsoxQh2ZIP/Bjb6JiZEY7uAgh3cSM9SmY5D2bMoyoBkgpv81lV76CW6e+zSrQbaka8 zrZs/bCB5XJqxqMGEA8vnG4jwV9QcmRrYCo56eojNOBzOODnJRXrJp3MQkuHR31qymV56c IjW01A8rrLPzUgNmiM9xEixPIeFpbs8= From: Sarah Morgensen To: 49989@debbugs.gnu.org Subject: [PATCH v2] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. Date: Thu, 12 Aug 2021 21:37:00 -0700 Message-Id: In-Reply-To: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> References: <8f8a2f210151bdeb437bb3a12b67f43c76286aa4.1628629367.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49989 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 (-) * gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib) [arguments]<#:import-path>: Use actual module name from go.mod. (go-github-com-operatorfoundation-shapeshifter-transports)[arguments] <#:phases>: Remove obsolete 'patch phase for goptlib. (go-github-com-operatorfoundation-obfs4)[arguments]<#:phases>: Likewise. --- Since it will break builds if these are applied separately, I went ahead and merged these into one commit. gnu/packages/golang.scm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f4cd30c662..20c8a519dc 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -661,11 +661,6 @@ filtering devices.") `(#:unpack-path "github.com/OperatorFoundation/shapeshifter-transports" #:phases (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* (find-files "." "\\.go$") - ;; To drop '.git' suffix in import path of goptlib. - (("goptlib\\.git") "goptlib")))) (replace 'build (lambda arguments (for-each @@ -1205,11 +1200,6 @@ protocol from the Pluggable Transports 2.0 specification.") `(#:unpack-path "github.com/OperatorFoundation/obfs4" #:phases (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* (find-files "." "\\.go$") - ;; To drop '.git' suffix in import path of goptlib. - (("goptlib\\.git") "goptlib")))) (replace 'build (lambda arguments (for-each @@ -1356,7 +1346,7 @@ parsing and encoding support for STUN and TURN protocols.") (base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc")))) (build-system go-build-system) (arguments - `(#:import-path "git.torproject.org/pluggable-transports/goptlib")) + `(#:import-path "git.torproject.org/pluggable-transports/goptlib.git")) (home-page "https://gitweb.torproject.org/pluggable-transports/goptlib.git/") (synopsis "Go pluggable transports library") (description "GoPtLib is a library for writing Tor pluggable transports in base-commit: d87d6d68128c53a95fe09c3a4381575646c0f368 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 31 15:24:04 2024 Received: (at 49989-done) by debbugs.gnu.org; 31 Jan 2024 20:24:04 +0000 Received: from localhost ([127.0.0.1]:39108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVH7s-0002f1-8K for submit@debbugs.gnu.org; Wed, 31 Jan 2024 15:24:04 -0500 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:42185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVH7q-0002eO-1G for 49989-done@debbugs.gnu.org; Wed, 31 Jan 2024 15:24:02 -0500 Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-40ef6da20feso785515e9.0 for <49989-done@debbugs.gnu.org>; Wed, 31 Jan 2024 12:23:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706732626; x=1707337426; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=+senZRtHGzyrdc7XUQ3/wtIrX6qEDazpH6xflJjTFxg=; b=NtlpQ4p75k+zi/bEhuxBn21s/1mwv1Q1hgZuBrF7yurU/97M/6CWDvklXkD1NDxgRr Sb0ed1Qv3nO8GNyBWm85lDS8I455KYs7+Z/AofCv497g00biQeGTbw8f3/wSF9suhawe DxpZKY+fi7AsnBCgPAMYI9Z9Dn57FkBhpAkOIIX79eC5pdqTw1nXJey5I9vZ442Oy+GH UfnsiBW/ma64Y7m2xdbJNMROZ1fAuOUcpiE/SAAPD9BXEuKvUtW2u2g0plPGdOUaPjnD x7ajsRbwG2Xm7wDQmODHtgrJX6i9vXZ8IAt8LYIWqNk7vr9Q0+oEFdY9b9Gijik/Nzyy F4+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706732626; x=1707337426; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=+senZRtHGzyrdc7XUQ3/wtIrX6qEDazpH6xflJjTFxg=; b=tu08/ZL+5K77ZSOdI2ODij7dw3+H3c7ZO2N39j1Co/5zK1jZAn3oIzUWc5tn7TXCNm N9n6tNv2NwqP2IZ39ll+v5WX5Y/MqVVRA4Da1FsMLJlqh/JyM4xbtO3wSCHLeecNbx21 NS4fTXVUxEcEydqM0JbzeBF8weSBbYI77f47JMModxZu9Pmjqtyd8ZznvK+7TrL/ItMz IsW9EUlTDkeEAeghBC+13xLM/bvqPKWeffpBQTBllS6C03/peeXzEXGLpll4/uJDdDoA 14pYYZqHAklPofsenOKzoccWjLBarnraVSOzNpkD+X5WOA5y7mgLbyLM5zoFqCKxAeiQ pqQQ== X-Gm-Message-State: AOJu0YwPly/qp+BBWY+R1JTYtHv5WKO+/ZZEuIkcI5T5/wnAONaWP3h/ b7UOcd1n6n/VFW2OmB0dmT+ZSv1vjTrXw3Xsnz9J5gGY7jEg1rfvtkIZJVMcC4Y= X-Google-Smtp-Source: AGHT+IGwV+mbVduca6Esf4rQH96vPuB8i0bKp+h9IwWkcyVvRglsuUHEhLqMQJK7NMuxSvmyXVISIA== X-Received: by 2002:a05:600c:1d23:b0:40f:21f:4dfd with SMTP id l35-20020a05600c1d2300b0040f021f4dfdmr5511389wms.5.1706732626127; Wed, 31 Jan 2024 12:23:46 -0800 (PST) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id h12-20020a05600c260c00b0040d87100733sm2432686wma.39.2024.01.31.12.23.45 for <49989-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Jan 2024 12:23:45 -0800 (PST) From: Sharlatan Hellseher To: 49989-done@debbugs.gnu.org Subject: [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. Date: Wed, 31 Jan 2024 20:23:44 +0000 Message-ID: <87plxhs14f.fsf@gmail.com> 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: 49989-done 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 Hi, Pushed v2 as 849f219b72b5638b6abaf7d143654976ad99042e to master. Thanks, Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmW6rFAACgkQdtcnv/Ys 0rUKzhAA0YHlZ6/7krkxoYkZHVYG8fNJxwENkDz3rM5T7ACwFDXMcoPSyh8M4IOr jsDt01NP9yQU2qbKVIpzeklWwKvyKOr++R4fI8QoZeYz24LL0z+VLgSguLQKF5LY egpbdYsigX+zIu8YN72q70+FW4rfGA7cCmpF6mmy8sPTmRhAtZrtSdUoP9cjXYDy LlkkDQh21FD8IfmupI6USmoKh7zOZooAZBLsDm5qqstdPHwLz2FmW4ypCSgvECNN JAjGZeRJ70q7TMLzXvBodnQlafgW5VWoBhBbhOnyihwCH+06K8yJSvj7X29DN8Jv MmmrmJR+rREH3iJv7ODET8oYNrK6yClGnF8rdhzVkgB1RjekH8FG5YPweuPOblRe 8TdOxtIGn2llv2fiV55MQtU8PWzdJaKsSWD5B4UHW8EnEIXBy+cXuZ6zADAtZk/f L5EcuJdsemE+GAHLP/gFW4lTinA6Z0MS1ddsKN92MbRvhESdaXkqlTJN4/2fKbTT QCxrDMzU9rjWvnU8+qW/9TGjuNzhUE6a32Tlpp0EBdX/xJEKP/stoaOgYIUiGGjP bH7DcSwTNVybDZ9hIzmua4tnEakQfZvOreHu9brPq9VEK63zRxG9OX7YSvbseMFX c7V4+e+oH9jO4iXaZmZWxTDMBtkU+iUUzw9rxURGbw0jTDV3UaQ= =jydW -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:22:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 29 Feb 2024 12:24:14 +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