From 037e749b52df5c6d19a69558bb0137a27c2d70c3 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Thu, 14 Mar 2024 11:30:05 +0000 Subject: 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 Signed-off-by: Willy Sudiarto Raharjo --- office/keepassxc/README | 6 +++--- office/keepassxc/keepassxc.SlackBuild | 6 +++--- office/keepassxc/keepassxc.info | 8 ++++---- 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 -# Copyright 2021-2023 Gregory J. L. Tourte +# Copyright 2021-2024 Gregory J. L. Tourte # 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" -- cgit v1.2.3-65-gdbad