summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2022-03-26 17:29:22 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:41 +0700
commit3648de1cc808afa5e9210c39a8c524cee9c3a6e5 (patch)
treeee5fa0140fe2b6d28614272b5f39cdac9fbc1822 /office
parentd0e1208a0cc18366a8d83038340c6fa68f1f6d5a (diff)
downloadslackbuilds-3648de1cc808afa5e9210c39a8c524cee9c3a6e5.tar.gz
slackbuilds-3648de1cc808afa5e9210c39a8c524cee9c3a6e5.tar.xz
office/keepassxc: Updated for version 2.7.0
New hard requirement on Botan Updated optional requirement for building YUBIKEY support Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/keepassxc/README35
-rw-r--r--office/keepassxc/keepassxc.SlackBuild4
-rw-r--r--office/keepassxc/keepassxc.info8
3 files changed, 24 insertions, 23 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README
index 9a5a439847..ee2bb35315 100644
--- a/office/keepassxc/README
+++ b/office/keepassxc/README
@@ -2,35 +2,36 @@ KeePassXC is a password and personal data management application that
supports the KeePass Password Safe file format.
KeePassXC is a fork of KeePassX that aims to incorporate stalled Pull
-Requests, features, and bug fixes that are not being incorporated
-into the main KeePassX baseline. KeePassXC may be installed alongside
+Requests, features, and bug fixes that are not being incorporated into
+the main KeePassX baseline. KeePassXC may be installed alongside
KeePassX (also available as a SlackBuild).
-KeePassXC can be built with YubiKey two-factor authentication
-support for unlocking the database. This introduces a dependency on
-misc/ykpers and can be enabled by passing YUBIKEY=ON to the script.
+KeePassXC can be built with YubiKey two-factor authentication support
+for unlocking the database. This introduces a dependency on
+system/pcsc-lite and can be enabled by passing YUBIKEY=ON to the script.
-Browser support is enabled by default, meaning that KeePassXC
-can function as password storage for Mozilla Firefox and
-Chromium/Chrome. This may be disabled by passing BROWSER=OFF to the
-script.
+Browser support is enabled by default, meaning that KeePassXC can
+function as password storage for Mozilla Firefox and Chromium/Chrome.
+This may be disabled by passing BROWSER=OFF to the script.
-KeePassXC will be built with SSH agent support, allowing it to
-interact with a running agent. This may be disabled by passing
-SSHAGENT=OFF to the script.
+KeePassXC will be built with SSH agent support, allowing it to interact
+with a running agent. This may be disabled by passing SSHAGENT=OFF to
+the script.
Networking support, allowing website favicons to be downloaded, is
-enabled by default. This maybe disabled by passing NETWORKING=OFF to
-the script.
+enabled by default. This maybe disabled by passing NETWORKING=OFF to the
+script.
To include documentation, rubygem-asciidoctor must be installed and
DOCS=ON must be passed to the script.
-Support for database sharing and synchronisation using KeeShare will
-be disabled. It can be enabled by setting KEESHARE=ON, or a secure
-version can be enabled with KEESHARE_SECURE=ON.
+Support for database sharing and synchronisation using KeeShare will be
+disabled. It can be enabled by setting KEESHARE=ON, or a secure version
+can be enabled with KEESHARE_SECURE=ON.
KeePassXC will display a notification of new releases unless the option
UPDATECHECK=OFF is provided.
Autotype may be disabled by passing AUTOTYPE=OFF.
+
+As of version 2.7.0, keepassxc requires Botan.
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild
index dca6cc42b3..8cc6a7da04 100644
--- a/office/keepassxc/keepassxc.SlackBuild
+++ b/office/keepassxc/keepassxc.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for KeePassXC
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com>
+# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=keepassxc
-VERSION=${VERSION:-2.6.6}
+VERSION=${VERSION:-2.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info
index 0bfcf4c335..2600347e2b 100644
--- a/office/keepassxc/keepassxc.info
+++ b/office/keepassxc/keepassxc.info
@@ -1,10 +1,10 @@
PRGNAM="keepassxc"
-VERSION="2.6.6"
+VERSION="2.7.0"
HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
-DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.6.6/keepassxc-2.6.6-src.tar.xz"
-MD5SUM="ea440316c59f46a1fe1c3ccbad1513f1"
+DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.0/keepassxc-2.7.0-src.tar.xz"
+MD5SUM="18b3bf6a14c3d735d469551b33d6a4e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="Botan"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"