pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 20 21:24:52 UTC 2022

Modified Files:
        pkgsrc/security/keepassxc: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/keepassxc/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/keepassxc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.44 pkgsrc/security/keepassxc/Makefile:1.45
--- pkgsrc/security/keepassxc/Makefile:1.44     Mon Apr 18 19:11:59 2022
+++ pkgsrc/security/keepassxc/Makefile  Wed Apr 20 21:24:52 2022
@@ -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//}
-PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=keepassxreboot/}
-GITHUB_RELEASE=        2.7.0
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/keepassxc/distinfo
diff -u pkgsrc/security/keepassxc/distinfo:1.17 pkgsrc/security/keepassxc/distinfo:1.18
--- pkgsrc/security/keepassxc/distinfo:1.17     Wed Mar 30 09:06:18 2022
+++ pkgsrc/security/keepassxc/distinfo  Wed Apr 20 21:24:52 2022
@@ -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
-SHA512 (keepassxc-2.7.0-src.tar.xz) = 0fc436ae5fb8fb82765a0c2df20c9567b1baf6aceff1e08c843a151ddcc0920d4cb2d416aebd89bdd8f1b53efb0a4ad0f579955c6943ee66c20b0becbb978e12
-Size (keepassxc-2.7.0-src.tar.xz) = 8846780 bytes
+BLAKE2s (keepassxc-2.7.1-src.tar.xz) = e3b59508e046e2ccbf86fcbd841ccfcc6de987f9c34d8b3fd424363836810df1
+SHA512 (keepassxc-2.7.1-src.tar.xz) = ca0950e7c0e6d119b7c7122ac2684084a668be6798eb22a6e1271f8e05a86c943203f7f1c56b948deab3948f6b376e838db364e5bc5f6f7bc73ba72ad9461299
+Size (keepassxc-2.7.1-src.tar.xz) = 8804436 bytes



Home | Main Index | Thread Index | Old Index