summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2013-11-30 17:38:06 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-12-02 00:58:16 -0600
commit4e6e13b45b200e60ca53781884ef6ae151d870fb (patch)
tree2b19899e2cab4b72a654c9f553b2099536d73c15 /system
parentaf0d1ed65709c55351e2610494fa076252b55829 (diff)
downloadslackbuilds-4e6e13b45b200e60ca53781884ef6ae151d870fb.tar.gz
slackbuilds-4e6e13b45b200e60ca53781884ef6ae151d870fb.tar.xz
system/kc: Updated for version 2.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/kc/README11
-rw-r--r--system/kc/kc.SlackBuild5
-rw-r--r--system/kc/kc.info8
3 files changed, 13 insertions, 11 deletions
diff --git a/system/kc/README b/system/kc/README
index 5db08990aa..dcd19ed104 100644
--- a/system/kc/README
+++ b/system/kc/README
@@ -1,14 +1,15 @@
-A console based password storing application using an encrypted XML document as
-its database.
+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)
* encrypted or plain text database import/export
- * fuzzy displaying of passwords if you suspect someone might watch your
- monitor
+ * fuzzy displaying of passwords if you suspect someone might watch
+ your monitor
* multiple keychains per database
* the usual editing functions
* compiles and works on *BSD and Linux
* editline (libedit) and readline support
* clean and simple CLI with command and keychain completion
- * comes with a tiny and simple utility which can convert an exported pwsafe database to a kc compatible XML database
+ * comes with a tiny and simple utility which can convert an exported
+ pwsafe database to a kc compatible XML database
diff --git a/system/kc/kc.SlackBuild b/system/kc/kc.SlackBuild
index 47740a9d80..24df7cd815 100644
--- a/system/kc/kc.SlackBuild
+++ b/system/kc/kc.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kc
-VERSION=2.3.0
+VERSION=2.3.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+[ -e $CWD/$VERSION.tar.gz ] && tar xvf $CWD/$VERSION.tar.gz
+[ -e $CWD/$PRGNAM-$VERSION.tar.gz ] && tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/system/kc/kc.info b/system/kc/kc.info
index 6cb380bda6..a25edc4068 100644
--- a/system/kc/kc.info
+++ b/system/kc/kc.info
@@ -1,8 +1,8 @@
PRGNAM="kc"
-VERSION="2.3.0"
-HOMEPAGE="http://keychain.googlecode.com"
-DOWNLOAD="http://keychain.googlecode.com/files/kc-2.3.0.tar.gz"
-MD5SUM="796afcec74008e60b64dc8b43505d9ab"
+VERSION="2.3.1"
+HOMEPAGE="https://github.com/levaidaniel/kc"
+DOWNLOAD="https://github.com/levaidaniel/kc/archive/2.3.1.tar.gz"
+MD5SUM="8097bbfc690a16fa4523eb169fd04cd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libbsd perl-html-parser"