Search Criteria
Package Details: tomb-kdf-git 2.6.r7.g6f2ce59-1
Git Clone URL: | https://aur.archlinux.org/tomb-git.git (read-only, click to copy) |
---|---|
Package Base: | tomb-git |
Description: | Crypto Undertaker extensions to improve password security |
Upstream URL: | https://www.dyne.org/software/tomb/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | BoySka |
Maintainer: | TrialnError |
Last Packager: | TrialnError |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2011-07-04 18:58 |
Last Updated: | 2019-08-02 19:50 |
Dependencies (3)
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- git (git-git) (make)
- libgcrypt (libgcrypt15-git, libgcrypt-git) (make)
Latest Comments
1 2 Next › Last »
TrialnError commented on 2015-12-30 18:40
No need to flag a package out of date, that is built from the latest master on every build invoke.
Users are responsible to update those manually
Edit: Unless there a changes that need to be applied
HalosGhost commented on 2014-01-29 00:30
test0, fixed. However, as I no longer use Tomb, I will orphan this so that someone who is more involved with it can keep it up to date.
All the best,
test0 commented on 2014-01-28 22:16
BoySka:
--- PKGBUILD.old 2013-06-26 23:08:50.000000000 +0400
+++ PKGBUILD.new 2014-01-29 02:15:22.163260588 +0400
@@ -30,7 +30,7 @@
}
build() {
- cd "${_name}/extras/kdf"
+ cd "${_name}/extras/kdf-keys"
make
}
@@ -38,6 +38,6 @@
install -Dm644 "_${_name}" "${pkgdir}/usr/share/zsh/site-functions/_${_name}"
cd "${_name}"
make DESTDIR="${pkgdir}" PREFIX=/usr install
- cd extras/kdf
+ cd extras/kdf-keys
make DESTDIR="${pkgdir}" PREFIX=/usr install
}
Sorry for unclear comment. That directory was renamed.
BoySka commented on 2014-01-27 18:15
test0: what do you mean? what should be replaced?
test0 commented on 2014-01-27 18:05
Please replace "kdf" with "kdf-keys".
HalosGhost commented on 2013-06-26 19:09
Updated for kdf support.
BoySka commented on 2013-06-22 08:35
HalosGhost: the choice is up to the packager; that is, you. I think that such a critical feature should be handled as part of the package itself. Note that, while it adds libgcrypt as dependency, actually cryptsetup already depends on it, so there's no need for libgcrypt to be added to dependencies.
It is in extras/kdf
HalosGhost commented on 2013-06-22 05:20
Boyska, in which directory? And should it be managed as if it were a split package?
BoySka commented on 2013-06-12 09:14
Hey, kdf support has finally come back (see https://github.com/dyne/Tomb/issues/94) so it can (and should) be included in the package.
a simple
DESTDIR=${pkgdir} PREFIX=/usr make
should be enough.
Anonymous comment on 2013-05-19 18:43
Thank you very much, you are doing a great job! :D