From unknown Wed Jun 18 23:08:16 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#44406 <44406@debbugs.gnu.org> To: bug#44406 <44406@debbugs.gnu.org> Subject: Status: [PATCH] gnu: archivemount: Update to 0.9.1. Reply-To: bug#44406 <44406@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:08:16 +0000 retitle 44406 [PATCH] gnu: archivemount: Update to 0.9.1. reassign 44406 guix-patches submitter 44406 Michael Rohleder severity 44406 normal tag 44406 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 02 23:55:21 2020 Received: (at submit) by debbugs.gnu.org; 3 Nov 2020 04:55:21 +0000 Received: from localhost ([127.0.0.1]:43129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZoLp-0001ZL-FH for submit@debbugs.gnu.org; Mon, 02 Nov 2020 23:55:21 -0500 Received: from lists.gnu.org ([209.51.188.17]:38104) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZoLj-0001Z5-Ra for submit@debbugs.gnu.org; Mon, 02 Nov 2020 23:55:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZoLj-0002zO-JM for guix-patches@gnu.org; Mon, 02 Nov 2020 23:55:15 -0500 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:43086) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZoLh-0004yu-Ej for guix-patches@gnu.org; Mon, 02 Nov 2020 23:55:15 -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 1kZoLc-0007HJ-Lg; Tue, 03 Nov 2020 05:55:08 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kZnPY-0007Jx-7d; Tue, 03 Nov 2020 05:55:08 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: archivemount: Update to 0.9.1. Date: Tue, 3 Nov 2020 05:55:07 +0100 Message-Id: <20201103045507.12362-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1604379313;7788013d; X-HE-SMSGID: 1kZoLc-0007HJ-Lg Received-SPF: permerror client-ip=80.237.132.231; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/02 23:55:10 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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/linux.scm (archivemount): Update to 0.9.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 855bc7cfa9..c87c5ffb09 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2906,14 +2906,14 @@ file system is as easy as logging into the server with an SSH client.") (define-public archivemount (package (name "archivemount") - (version "0.8.12") + (version "0.9.1") (source (origin (method url-fetch) (uri (string-append "https://www.cybernoia.de/software/archivemount/" "archivemount-" version ".tar.gz")) (sha256 - (base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4")))) + (base32 "1cy5b6qril9c3ry6fv7ir87s8iyy5vxxmbyx90dm86fbra0vjaf5")))) (build-system gnu-build-system) (inputs `(("fuse" ,fuse) ("libarchive" ,libarchive))) -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 04 04:11:52 2020 Received: (at 44406-done) by debbugs.gnu.org; 4 Nov 2020 09:11:52 +0000 Received: from localhost ([127.0.0.1]:47449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kaEpc-0007Mx-1w for submit@debbugs.gnu.org; Wed, 04 Nov 2020 04:11:52 -0500 Received: from flashner.co.il ([178.62.234.194]:60152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kaEpa-0007Mi-Bp for 44406-done@debbugs.gnu.org; Wed, 04 Nov 2020 04:11:50 -0500 Received: from localhost (unknown [141.226.13.8]) by flashner.co.il (Postfix) with ESMTPSA id A897840210; Wed, 4 Nov 2020 09:11:43 +0000 (UTC) Date: Wed, 4 Nov 2020 11:11:11 +0200 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#44406] [PATCH] gnu: archivemount: Update to 0.9.1. Message-ID: <20201104091111.GE9755@E5400> References: <20201103045507.12362-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FEz7ebHBGB6b2e8X" Content-Disposition: inline In-Reply-To: <20201103045507.12362-1-mike@rohleder.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44406-done Cc: 44406-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 (-) --FEz7ebHBGB6b2e8X Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --FEz7ebHBGB6b2e8X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+icC4ACgkQQarn3Mo9 g1Ft6g//SJijJCbfQMtYz5R7c/pkEA2ESMvuS0KnUt1g6qN13W3ztJq2VWR2kn+4 oKA1n/ywFVQTFPaFcMPmRmT6440wM9O1tKn9YVTnz/FfYbAittz/UikTvrm5P2sw bzcukuVXrIjyP0Xb9TLbGrCNzH2F7S480ZxO0ikPXKsuuOlFjTwpiE6SEgdWXxvw LK0gjD5dxhG7gcDAh52WJHRz9Wfb9iRzboaayNwMpn+O1+4RLy1jdOeBtDXf7gCS KOj5ADWwuF+NAwKdzIt6COaPxxULop4KbQ5omSDOFEg+ekAFRy/jK/G6fW3X8UB9 0uuMk8A0NkSmBtUdAkxaeiB3/2vuEvUw9f5gUzEu+7Sv1jk4aManFGKks9hM0YRp TDtZ8bWVGlSW+QunarT3ODRES/BZRDPB/ybqL4Nu485LB41n6s0aM3bJonn6r9fW mkQP92PbZWADaSibXheAacLAS5PMQZQCU7ct91TJM+qM/TyPRRQX32AhOL6gBndc tWvL96OR5Q52fTNYpkdNakGsdkC+G8LMsleE1C+UzWK0qCHyjE6cXy81nrNMQJPD xmBfFXlDkBAnf5KGla7niw4MlDTfErmZwLG+wamDn1KP12TiK1KLzDG46FZ3Z6W9 Rs1Ppewl44K3Xsx0CoEk98n6+dWNNi/FsCBtoosNwF6l351TqlE= =jLtj -----END PGP SIGNATURE----- --FEz7ebHBGB6b2e8X-- From unknown Wed Jun 18 23:08:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 02 Dec 2020 12:24:04 +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