diff mbox series

[bug#44356] Update pwsafe to 3.54.1

Message ID 87pn4ycml1.fsf@yahoo.de
State Accepted
Headers show
Series [bug#44356] Update pwsafe to 3.54.1 | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Tim Gesthuizen Oct. 31, 2020, 5:49 p.m. UTC
Hi everyone!

Please find patches that update pwsafe from 3.52 to 3.54.1
attached. Please note that like before the build is not completely
deterministic because of time stamps in zip archives. I'll see if I
can find the time to fix that.

Tim.

Comments

Ludovic Courtès Nov. 3, 2020, 10:46 a.m. UTC | #1
Hi Tim,

Tim Gesthuizen <tim.gesthuizen@yahoo.de> skribis:

> Please find patches that update pwsafe from 3.52 to 3.54.1
> attached. Please note that like before the build is not completely
> deterministic because of time stamps in zip archives. I'll see if I
> can find the time to fix that.

That’d be nice.  (That reminds me of a module that you or Hartmut (?)
submitted a while back to have tools to reset zip timestamps.  Not sure
what happened but it would have been handy here!)

>>From 6253a01f7fd2c97eabe44f14979119aa3f152ff8 Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
> Date: Thu, 15 Oct 2020 11:17:55 +0200
> Subject: [PATCH] gnu: pwsafe: Update to 3.54.1
>
> * gnu/packages/password-utils.scm (pwsafe): Update to 3.54.1.

Applied, thanks!

Ludo’.
diff mbox series

Patch

From 6253a01f7fd2c97eabe44f14979119aa3f152ff8 Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
Date: Thu, 15 Oct 2020 11:17:55 +0200
Subject: [PATCH] gnu: pwsafe: Update to 3.54.1

* gnu/packages/password-utils.scm (pwsafe): Update to 3.54.1.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index f80729aa2d..c1bd212f09 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -211,7 +211,7 @@  algorithms AES or Twofish.")
 (define-public pwsafe
   (package
     (name "pwsafe")
-    (version "3.52.0")
+    (version "3.54.1")
     (home-page "https://www.pwsafe.org/")
     (source
      (origin
@@ -220,7 +220,7 @@  algorithms AES or Twofish.")
              (url "https://github.com/pwsafe/pwsafe")
              (commit version)))
        (sha256
-        (base32 "1ka7xsl63v0559fzf3pwc1iqr37gwr4vq5iaxa2hzar2g28hsxvh"))
+        (base32 "0d51dlw98mv23nwb0b5jyji8gnb9f5cnig6kivfljl97lmr6lhvf"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs
-- 
2.29.1