From unknown Sat Jun 21 03:12:01 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#78550 <78550@debbugs.gnu.org> To: bug#78550 <78550@debbugs.gnu.org> Subject: Status: [PATCH 0/2] gnu: Add go-mtpfs. Reply-To: bug#78550 <78550@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:12:01 +0000 retitle 78550 [PATCH 0/2] gnu: Add go-mtpfs. reassign 78550 guix-patches submitter 78550 Junker severity 78550 normal tag 78550 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 22 10:33:24 2025 Received: (at submit) by debbugs.gnu.org; 22 May 2025 14:33:24 +0000 Received: from localhost ([127.0.0.1]:35656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uI6z5-0006iG-PE for submit@debbugs.gnu.org; Thu, 22 May 2025 10:33:24 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60854) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uI6yz-0006hS-3a for submit@debbugs.gnu.org; Thu, 22 May 2025 10:33:19 -0400 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 1uI6yq-0004Ah-St for guix-patches@gnu.org; Thu, 22 May 2025 10:33:09 -0400 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1uI6yk-00010G-As for guix-patches@gnu.org; Thu, 22 May 2025 10:33:08 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (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 mout-p-101.mailbox.org (Postfix) with ESMTPS id 4b39k74jzDz9s0F for ; Thu, 22 May 2025 16:32:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747924367; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=nstHeL/hR3/uq3llkdgtDaZu27vN02kpSWFNDSom+Dg=; b=YrsI3Gm+GWUIc+7oA3LJB7KQpipdiQ/x6iCEtDPheMS1AmwmSUBv1auH2MKGwtJFJJzHv8 tN4cqH/rFvS+Nm84w3U6rypCVe42GL7rw1sx/vNbGMOYDhHfK4Y1iQSLxGE96mB0SGr4uD U8xTrs8Mnbb/CKGMtxlZm3MnRw/LuAHxUmPW/q/EvQq0X2mMVKnSY6d2W2t4ANXT7Hyder oIp2anWii9wQpQxmIXQR7KKHXnAa927kW4ge/5ulLKnLeP01l4KSHOMLLn3Ud0XS+Focm9 e7LEDDEw87YLyWls42lzq+aZRRvIILwxr1tYBHBOpRLPCCp1f/KYKSvv1fCRMQ== Date: Thu, 22 May 2025 21:32:40 +0700 From: Junker To: guix-patches@gnu.org Subject: [PATCH 0/2] gnu: Add go-mtpfs. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Received-SPF: pass client-ip=2001:67c:2050:0:465::101; envelope-from=dk@junkeria.club; helo=mout-p-101.mailbox.org 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) This patchsets adds go-mtpfs (https://github.com/hanwen/go-mtpfs). Go-mtpfs is a simple FUSE filesystem for mounting Android devices as a MTP device. Junker (2): gnu: Add go-github-com-hanwen-usb. gnu: Add go-mtpfs. gnu/packages/libusb.scm | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Thu May 22 10:39:47 2025 Received: (at 78550) by debbugs.gnu.org; 22 May 2025 14:39:47 +0000 Received: from localhost ([127.0.0.1]:35701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uI75G-00079i-Co for submit@debbugs.gnu.org; Thu, 22 May 2025 10:39:46 -0400 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]:52722) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uI759-00078n-0Z for 78550@debbugs.gnu.org; Thu, 22 May 2025 10:39:42 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (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 mout-p-201.mailbox.org (Postfix) with ESMTPS id 4b39sr43vbz9sJ3 for <78550@debbugs.gnu.org>; Thu, 22 May 2025 16:39:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747924768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2qgfro2Rt3RtG0eDJU2nXciodi7xA4rN7LqJn1l4RcY=; b=FtITnxX/pwMz9aDiz65deNafWGHHuBIsS7SUdX3yStnB7SXJBF8SMck5urgabTpM53QH8Z faOdT+/qvawUP1aQ1ISrRnQNk101pyPLM7Us5FVHhmlSPkzSgchCRMDTJ2mT4PgC3ZK62X N5el2+ynuYPKxY15SqRB3u6nQQU0SfOb1Ne0Ay2FiKiQYbmPB0CK1UQme2Mp9XqJfCJhUh HGS7iBNrdVnJ80OkJ/mt5U51MqcMdCHIqFWN66KRVKUfaFP51KvtG+XNXaeCJRVBMNWC5W 3s3BtKhgP/gjDIonhMp9e3sUibvse6hCHCD2YNG8OA796P1hjwU24l4KhYJCpA== Date: Thu, 22 May 2025 21:39:23 +0700 From: Junker To: 78550@debbugs.gnu.org Subject: [PATCH 1/2] gnu: Add go-github-com-hanwen-usb. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78550 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/libusb.scm (go-github-com-hanwen-usb): New variable. Change-Id: I4a70f9adf0b33bd669162cbb8e329ae6c10a6a56 --- gnu/packages/libusb.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index a6e24f8c41..ebb3d8a92a 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2023 Sharlatan Hellseher ;;; Copyright © 2023 Foundation Devices, Inc. ;;; Copyright © 2024 hapster +;;; Copyright © 2025 Junker ;;; ;;; This file is part of GNU Guix. ;;; @@ -209,6 +210,33 @@ (define-public go-github-com-google-gousb Go-like binding.") (license license:asl2.0))) +(define-public go-github-com-hanwen-usb + (let ((commit "69aee4530ac705cec7c5344418d982aaf15cf0b1") + (revision "1")) + (package + (name "go-github-com-hanwen-usb") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hanwen/usb") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "01k0c2g395j65vm1w37mmrfkg6nm900khjrrizzpmx8f8yf20dky")))) + (build-system go-build-system) + (inputs (list libusb)) + (native-inputs (list pkg-config)) + (arguments + (list + #:tests? #f ;no tests + #:import-path "github.com/hanwen/usb")) + (home-page "https://github.com/hanwen/usb") + (synopsis "CGO bindings for libusb") + (description "These are CGO bindings for libusb") + (license license:bsd-3)))) + (define-public java-usb4java (package (name "java-usb4java") -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Thu May 22 10:40:55 2025 Received: (at 78550) by debbugs.gnu.org; 22 May 2025 14:40:55 +0000 Received: from localhost ([127.0.0.1]:35711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uI76M-0007JL-MV for submit@debbugs.gnu.org; Thu, 22 May 2025 10:40:55 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:60536) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uI76I-0007Ie-Cn for 78550@debbugs.gnu.org; Thu, 22 May 2025 10:40:51 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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 mout-p-103.mailbox.org (Postfix) with ESMTPS id 4b39vF4qs1z9t8k for <78550@debbugs.gnu.org>; Thu, 22 May 2025 16:40:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747924841; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ykBSqHcmmUd5fJTXjdkQrYLN1hU9pK0aY/JZe55t6Y8=; b=RmQxM1hlvKFzw/t2wE1Dgi29IF/+uUZDz6Bx039EHqsCYLSyW/jdCq0cLaiTeXAi7OFDPS Pj/3eTu+xjv1NYUTQdWSTL8oH7kgtpwXDg2R1EmF5+KuBz7TyMA81UQHGP1TqHKTDI11sm +hUsaRbV400z3seQWQXBkksmlQ8Mr0alD/WVb5uX77ihTf1OZWy/a+K6G8SSALkt88dN8V W7rRrNstFNDrasbhnDLpQgdctRQB/mryCZpxnEHYcYDfGN/pCJwhR68J2SEH6qc9YU4Z/s s67Nb7oQeFHByt/KjXZcPGLsDUFZ87Itft3/mo6TYMnWjJlzJ4o8SU7KXThB3A== Date: Thu, 22 May 2025 21:40:32 +0700 From: Junker To: 78550@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add go-mtpfs. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4b39vF4qs1z9t8k X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78550 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/libusb.scm (go-mtpfs): New variable. Change-Id: I08e5fa08eb1844efa3294be5d2006118c25eb186 --- gnu/packages/libusb.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index ebb3d8a92a..9d1b5066e8 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm @@ -52,6 +52,7 @@ (define-module (gnu packages libusb) #:use-module (gnu packages compression) #:use-module (gnu packages curl) #:use-module (gnu packages gnupg) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages gtk) #:use-module (gnu packages java) #:use-module (gnu packages linux) @@ -237,6 +238,36 @@ (define-public go-github-com-hanwen-usb (description "These are CGO bindings for libusb") (license license:bsd-3)))) +(define-public go-mtpfs + (package + (name "go-mtpfs") + (version "1.0.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hanwen/go-mtpfs") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1k77zglpgb5424hpnc270yj27x1rb2wp4b8y5xchd6h8ygrw2mqx")))) + (build-system go-build-system) + (arguments + (list + #:tests? #f ;no tests + #:import-path "github.com/hanwen/go-mtpfs")) + (inputs (list libusb)) + (native-inputs (list pkg-config)) + (propagated-inputs (list go-github-com-hanwen-usb + go-github-com-hanwen-go-fuse-v2 + go-github-com-hanwen-go-fuse)) + (home-page "https://github.com/hanwen/go-mtpfs") + (synopsis "Mount MTP devices as a filesystem") + (description + "Go-mtpfs is a simple FUSE filesystem for mounting Android devices as a MTP +device.") + (license license:bsd-3))) + (define-public java-usb4java (package (name "java-usb4java") -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon May 26 13:08:52 2025 Received: (at 78550) by debbugs.gnu.org; 26 May 2025 17:08:52 +0000 Received: from localhost ([127.0.0.1]:58967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJbJj-0007qU-RI for submit@debbugs.gnu.org; Mon, 26 May 2025 13:08:52 -0400 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:49625) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uJbJg-0007pr-R5 for 78550@debbugs.gnu.org; Mon, 26 May 2025 13:08:49 -0400 Received: by mail-wr1-x436.google.com with SMTP id ffacd0b85a97d-3a365a6804eso1493965f8f.3 for <78550@debbugs.gnu.org>; Mon, 26 May 2025 10:08:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1748279322; x=1748884122; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=z/1GeBzovtxHMWl2kowCM6FZvvVjYVs+ZRrCJhh8nMY=; b=gkNehnsUO1sNbtsEfL1sxDR/NBQ0sCKOhaVZEt9La3UcjbyNQ2xTPs4EDaueAhESnE TcZeiqgCd+BrKezp58o7Ya/4B0c6piDuqVsHcB/y3uyOOBD7o5amXtrWXy7NDeo1kJCF xOWhDKDXT6E5WbJC+QvG/GqmOPe22c43ppBR+AU2v/ohizZpkXw2vBPBf5g84l5D2EaX Z2e+GVozHwkY2btcCRNzk+xKEES55FdBn9G88rhf0YCq5jECf0Ox5cJWgjPnyLFZ+zyZ oYB/27jO/Ocd+7fBzeU07iPQDOU5brob0o7ZmG9aNK02sMWWGdCR36M9vz+Kl0Ih16Eu chOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1748279322; x=1748884122; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=z/1GeBzovtxHMWl2kowCM6FZvvVjYVs+ZRrCJhh8nMY=; b=kAo8AFUs3+q6toZjlP8IJXHB3BxwmF4YThbWnzgd/ymh3zCzA6f1KZb1ssFSrgByjG 0J4Am72J+4+cGYDKShszEiePaBSZ1Dp/teqJKob/ovGY4TFg2xHCboAatrZwhxjtms8R rZo7lrzxIVSG/aD2z8kyZSIFOEx/Tq8FWvnV+ybr26ut32tBSeLgxJqH3tysKg8Rkenc d8ygXpeFUbgGTclIq2fNqKoWj+UH9Fao26FkDBfGFM2tzto9mV0N/JOWOLrRKPcokgoJ F9lCxABjh5eP32PTSMij4sDhm0mBi+5p0xJSg2WVgXHMhwv+V8oL/Ee2wWoKnIZuXWMx +avg== X-Gm-Message-State: AOJu0YzYiGmVnbbd7Cv/RhkkgqcxV8+ojhehUT+Sh/t3lm0MSod5b7ve spUHK4Dpl8QvU9aGAw3r73U13RnwX38Qdp40DahQ27gfxW3isfRJZ/kEVezKPA== X-Gm-Gg: ASbGncsAQXgd0VQOHW+HdJBk7kwK6M6+vIzHzQWOXbTdyPy211theEdEzwAHX3aAtr/ SglIzn7leXSXVboNdCBFht7EGlL0PNIzje2ci6J22xRQFroKeoquEzBIGlVJaahWDoCUaMMU6GY HgkDfO2SoA7v+mRMemUscFBsDRmZwTC87KrSfMni9UXWTXALJYSG8YIqczbbSGEZWWL+Y1vAJg2 PGSrR6kt+aNR+3Clfcn7aR6VUYFiCXZWH0W/kEbtSzLaWlfg8HRSjZB8Y56sWsb+t78i2Vcn5Ql We/tL8glBPZAYh7zrRdMOUzV3KCFocScm+mu+YvrvJSYRHCDtN81j0YvkfGBHXjC0pq4Z6A9qwB PDarUPSwr4k/ocvqaGFLRYGasRUk= X-Google-Smtp-Source: AGHT+IFohZCpiM1FVI3VFwgVbrmmja0nV0VI9yQGhPEAHmIEOZQz3WHY54nk/CAQSK//0SOTbQHabg== X-Received: by 2002:a5d:4d50:0:b0:3a4:d004:94ac with SMTP id ffacd0b85a97d-3a4d004968dmr6103505f8f.40.1748279322094; Mon, 26 May 2025 10:08:42 -0700 (PDT) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3a4ce458830sm7788904f8f.14.2025.05.26.10.08.41 for <78550@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 May 2025 10:08:41 -0700 (PDT) From: Sharlatan Hellseher To: 78550@debbugs.gnu.org Subject: [PATCH 0/2] gnu: Add go-mtpfs. Date: Mon, 26 May 2025 18:08:31 +0100 Message-ID: <87bjrfl2pc.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: 78550 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, Thanks for the patch. The project looks like abandoned in GitHub, no updates for the last 6y. It's the latest commit: One note on package placment: - go-mtpfs this may go to (gnu packages file-systems) to prevent importing golang-xyz into lower level module. --8<---------------cut here---------------start------------->8--- + (description "These are CGO bindings for libusb") --8<---------------cut here---------------end--------------->8--- It might be not enought for a description, please compile at least a whole sentence ending with dot (full stop ".") and try to apply 'guix lint' it will highlight issues like that. --8<---------------cut here---------------start------------->8--- + (native-inputs (list pkg-config)) + (arguments + (list + #:tests? #f ;no tests --8<---------------cut here---------------end--------------->8--- There are tests --8<---------------cut here---------------start------------->8--- + (arguments + (list + #:tests? #f ;no tests + #:import-path "github.com/hanwen/go-mtpfs")) --8<---------------cut here---------------end--------------->8--- There are tests, please try to run them and provide some feedback in comment why they failed and disabled. You may send v2 to as a PR. -- Thanks, Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJKBAEBCgA0FiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmg0oA8WHHNoYXJsYXRh bnVzQGdtYWlsLmNvbQAKCRB21ye/9izStfsbD/9OFe/Xy+RsfoijxKsk8m6RyDQa sHIwrt2jm9g1VJBVDW88nUit5WU2LyOUdJLG7W7M3iI9ruQXo+aROgXzJyLMx5LQ 4OmAZ/EkfkPiRVItoQ6GqFgR1GqRxv74JhVgr4yYmcDXucZTCNB6Q/XGsXWvkBrX oyjzxdyjS9ZT7Q2Puo8cwWEDcK0CuAW2iSVC4siEmNB9X8YVQcOWrX9GgHJm93kq SNiijkOx15zhVF5mqOxA6U+EWJ6TwVHAs1zRpTK7bbVcUEcAVsIz20fI0szgG/n7 TksN67+OkDpRxu5gACDEHt+7+LLP0fafqRSvofhuT1aXfreBCXlQFMW7lhOTqD5x vQXEWPM2NQYz0bz93lZtfacJgyN9uH7pO93dvlHIAOyGWsLeQdbZr1m1DiNYV6pT wdI+3KMd9PsYfpQZ9z1z78UA20T8b/1bJq/Nd90GQ+TOWv0C1VFwYgkUBueW+qoz W3iq59nmqL+R+SO8PMedQKj4RMMK96ZdYl/eSLzHunrpUYK8uvTKi6ykA/gBnvfF 8+qjihBUN5fU2ZtUbPXWkvadwqu79S3OHfGKCsRKfxLvmJPDoUthcVXPQuTXjGUC cMto5alWc7mLMTKGU+Y29XRhmCAXsTj6aVdvOAw7E3RyEuxS0U/j+hwZyDZUyCJI ZOdF+jNQ9ngh8jOqKw== =5ifh -----END PGP SIGNATURE----- --=-=-=--