diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2024-03-08 06:51:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:12 +0700 |
commit | 3c9f6000d0be97de2fb24e2e7cdbb65ec3296598 (patch) | |
tree | c8b3eaf12b8277a37f818915b5fd5a3b960390ac | |
parent | 710ce4af635eb1f239a9f22bdea2795ddf1558d0 (diff) |
system/kc: Updated for version 2.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/kc/README | 15 | ||||
-rw-r--r-- | system/kc/kc.SlackBuild | 4 | ||||
-rw-r--r-- | system/kc/kc.info | 6 | ||||
-rw-r--r-- | system/kc/slack-desc | 2 |
4 files changed, 12 insertions, 15 deletions
diff --git a/system/kc/README b/system/kc/README index 266b765ba1312..c058617b6208b 100644 --- a/system/kc/README +++ b/system/kc/README @@ -1,17 +1,14 @@ -kc is a console based password storing application using an encrypted +kc is a console-based password storing application using an encrypted XML document as its database. -Features include (but not limited to): - * fixed string or regex based search (if compiled with pcre) +Features include: + * fixed string or regex based search + * OpenSSH agent support for protecting the database + * YubiKey challenge-response support for protecting the database * encrypted or plain text database import/export - * fuzzy displaying of passwords if you suspect someone might watch - your monitor - * copy passwords to various clipboards * multiple keychains per database - * the usual editing functions - * compiles and works on *BSD and Linux + * copy passwords to various clipboards * editline (libedit) and readline support - * clean and simple CLI with command and keychain completion This SlackBuild has build options to control some of its behavior: LIBSCRYPT: If this variable is set, kc will be built with scrypt diff --git a/system/kc/kc.SlackBuild b/system/kc/kc.SlackBuild index d62986be8eed2..f69dbaf1db0d5 100644 --- a/system/kc/kc.SlackBuild +++ b/system/kc/kc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2011-2018 LEVAI Daniel +# Copyright (c) 2011-2024 LEVAI Daniel # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kc -VERSION=${VERSION:-2.5.1} +VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/kc/kc.info b/system/kc/kc.info index 432d2dad14c73..59fbdc96bec35 100644 --- a/system/kc/kc.info +++ b/system/kc/kc.info @@ -1,8 +1,8 @@ PRGNAM="kc" -VERSION="2.5.1" +VERSION="2.5.3" HOMEPAGE="https://github.com/levaidaniel/kc" -DOWNLOAD="https://github.com/levaidaniel/kc/archive/refs/tags/2.5.1/kc-2.5.1.tar.gz" -MD5SUM="0961f514b494a611915482910b876554" +DOWNLOAD="https://github.com/levaidaniel/kc/archive/refs/tags/2.5.3/kc-2.5.3.tar.gz" +MD5SUM="0886ffbc09c79d5d04b50edca56f2f1d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libbsd" diff --git a/system/kc/slack-desc b/system/kc/slack-desc index 6a39d94441c9e..a0c1780510b98 100644 --- a/system/kc/slack-desc +++ b/system/kc/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| kc: kc (console-based password management) kc: -kc: A console based password storing application using an encrypted XML +kc: A console-based password storing application using an encrypted XML kc: document as its database. kc: kc: Homepage: https://github.com/levaidaniel/kc |