summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author LEVAI Daniel2024-03-08 00:51:43 +0100
committer Willy Sudiarto Raharjo2024-03-09 00:18:12 +0100
commit3c9f6000d0be97de2fb24e2e7cdbb65ec3296598 (patch)
treec8b3eaf12b8277a37f818915b5fd5a3b960390ac /system
parent710ce4af635eb1f239a9f22bdea2795ddf1558d0 (diff)
downloadslackbuilds-3c9f6000d0be97de2fb24e2e7cdbb65ec3296598.tar.gz
system/kc: Updated for version 2.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/kc/README15
-rw-r--r--system/kc/kc.SlackBuild4
-rw-r--r--system/kc/kc.info6
-rw-r--r--system/kc/slack-desc2
4 files changed, 12 insertions, 15 deletions
diff --git a/system/kc/README b/system/kc/README
index 266b765ba1..c058617b62 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 d62986be8e..f69dbaf1db 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 432d2dad14..59fbdc96be 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 6a39d94441..a0c1780510 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