all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim Gesthuizen via Guix-patches via <guix-patches@gnu.org>
To: 37767@debbugs.gnu.org
Subject: [bug#37767] gnu: pwsafe: Update to 3.5.0
Date: Tue, 15 Oct 2019 19:55:04 +0200	[thread overview]
Message-ID: <87zhi1c2rr.fsf@yahoo.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

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.


[-- Attachment #2: 0001-gnu-pwsafe-Update-to-3.5.0.patch --]
[-- Type: text/x-patch, Size: 1875 bytes --]

From cfe5a34a80129e1b67cccb016991ae598da234ab Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
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 <arunisaac@systemreboot.net>
 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
-;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
+;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
 ;;;
 ;;; 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


             reply	other threads:[~2019-10-15 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15 17:55 Tim Gesthuizen via Guix-patches via [this message]
2019-10-15 19:31 ` [bug#37767] gnu: pwsafe: Update to 3.5.0 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhi1c2rr.fsf@yahoo.de \
    --to=guix-patches@gnu.org \
    --cc=37767@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.