keepassxc: update to 2.7.1.
## 2.7.1 (2022-04-05) ### Changes - Show when tags are changed in entry history [#7638] - Improve tags editing and allow spaces in tags [#7708] - Improve layout of entry preview panel [#7767] - Incorporate patches to support Flatpak distribution [#7728] - Add expiration presets for 12 and 24 hours [#7738] ### Fixes - Fix crash when building history change list [#7638] - Fix hiding password on database unlock [#7725] - Fix AES KDF slow transform speed [#7755] - Auto-Type: Correct timing issue on macOS and Linux that prevented typing [#7588] - Auto-Type: Fix use of Ctrl/Alt/Shift/Win modifiers on Windows [#7629] - Auto-Type: Reduce/eliminate delay when searching for entries [#7598] - Auto-Type: Map ASCII dead keys on Linux for international keyboards [#7614] - CLI: Fix detection of hardware keys (YubiKey) [#7593] - CLI: Add missing parameter `-c` to add/edit entries command [#7594] - Secret Service: Fix crash when multiple prompts are shown [#7786] - SSH Agent: Fix default agent selection on Windows [#7764] - Fix database unlock dialog not being the top window on Linux [#7771] - Fix drag/drop entries between tabs on Wayland [#7628] - Fix compiling with minizip-ng [#7638]
This commit is contained in:
parent
90b8a23892
commit
2b19fe52b0
2 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,10 @@
|
||||||
# $NetBSD: Makefile,v 1.44 2022/04/18 19:11:59 adam Exp $
|
# $NetBSD: Makefile,v 1.45 2022/04/20 21:24:52 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= keepassxc-${GITHUB_RELEASE}-src
|
DISTNAME= keepassxc-2.7.1-src
|
||||||
PKGNAME= ${DISTNAME:S/-src//}
|
PKGNAME= ${DISTNAME:S/-src//}
|
||||||
PKGREVISION= 3
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/}
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/}
|
||||||
GITHUB_RELEASE= 2.7.0
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||||
EXTRACT_SUFX= .tar.xz
|
EXTRACT_SUFX= .tar.xz
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.17 2022/03/30 09:06:18 wiz Exp $
|
$NetBSD: distinfo,v 1.18 2022/04/20 21:24:52 wiz Exp $
|
||||||
|
|
||||||
BLAKE2s (keepassxc-2.7.0-src.tar.xz) = 958eb9f4a0a5cc6f1367bc5a957eb57f0f98dc15e04caf8687c91f878ee9e3dc
|
BLAKE2s (keepassxc-2.7.1-src.tar.xz) = e3b59508e046e2ccbf86fcbd841ccfcc6de987f9c34d8b3fd424363836810df1
|
||||||
SHA512 (keepassxc-2.7.0-src.tar.xz) = 0fc436ae5fb8fb82765a0c2df20c9567b1baf6aceff1e08c843a151ddcc0920d4cb2d416aebd89bdd8f1b53efb0a4ad0f579955c6943ee66c20b0becbb978e12
|
SHA512 (keepassxc-2.7.1-src.tar.xz) = ca0950e7c0e6d119b7c7122ac2684084a668be6798eb22a6e1271f8e05a86c943203f7f1c56b948deab3948f6b376e838db364e5bc5f6f7bc73ba72ad9461299
|
||||||
Size (keepassxc-2.7.0-src.tar.xz) = 8846780 bytes
|
Size (keepassxc-2.7.1-src.tar.xz) = 8804436 bytes
|
||||||
|
|
Loading…
Reference in a new issue