Browse Source

system/kc: Updated for version 2.5.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/217/head
LEVAI Daniel 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
3c9f6000d0
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 15
      system/kc/README
  2. 4
      system/kc/kc.SlackBuild
  3. 6
      system/kc/kc.info
  4. 2
      system/kc/slack-desc

15
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

4
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}

6
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"

2
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

Loading…
Cancel
Save