Skip to content
Snippets Groups Projects
Unverified Commit 9b572aba authored by Tim Gesthuizen via Guix-patches via's avatar Tim Gesthuizen via Guix-patches via Committed by Tobias Geerinckx-Rice
Browse files

gnu: pwsafe: Update to 3.52.0.


* gnu/packages/password-utils.scm (pwsafe): Update to 3.52.0.
[arguments]: Remove obsolete work-arounds.

Co-authored-by: default avatarTobias Geerinckx-Rice <me@tobias.gr>
parent cf0abc23
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net> ;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de> ;;; Copyright © 2018, 2019, 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk> ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
...@@ -196,7 +196,7 @@ (define-public keepassx ...@@ -196,7 +196,7 @@ (define-public keepassx
(define-public pwsafe (define-public pwsafe
(package (package
(name "pwsafe") (name "pwsafe")
(version "3.50.0") (version "3.52.0")
(home-page "https://www.pwsafe.org/") (home-page "https://www.pwsafe.org/")
(source (source
(origin (origin
...@@ -205,7 +205,7 @@ (define-public pwsafe ...@@ -205,7 +205,7 @@ (define-public pwsafe
(url "https://github.com/pwsafe/pwsafe.git") (url "https://github.com/pwsafe/pwsafe.git")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "01kfssd2vr64yh4dqhch58x36n3aj3hpj5n560f41rsxym69c6qs")) (base32 "1ka7xsl63v0559fzf3pwc1iqr37gwr4vq5iaxa2hzar2g28hsxvh"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
...@@ -232,15 +232,7 @@ (define-public pwsafe ...@@ -232,15 +232,7 @@ (define-public pwsafe
(display "find_package(GTest) (display "find_package(GTest)
add_subdirectory(src/test)\n" cmake-port) add_subdirectory(src/test)\n" cmake-port)
(close cmake-port) (close cmake-port)
#t))) #t))))))
(add-after 'add-gtest 'patch-executables
(lambda* (#:key inputs #:allow-other-keys)
(chmod "src/test/OSTest.cpp" #o644)
(substitute* "src/os/unix/media.cpp"
(("/usr/bin/file")
(string-append (assoc-ref inputs "file")
"/bin/file")))
#t)))))
(synopsis "Password safe with automatic input and key generation") (synopsis "Password safe with automatic input and key generation")
(description "pwsafe is a password manager originally designed by Bruce (description "pwsafe is a password manager originally designed by Bruce
Schneier. It offers a simple UI to manage passwords for different services. Schneier. It offers a simple UI to manage passwords for different services.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment