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

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

[debbugs-tracker] bug#37767: closed (gnu: pwsafe: Update to 3.5.0)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37767: closed (gnu: pwsafe: Update to 3.5.0)
Date: Tue, 15 Oct 2019 19:32:02 +0000

Your message dated Tue, 15 Oct 2019 22:31:06 +0300
with message-id <20191015193106.GC939@E5400>
and subject line Re: [bug#37767] gnu: pwsafe: Update to 3.5.0
has caused the debbugs.gnu.org bug report #37767,
regarding gnu: pwsafe: Update to 3.5.0
to be marked as done.

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


-- 
37767: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37767
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gnu: pwsafe: Update to 3.5.0 Date: Tue, 15 Oct 2019 19:55:04 +0200 User-agent: mu4e 1.2.0; emacs 26.3
Hi Guix,
pwsafe fails to build since the last glibc update.
There is a new release of pwsafe available that fixes the problem.
The attached patch updates pwsafe to 3.5.0 and gets the package building
again.
Let me know if there is something wrong with it.

Tim.

>From cfe5a34a80129e1b67cccb016991ae598da234ab Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <address@hidden>
Date: Tue, 15 Oct 2019 19:45:13 +0200
Subject: [PATCH] gnu: pwsafe: Update to 3.5.0

* gnu/packages/password-utils.scm (pwsafe): Update to 3.5.0 and use
  git-file-name.
---
 gnu/packages/password-utils.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index ff13be24db..954bb27181 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -21,7 +21,7 @@
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2018 Amirouche Boubekki <address@hidden>
-;;; Copyright © 2018 Tim Gesthuizen <address@hidden>
+;;; Copyright © 2018, 2019 Tim Gesthuizen <address@hidden>
 ;;; Copyright © 2019 Jens Mølgaard <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -183,7 +183,7 @@ algorithms AES or Twofish.")
 (define-public pwsafe
   (package
     (name "pwsafe")
-    (version "3.48.0")
+    (version "3.50.0")
     (home-page "https://www.pwsafe.org/"; )
     (source
      (origin
@@ -191,8 +191,8 @@ algorithms AES or Twofish.")
        (uri (git-reference
              (url "https://github.com/pwsafe/pwsafe.git";)
              (commit version)))
-       (sha256 (base32 "0hxv23yh76liggxbjn4m132z15sklra8ms341xgzl4n5vjx30ihi"))
-       (file-name (string-append name "-" version "-checkout"))))
+       (sha256 (base32 "01kfssd2vr64yh4dqhch58x36n3aj3hpj5n560f41rsxym69c6qs"))
+       (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs `(("gettext" ,gettext-minimal)
                      ("perl" ,perl)
-- 
2.23.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#37767] gnu: pwsafe: Update to 3.5.0 Date: Tue, 15 Oct 2019 22:31:06 +0300 User-agent: Mutt/1.12.2 (2019-09-21)
On Tue, Oct 15, 2019 at 07:55:04PM +0200, Tim Gesthuizen via Guix-patches via 
wrote:
> Hi Guix,
> pwsafe fails to build since the last glibc update.
> There is a new release of pwsafe available that fixes the problem.
> The attached patch updates pwsafe to 3.5.0 and gets the package building
> again.
> Let me know if there is something wrong with it.
> 
> Tim.
> 

Patch looks good. The only change I made was to move googletest from
inputs to native-inputs.


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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