From unknown Fri Jun 20 07:09:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56670] [PATCH] gnu: sshfs: Update to 3.7.3. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Jul 2022 15:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56670 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56670@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165833159420367 (code B ref -1); Wed, 20 Jul 2022 15:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jul 2022 15:39:54 +0000 Received: from localhost ([127.0.0.1]:58682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEBnm-0005IR-5l for submit@debbugs.gnu.org; Wed, 20 Jul 2022 11:39:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:43054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEBnW-0005I2-I0 for submit@debbugs.gnu.org; Wed, 20 Jul 2022 11:39:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEBnW-0003ef-CY for guix-patches@gnu.org; Wed, 20 Jul 2022 11:39:38 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEBnO-0007zF-N9 for guix-patches@gnu.org; Wed, 20 Jul 2022 11:39:32 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1C50F40D7D for ; Wed, 20 Jul 2022 17:39:28 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id Z34M7cpV-bck for ; Wed, 20 Jul 2022 17:39:26 +0200 (CEST) Date: Wed, 20 Jul 2022 15:39:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1658331565; bh=o4m1GJalznCx2noHXxD6upTeSKkjFSkHN/AZd5cg/fg=; h=Date:From:To:Subject; b=fLVwTDmjk7UsdhN4e2VknFgkKG6skPZ0W6M8JRZ69jVI9Q/h+poQZ0fvlmcF9Xc8A H8binsVBjgTR1lHE96xkxSXbv0ybvKXHDKDBcpBaAYQEXCJ0tiq4Schq8awAtwGYY2 OCern5XbrgiSgIVpsKI3XNU174sUGyg1SgtMxexpVvMRvHT4WZ3HajCd3K5J0zLM6B cmJV6otUwIPdUb8FFt/S1uJFkhmnDYsQPHY6FTyrJl/EAH2ezZrOe+EoSUM3PMct1a mW4XGnh3LOMwDsSeWPYNe/k2XmqbQDu1A818adjLlpAVjjE2Dv7COQsUeyDa/FMCy0 3sdL+PXTGRoyQ== From: kiasoc5 Message-ID: <20220720153922.2be9c843@aria> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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: -2.4 (--) =46rom 677c2cb792dde411f57e7ea9b3a20f1a1d35310d Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Wed, 20 Jul 2022 11:25:31 -0400 Subject: [PATCH] gnu: sshfs: Update to 3.7.3. * gnu/packages/linux.scm (sshfs): Update to 3.7.3. [build-system]: Replace gnu-build-system with cmake-build-system. [arguments]: Replace 'check with call to pytest. [native-inputs]: Add dependencies to generate man page and run tests. --- gnu/packages/linux.scm | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 19ba30aa16..63a29e8bc7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3472,20 +3472,34 @@ (define-public unionfs-fuse/static (define-public sshfs (package (name "sshfs") - (version "2.10") + (version "3.7.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/libfuse/sshfs/releases/" "download/sshfs-" version "/sshfs-" version - ".tar.gz")) + ".tar.xz")) (sha256 (base32 - "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h")))) - (build-system gnu-build-system) + "169fkilv060afgp9h7hvsbkg02bd1y77kmx06x0s7q1cvmxww62j")))) + (build-system meson-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "python3" "-m" "pytest" "test/"))))))) ;; one test is skipped, fuse kernel module is not loaded (inputs - (list fuse glib)) + (list fuse-3 glib)) (native-inputs - (list pkg-config)) + (list pkg-config + python-docutils ;; man page + ;; tests + which + python + python-pytest + fuse)) (home-page "https://github.com/libfuse/sshfs") (synopsis "Mount remote file systems over SSH") (description base-commit: be7b314f3fe22273e935accac22f313e44d3d970 --=20 2.37.1 From unknown Fri Jun 20 07:09:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56670] [PATCH] gnu: sshfs: Update to 3.7.3. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 28 Jul 2022 18:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56670 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56670@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165903322024468 (code B ref -1); Thu, 28 Jul 2022 18:34:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Jul 2022 18:33:40 +0000 Received: from localhost ([127.0.0.1]:59393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oH8KJ-0006MZ-Lh for submit@debbugs.gnu.org; Thu, 28 Jul 2022 14:33:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:34758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oH8KF-0006MP-Nr for submit@debbugs.gnu.org; Thu, 28 Jul 2022 14:33:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oH8KA-0003yX-LM for guix-patches@gnu.org; Thu, 28 Jul 2022 14:33:32 -0400 Received: from knopi.disroot.org ([178.21.23.139]:52342) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oH8K6-0000wa-FY for guix-patches@gnu.org; Thu, 28 Jul 2022 14:33:28 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0B40640DA6 for ; Thu, 28 Jul 2022 20:33:19 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CzrW6P_w3NZO for ; Thu, 28 Jul 2022 20:33:17 +0200 (CEST) Date: Thu, 28 Jul 2022 18:33:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659033197; bh=UC4OHmu3KkgIgqpxku0anBRoNY5/aVN90j6XnNqbyzU=; h=Date:From:To:Subject:In-Reply-To:References; b=lCVKF3kIFq+GlHR+ZewyHKW0zYlCjQqXgJx4kl/CrFpCieJbVdgTONThMEzzHyP9z N7HcN/BHDv1zZGfYvH/4Fc4U6Qx2RzncY3l683k1Y9dst+3IxwjQ2M/iEmn982m32f PGZ9nhHz69p/sHrV269hkOpODXfap9X5SSgPPx1PyDl0valveQ18EN+Rb6Ar+IkLi8 QlQYdRyfj0D2UZVw/qpyBJHipkQi23Z7PEEQzQhmYEeb88+qrfvWjCk5pMXQX/idNU xn8iNV9TIwXSuyA+li8pvZJ3K1/77ygrPJpV+pmWhw+zKzyrFzWGXtI6HJWktorUtW o8Ly211coTing== From: kiasoc5 Message-ID: <20220728183314.4de3520d@aria> In-Reply-To: <20220720153922.2be9c843@aria> References: <20220720153922.2be9c843@aria> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/V6BhJwGXkzA439VHHoagXCx" Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (--) --MP_/V6BhJwGXkzA439VHHoagXCx Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Patch got mangled by word wrap, attaching it instead. Sorry! On Wed, Jul 20 2022, 03:39:22 PM +0000 kiasoc5 wrote: > From 677c2cb792dde411f57e7ea9b3a20f1a1d35310d Mon Sep 17 00:00:00 2001 > From: kiasoc5 > Date: Wed, 20 Jul 2022 11:25:31 -0400 > Subject: [PATCH] gnu: sshfs: Update to 3.7.3. > > * gnu/packages/linux.scm (sshfs): Update to 3.7.3. > [build-system]: Replace gnu-build-system with cmake-build-system. > [arguments]: Replace 'check with call to pytest. > [native-inputs]: Add dependencies to generate man page and run tests. > --- > gnu/packages/linux.scm | 26 ++++++++++++++++++++------ > 1 file changed, 20 insertions(+), 6 deletions(-) > > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index 19ba30aa16..63a29e8bc7 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -3472,20 +3472,34 @@ (define-public unionfs-fuse/static > (define-public sshfs > (package > (name "sshfs") > - (version "2.10") > + (version "3.7.3") > (source (origin > (method url-fetch) > (uri (string-append > "https://github.com/libfuse/sshfs/releases/" "download/sshfs-" version > "/sshfs-" version > - ".tar.gz")) > + ".tar.xz")) > (sha256 > (base32 > - > "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h")))) > - (build-system gnu-build-system) > + > "169fkilv060afgp9h7hvsbkg02bd1y77kmx06x0s7q1cvmxww62j")))) > + (build-system meson-build-system) > + (arguments > + (list > + #:phases > + #~(modify-phases %standard-phases > + (replace 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (invoke "python3" "-m" "pytest" "test/"))))))) ;; one > test is skipped, fuse kernel module is not loaded (inputs > - (list fuse glib)) > + (list fuse-3 glib)) > (native-inputs > - (list pkg-config)) > + (list pkg-config > + python-docutils ;; man page > + ;; tests > + which > + python > + python-pytest > + fuse)) > (home-page "https://github.com/libfuse/sshfs") > (synopsis "Mount remote file systems over SSH") > (description > > base-commit: be7b314f3fe22273e935accac22f313e44d3d970 --MP_/V6BhJwGXkzA439VHHoagXCx Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-sshfs-Update-to-3.7.3.patch >From 677c2cb792dde411f57e7ea9b3a20f1a1d35310d Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Wed, 20 Jul 2022 11:25:31 -0400 Subject: [PATCH] gnu: sshfs: Update to 3.7.3. * gnu/packages/linux.scm (sshfs): Update to 3.7.3. [build-system]: Replace gnu-build-system with cmake-build-system. [arguments]: Replace 'check with call to pytest. [native-inputs]: Add dependencies to generate man page and run tests. --- gnu/packages/linux.scm | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 19ba30aa16..63a29e8bc7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3472,20 +3472,34 @@ (define-public unionfs-fuse/static (define-public sshfs (package (name "sshfs") - (version "2.10") + (version "3.7.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/libfuse/sshfs/releases/" "download/sshfs-" version "/sshfs-" version - ".tar.gz")) + ".tar.xz")) (sha256 (base32 - "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h")))) - (build-system gnu-build-system) + "169fkilv060afgp9h7hvsbkg02bd1y77kmx06x0s7q1cvmxww62j")))) + (build-system meson-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "python3" "-m" "pytest" "test/"))))))) ;; one test is skipped, fuse kernel module is not loaded (inputs - (list fuse glib)) + (list fuse-3 glib)) (native-inputs - (list pkg-config)) + (list pkg-config + python-docutils ;; man page + ;; tests + which + python + python-pytest + fuse)) (home-page "https://github.com/libfuse/sshfs") (synopsis "Mount remote file systems over SSH") (description base-commit: be7b314f3fe22273e935accac22f313e44d3d970 -- 2.37.1 --MP_/V6BhJwGXkzA439VHHoagXCx-- From unknown Fri Jun 20 07:09:18 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: kiasoc5 Subject: bug#56670: closed (Re: bug#56670: [PATCH] gnu: sshfs: Update to 3.7.3.) Message-ID: References: <87les4qy58.fsf_-_@envs.net> <20220720153922.2be9c843@aria> X-Gnu-PR-Message: they-closed 56670 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56670@debbugs.gnu.org Date: Thu, 04 Aug 2022 07:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1659597242-12472-1" This is a multi-part message in MIME format... ------------=_1659597242-12472-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56670: [PATCH] gnu: sshfs: Update to 3.7.3. 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 56670@debbugs.gnu.org. --=20 56670: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56670 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1659597242-12472-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56670-done) by debbugs.gnu.org; 4 Aug 2022 07:13:50 +0000 Received: from localhost ([127.0.0.1]:50985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJV3G-0003Ee-CX for submit@debbugs.gnu.org; Thu, 04 Aug 2022 03:13:50 -0400 Received: from envs.net ([89.163.145.170]:59334 helo=mail.envs.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJV3D-0003EU-VO for 56670-done@debbugs.gnu.org; Thu, 04 Aug 2022 03:13:49 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 3DC2C38A0658; Thu, 4 Aug 2022 07:13:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1659597223; bh=fBvAgV4VqJMC2GfQxy2KNB1Z+/+Z8asZR2ZwZebojrI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=X7tM/72ncQv8c3ix5fMrjuM+JEwufs737L+YVWY0jJUl13VzxwvxDRv5ZjAPcLAGx aDyJqUf0pbDDkWNWLNN/ZvaSr/g9eR0D41bW+4lwCn6BrWaAa2d2NvjdmDxAZuFhFo ShJhzHYKkBAStEjL9GYwYW4/wdDxmWR7hzHoiZMYvTiJuiEEhdsDyuNGrpgAy83PBY Qz2DT6rLBSASMG+ySILcD8GWT+facwkfdXRwHQiaQGYD1aZSavQjTx38wkGvdyQ/4N us6r6qiz8XdiJ32lLwd3YDVgXUufHW3qz63XDTGVCoKHpznC1f5zcAwk8XH5AQGRBQ nSfYlNVPPC2dVzZERyiVJP9MKUBVCMM617EFnsuwcwruqkLPauC7zoSoOmPEJ9Jo4F Q1cv/GKbSu7qx2nvHa6WKJ5DU5sBUNxpmGqcytVltwWawRJ/IQeHRmMVEpPE2gkvQE WF4vnymeC41pmvEOtUA4jW5ND8TpR9XTmhPlAAqnls8/HckleqA655OY3wetXM6Egf uHaonjuEKwFFv8h9iqypjzY/lMDZcXc4NrICPXDnTjhMYQ+IOjni8W/RcZuFU7Rjl9 sEuqnEmTVKE1pOQGJEfObEaYVcnlZf0axue0Cy/jZlJP4xV8TL+V2UMsHgdkwjdcLh D/JOyzu2hMwjUKRWAElaq0Ow= 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 LC-WqjaTckrk; Thu, 4 Aug 2022 07:13:41 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: iyzsong@envs.net) by mail.envs.net (Postfix) with ESMTPSA; Thu, 4 Aug 2022 07:13:40 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 1804aa4c; Thu, 4 Aug 2022 07:13:39 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: kiasoc5 Subject: Re: bug#56670: [PATCH] gnu: sshfs: Update to 3.7.3. References: <20220720153922.2be9c843@aria> <20220728183314.4de3520d@aria> Date: Thu, 04 Aug 2022 15:13:39 +0800 In-Reply-To: <20220728183314.4de3520d@aria> (kiasoc5@disroot.org's message of "Thu, 28 Jul 2022 18:33:14 +0000") Message-ID: <87les4qy58.fsf_-_@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 56670-done Cc: 56670-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 (-) kiasoc5 writes: >> [...] >> + (invoke "python3" "-m" "pytest" "test/"))))))) ;; one >> test is skipped, fuse kernel module is not loaded (inputs Hello, I remove the tests inputs and phase, since not one test is skipped, but all tests are skipped due to missing FUSE kernel module in the builder environment. Pushed, thank you! ------------=_1659597242-12472-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jul 2022 15:39:54 +0000 Received: from localhost ([127.0.0.1]:58682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEBnm-0005IR-5l for submit@debbugs.gnu.org; Wed, 20 Jul 2022 11:39:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:43054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEBnW-0005I2-I0 for submit@debbugs.gnu.org; Wed, 20 Jul 2022 11:39:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEBnW-0003ef-CY for guix-patches@gnu.org; Wed, 20 Jul 2022 11:39:38 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEBnO-0007zF-N9 for guix-patches@gnu.org; Wed, 20 Jul 2022 11:39:32 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1C50F40D7D for ; Wed, 20 Jul 2022 17:39:28 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id Z34M7cpV-bck for ; Wed, 20 Jul 2022 17:39:26 +0200 (CEST) Date: Wed, 20 Jul 2022 15:39:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1658331565; bh=o4m1GJalznCx2noHXxD6upTeSKkjFSkHN/AZd5cg/fg=; h=Date:From:To:Subject; b=fLVwTDmjk7UsdhN4e2VknFgkKG6skPZ0W6M8JRZ69jVI9Q/h+poQZ0fvlmcF9Xc8A H8binsVBjgTR1lHE96xkxSXbv0ybvKXHDKDBcpBaAYQEXCJ0tiq4Schq8awAtwGYY2 OCern5XbrgiSgIVpsKI3XNU174sUGyg1SgtMxexpVvMRvHT4WZ3HajCd3K5J0zLM6B cmJV6otUwIPdUb8FFt/S1uJFkhmnDYsQPHY6FTyrJl/EAH2ezZrOe+EoSUM3PMct1a mW4XGnh3LOMwDsSeWPYNe/k2XmqbQDu1A818adjLlpAVjjE2Dv7COQsUeyDa/FMCy0 3sdL+PXTGRoyQ== From: kiasoc5 To: guix-patches@gnu.org Subject: [PATCH] gnu: sshfs: Update to 3.7.3. Message-ID: <20220720153922.2be9c843@aria> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) 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 (--) =46rom 677c2cb792dde411f57e7ea9b3a20f1a1d35310d Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Wed, 20 Jul 2022 11:25:31 -0400 Subject: [PATCH] gnu: sshfs: Update to 3.7.3. * gnu/packages/linux.scm (sshfs): Update to 3.7.3. [build-system]: Replace gnu-build-system with cmake-build-system. [arguments]: Replace 'check with call to pytest. [native-inputs]: Add dependencies to generate man page and run tests. --- gnu/packages/linux.scm | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 19ba30aa16..63a29e8bc7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3472,20 +3472,34 @@ (define-public unionfs-fuse/static (define-public sshfs (package (name "sshfs") - (version "2.10") + (version "3.7.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/libfuse/sshfs/releases/" "download/sshfs-" version "/sshfs-" version - ".tar.gz")) + ".tar.xz")) (sha256 (base32 - "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h")))) - (build-system gnu-build-system) + "169fkilv060afgp9h7hvsbkg02bd1y77kmx06x0s7q1cvmxww62j")))) + (build-system meson-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "python3" "-m" "pytest" "test/"))))))) ;; one test is skipped, fuse kernel module is not loaded (inputs - (list fuse glib)) + (list fuse-3 glib)) (native-inputs - (list pkg-config)) + (list pkg-config + python-docutils ;; man page + ;; tests + which + python + python-pytest + fuse)) (home-page "https://github.com/libfuse/sshfs") (synopsis "Mount remote file systems over SSH") (description base-commit: be7b314f3fe22273e935accac22f313e44d3d970 --=20 2.37.1 ------------=_1659597242-12472-1--