emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31733: closed ([PATCH] gnu: encfs: Update to 1.9.5


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31733: closed ([PATCH] gnu: encfs: Update to 1.9.5.)
Date: Mon, 18 Jun 2018 02:02:02 +0000

Your message dated Sun, 17 Jun 2018 22:01:08 -0400
with message-id <address@hidden>
and subject line Re: [bug#31733] [PATCH] gnu: encfs: Update to 1.9.5.
has caused the debbugs.gnu.org bug report #31733,
regarding [PATCH] gnu: encfs: Update to 1.9.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31733: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31733
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: encfs: Update to 1.9.5. Date: Wed, 6 Jun 2018 11:47:30 +0200
* gnu/packages/crypto.scm (encfs): Update to 1.9.5.
---
 gnu/packages/crypto.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f96fe0490..4707355f3 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -216,7 +216,7 @@ communication.")
 (define-public encfs
   (package
     (name "encfs")
-    (version "1.9.1")
+    (version "1.9.5")
     (source
      (origin
        (method url-fetch)
@@ -225,7 +225,7 @@ communication.")
                        version "/encfs-" version ".tar.gz"))
        (sha256
         (base32
-         "1906254dg5hwljh0h4gyrw09ms3b57dlhjfzhfzffv50yzpkl837"))
+         "0qzxavvv20577bxvly8s7d3y7bqasqclc2mllp0ddfncjm9z02a7"))
        (modules '((guix build utils)))
        ;; Remove bundled dependencies in favour of proper inputs.
        (snippet '(for-each delete-file-recursively
@@ -244,7 +244,12 @@ communication.")
        ("openssl" ,openssl)
        ("tinyxml2" ,tinyxml2)))
     (arguments
-     `(#:configure-flags (list "-DUSE_INTERNAL_TINYXML=OFF")))
+     `(#:configure-flags (list "-DUSE_INTERNAL_TINYXML=OFF")
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'check 'make-unittests
+           (lambda _
+             (zero? (system* "make" "unittests")))))))
     (home-page "https://vgough.github.io/encfs";)
     (synopsis "Encrypted virtual file system")
     (description
-- 
2.17.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31733] [PATCH] gnu: encfs: Update to 1.9.5. Date: Sun, 17 Jun 2018 22:01:08 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Pierre Neidhardt <address@hidden> writes:

> This last patch looks good to me.
> Can we merge it?

Sorry for the delay! I went ahead and pushed the change. As more
dependencies are unbundled, we may update the package definition.

Thanks,
Kei

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]