diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/keepassxc/README | 6 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 6 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index 34eaa9ab4f60..c5330250f069 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 dafa3485bed9..2696a9d0f2c0 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 e90058be8eb1..5a00650679a4 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" |