Package Details: passwordsafe 1.18.2-1

Git Clone URL: https://aur.archlinux.org/passwordsafe.git (read-only, click to copy)
Package Base: passwordsafe
Description: Simple & Secure Password Management
Upstream URL: https://pwsafe.org/
Keywords: password pwsafe security yubikey
Licenses: Artistic2.0
Conflicts: passwordsafe-debian, pwsafe, pwsafe-gui
Submitter: Namarrgon
Maintainer: Namarrgon
Last Packager: Namarrgon
Votes: 30
Popularity: 0.028915
First Submitted: 2014-05-07 13:02 (UTC)
Last Updated: 2024-01-29 12:22 (UTC)

Pinned Comments

Namarrgon commented on 2020-01-07 15:56 (UTC)

Updates are usually delayed by the lack of signed tarballs.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

smason commented on 2016-10-14 15:02 (UTC)

Not sure how to submit this officially, but the following patch updates to 1.00. 61fe1bd3b926c2617e328a275c53b626ab60ee7a Mon Sep 17 00:00:00 2001 From: Sam Mason <sam@samason.uk> Date: Fri, 14 Oct 2016 15:47:09 +0100 Subject: [PATCH] version bumped to 1.00 --- PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8fb7869..6488770 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pwsafe pkgname=passwordsafe -_pkgver=0.99 +_pkgver=1.00 pkgver="$_pkgver"BETA pkgrel=1 pkgdesc="Simple & Secure Password Management" @@ -14,9 +14,10 @@ depends=('libxtst' 'wxgtk' 'webkitgtk2' 'yubikey-personalization' 'xerces-c') makedepends=('zip' 'libxt') optdepends=('xvkbd: virtual-keyboard support') conflicts=('passwordsafe-debian' 'passwordsafe-git' 'pwsafe' 'pwsafe-gui') -source=(https://github.com/pwsafe/pwsafe/releases/download/$pkgver/pwsafe-$pkgver-src.tgz{,.sig}) +source=(https://github.com/pwsafe/pwsafe/archive/$pkgver.tar.gz + https://github.com/pwsafe/pwsafe/releases/download/$pkgver/$pkgver.tar.gz.sig) validpgpkeys=('A703C1328EABC7B201753BA3919464515CCF8BB3') #Rony Shapiro -sha1sums=('3b736247712c5054e511b8946e7b93eb31eaf287' +sha1sums=('44693a6442afb71bf5f3a6eb228205eef507e282' 'SKIP') prepare() { -- 2.10.0

diraimondo commented on 2016-02-15 18:07 (UTC)

Using pacman 5.0: :: Checking passwordsafe integrity... ==> ERROR: url should not be an array :: failed to verify passwordsafe integrity

Namarrgon commented on 2015-09-28 22:02 (UTC)

You have to either import the key manually into the user's gpg-keyring or set up gpg to do it automatically for you: https://wiki.archlinux.org/index.php/Makepkg#Signature_checking Some background: http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/

thriftyb commented on 2015-09-28 21:47 (UTC)

I am getting this when building: ==> Validating source files with md5sums... pwsafe-0.96BETA-src.tgz ... Passed pwsafe-0.96BETA-src.tgz.sig ... Skipped ==> Verifying source file signatures with gpg... pwsafe-0.96BETA-src.tgz ... FAILED (unknown public key 919464515CCF8BB3) ==> ERROR: One or more PGP signatures could not be verified! ==> Removing installed dependencies... checking dependencies... Packages (1) zip-3.0-6 Total Removed Size: 0.54 MiB :: Do you want to remove these packages? [Y/n]

dangersalad commented on 2015-09-20 20:06 (UTC)

You should add a package conflict for `pwsafe-gui`, this is an older AUR package that is superceeded by this one Also, RE: yubikey stuff, I believe all of those have moved into the official repo

Namarrgon commented on 2015-08-30 17:09 (UTC)

I uploaded 'ykpers' and 'libyubikey' to the AUR but I cannot test either of them due to lack of a device. Remember that one can build passwordsafe without yubikey-support, the PKGBUILD is commented.

gim commented on 2015-08-30 13:39 (UTC)

Package `ykpers` does not exist in AUR any more

Namarrgon commented on 2015-05-27 10:22 (UTC)

Patched until this is sorted out. https://sourceforge.net/p/passwordsafe/bugs/1251/#846e

Namarrgon commented on 2015-05-27 06:44 (UTC)

This is related to the recent gcc 5.1.0 update; whether it is a gcc issue or some flaw in the passwordsafe code exposed by the new gcc, I'm not sure yet. http://sourceforge.net/p/passwordsafe/mailman/message/34138704/

Atlas commented on 2015-05-26 17:21 (UTC)

Add another one to the fail pile, same issue as previous two comments.