From unknown Tue Jun 17 01:46:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39525] [PATCH 1/2] gnu: git-crypt: Update to 0.6.0. Resent-From: Brice Waegeneire Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 09 Feb 2020 09:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39525 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39525@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15812396193633 (code B ref -1); Sun, 09 Feb 2020 09:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Feb 2020 09:13:39 +0000 Received: from localhost ([127.0.0.1]:52051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0iep-0000wW-DD for submit@debbugs.gnu.org; Sun, 09 Feb 2020 04:13:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:45975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0ien-0000wP-Bk for submit@debbugs.gnu.org; Sun, 09 Feb 2020 04:13:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54645) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0iem-0007lx-Cg for guix-patches@gnu.org; Sun, 09 Feb 2020 04:13:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0iel-0004KY-FN for guix-patches@gnu.org; Sun, 09 Feb 2020 04:13:36 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:35739) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j0iel-0004E3-9C for guix-patches@gnu.org; Sun, 09 Feb 2020 04:13:35 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id E182AFF802 for ; Sun, 9 Feb 2020 09:13:33 +0000 (UTC) From: Brice Waegeneire Date: Sun, 9 Feb 2020 10:13:30 +0100 Message-Id: <20200209091330.30200-1-brice@waegenei.re> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.199 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 (-) * gnu/packages/version-control.scm (git-crypt): Update to 0.6.0. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ca8af00752..7bd0e35c08 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -593,7 +593,7 @@ write native speed custom Git applications in any language with bindings.") (define-public git-crypt (package (name "git-crypt") - (version "0.5.0") + (version "0.6.0") (source (origin (method git-fetch) @@ -602,7 +602,7 @@ write native speed custom Git applications in any language with bindings.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1x9209n3k49k998saadr2d0lmvs01smjinx7gzzyjdwj9l904sii")))) + (base32 "1ba5s0fvmd9hhnfhfsjrm40v0qpxfnwc8vmm55m0k4dryzkzx66q")))) (build-system gnu-build-system) (inputs `(("git" ,git) -- 2.24.1 From unknown Tue Jun 17 01:46:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39525] [PATCH 2/2] gnu: git-crypt: Install man page. References: <20200209091330.30200-1-brice@waegenei.re> In-Reply-To: <20200209091330.30200-1-brice@waegenei.re> Resent-From: Brice Waegeneire Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 09 Feb 2020 09:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39525 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39525@debbugs.gnu.org Received: via spool by 39525-submit@debbugs.gnu.org id=B39525.15812397343922 (code B ref 39525); Sun, 09 Feb 2020 09:16:01 +0000 Received: (at 39525) by debbugs.gnu.org; 9 Feb 2020 09:15:34 +0000 Received: from localhost ([127.0.0.1]:52065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0igg-00011C-5A for submit@debbugs.gnu.org; Sun, 09 Feb 2020 04:15:34 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:57229) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0igd-000113-P9 for 39525@debbugs.gnu.org; Sun, 09 Feb 2020 04:15:32 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id F1FCB1BF20D for <39525@debbugs.gnu.org>; Sun, 9 Feb 2020 09:15:30 +0000 (UTC) From: Brice Waegeneire Date: Sun, 9 Feb 2020 10:15:28 +0100 Message-Id: <20200209091528.31755-1-brice@waegenei.re> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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/version-control.scm (git-crypt)[native-inputs]: Add dockbook-xsl, libxslt. [arguments]: Add phase patch-makefile. --- gnu/packages/version-control.scm | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 7bd0e35c08..776e536e82 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -607,20 +607,33 @@ write native speed custom Git applications in any language with bindings.") (inputs `(("git" ,git) ("openssl" ,openssl))) + (native-inputs + `(("docbook-xsl" ,docbook-xsl) + ("libxslt" ,libxslt))) (arguments `(#:tests? #f ; No tests. #:phases (modify-phases %standard-phases (delete 'configure) + (add-after 'unpack 'patch-makefile + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "Makefile" + (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl") + (string-append (assoc-ref inputs "docbook-xsl") + "/xml/xsl/docbook-xsl-" + ,(package-version docbook-xsl) + "/manpages/docbook.xsl"))) + #t)) (replace 'build (lambda _ - (invoke "make"))) + (invoke "make" "ENABLE_MAN=yes"))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (invoke "make" "install" + "ENABLE_MAN=yes" (string-append "PREFIX=" out)))))))) - (home-page "https://www.agwa.name/projects/git-crypt") + (home-page "https://www.agwa.name/projects/git-crypt/") (synopsis "Transparent encryption of files in a git repository") (description "git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when -- 2.24.1 From unknown Tue Jun 17 01:46:21 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: Brice Waegeneire Subject: bug#39525: closed (Re: [bug#39525] [PATCH 2/2] gnu: git-crypt: Install man page.) Message-ID: References: <87eev3z5cm.fsf@nicolasgoaziou.fr> <20200209091330.30200-1-brice@waegenei.re> X-Gnu-PR-Message: they-closed 39525 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39525@debbugs.gnu.org Date: Sun, 09 Feb 2020 23:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1581292382-11124-1" This is a multi-part message in MIME format... ------------=_1581292382-11124-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39525: [PATCH 1/2] gnu: git-crypt: Update to 0.6.0. 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 39525@debbugs.gnu.org. --=20 39525: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39525 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1581292382-11124-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39525-done) by debbugs.gnu.org; 9 Feb 2020 23:52:13 +0000 Received: from localhost ([127.0.0.1]:53441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0wN3-0002sK-09 for submit@debbugs.gnu.org; Sun, 09 Feb 2020 18:52:13 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:2271) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0wN1-0002sA-BJ for 39525-done@debbugs.gnu.org; Sun, 09 Feb 2020 18:52:11 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 08559240004; Sun, 9 Feb 2020 23:52:09 +0000 (UTC) From: Nicolas Goaziou To: Brice Waegeneire Subject: Re: [bug#39525] [PATCH 2/2] gnu: git-crypt: Install man page. References: <20200209091330.30200-1-brice@waegenei.re> <20200209091528.31755-1-brice@waegenei.re> Date: Mon, 10 Feb 2020 00:52:09 +0100 In-Reply-To: <20200209091528.31755-1-brice@waegenei.re> (Brice Waegeneire's message of "Sun, 9 Feb 2020 10:15:28 +0100") Message-ID: <87eev3z5cm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39525-done Cc: 39525-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.7 (-) Hello, Brice Waegeneire writes: > * gnu/packages/version-control.scm (git-crypt)[native-inputs]: Add > dockbook-xsl, libxslt. > [arguments]: Add phase patch-makefile. I applied both patches (as 57f90b2a245786b6c6683b0cb95aa79c07273ff4 and ddc5e7468484b0527e6ee423bc42186283dd9998)... and added a copyright line for you. Thank you! Regards, -- Nicolas Goaziou ------------=_1581292382-11124-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Feb 2020 09:13:39 +0000 Received: from localhost ([127.0.0.1]:52051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0iep-0000wW-DD for submit@debbugs.gnu.org; Sun, 09 Feb 2020 04:13:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:45975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0ien-0000wP-Bk for submit@debbugs.gnu.org; Sun, 09 Feb 2020 04:13:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54645) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0iem-0007lx-Cg for guix-patches@gnu.org; Sun, 09 Feb 2020 04:13:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0iel-0004KY-FN for guix-patches@gnu.org; Sun, 09 Feb 2020 04:13:36 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:35739) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j0iel-0004E3-9C for guix-patches@gnu.org; Sun, 09 Feb 2020 04:13:35 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id E182AFF802 for ; Sun, 9 Feb 2020 09:13:33 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: git-crypt: Update to 0.6.0. Date: Sun, 9 Feb 2020 10:13:30 +0100 Message-Id: <20200209091330.30200-1-brice@waegenei.re> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.199 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: -1.0 (-) * gnu/packages/version-control.scm (git-crypt): Update to 0.6.0. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ca8af00752..7bd0e35c08 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -593,7 +593,7 @@ write native speed custom Git applications in any language with bindings.") (define-public git-crypt (package (name "git-crypt") - (version "0.5.0") + (version "0.6.0") (source (origin (method git-fetch) @@ -602,7 +602,7 @@ write native speed custom Git applications in any language with bindings.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1x9209n3k49k998saadr2d0lmvs01smjinx7gzzyjdwj9l904sii")))) + (base32 "1ba5s0fvmd9hhnfhfsjrm40v0qpxfnwc8vmm55m0k4dryzkzx66q")))) (build-system gnu-build-system) (inputs `(("git" ,git) -- 2.24.1 ------------=_1581292382-11124-1--