summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author ArTourter2024-03-14 12:30:05 +0100
committer Willy Sudiarto Raharjo2024-03-15 14:27:41 +0100
commit037e749b52df5c6d19a69558bb0137a27c2d70c3 (patch)
tree82d22d1db373ec86fc0a01dc0f388592772da17f /office
parent62ca0a3d8ddc2fc105530897354b7ec76e77724d (diff)
downloadslackbuilds-037e749b52df5c6d19a69558bb0137a27c2d70c3.tar.gz
office/keepassxc: Updated for version 2.7.7.
add libminizip as requirements. default KEESHARE to on since libminizip is required anyway. updated README to reflect changes. Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/keepassxc/README6
-rw-r--r--office/keepassxc/keepassxc.SlackBuild6
-rw-r--r--office/keepassxc/keepassxc.info8
3 files changed, 10 insertions, 10 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README
index 34eaa9ab4f..c5330250f0 100644
--- a/office/keepassxc/README
+++ b/office/keepassxc/README
@@ -25,8 +25,7 @@ script.
To include documentation, 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, and introduces a
-dependency on libraries/libminizip
+enabled. It can be disabled by setting KEESHARE=OFF.
Support of FdoSecrets is disabled by default. It can be enabled by
passing FDOSECRETS=ON to the script
@@ -36,4 +35,5 @@ UPDATECHECK=OFF is provided.
Autotype may be disabled by passing AUTOTYPE=OFF.
-As of version 2.7.0, keepassxc requires Botan.
+As of version 2.7.0, keepassxc requires Botan, and as of 2.7.7,
+keepassxc requires libminizip.
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild
index dafa3485be..2696a9d0f2 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-2023 Gregory J. L. Tourte <artourter@gmail.com>
+# Copyright 2021-2024 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.7.6}
+VERSION=${VERSION:-2.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -95,7 +95,7 @@ mkdir -p build
-DWITH_XC_YUBIKEY=${YUBIKEY:-OFF} \
-DWITH_XC_AUTOTYPE=${AUTOTYPE:-ON} \
-DWITH_XC_SSHAGENT=${SSHAGENT:-ON} \
- -DWITH_XC_KEESHARE=${KEESHARE:-OFF} \
+ -DWITH_XC_KEESHARE=${KEESHARE:-ON} \
-DWITH_XC_NETWORKING=${NETWORKING:-ON} \
-DWITH_XC_FDOSECRETS=${FDOSECRETS:-OFF} \
-DWITH_XC_UPDATECHECK=${UPDATECHECK:-ON} \
diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info
index e90058be8e..5a00650679 100644
--- a/office/keepassxc/keepassxc.info
+++ b/office/keepassxc/keepassxc.info
@@ -1,10 +1,10 @@
PRGNAM="keepassxc"
-VERSION="2.7.6"
+VERSION="2.7.7"
HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
-DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz"
-MD5SUM="0dfa2371e4f1619b9b9232b7568886a6"
+DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/keepassxc-2.7.7-src.tar.xz"
+MD5SUM="3d877de7149ab18c0a95fc86b295064f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Botan"
+REQUIRES="Botan libminizip"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"