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:           Mon Mar 11 13:14:11 UTC 2024

Modified Files:
        pkgsrc/security/keepassxc: Makefile distinfo
Removed Files:
        pkgsrc/security/keepassxc/patches: patch-src_keys_FileKey.h

Log Message:
keepassxc: update to 2.7.7.

## 2.7.7 (2024-03-09)

### Changes
- Support USB Hotplug for Hardware Key interface [#10092]
- Support 1PUX and Bitwarden import [#9815]
- Browser: Add support for PassKeys [#8825, #9987, #10318]
- Build System: Move to vcpkg manifest mode [#10088]

### Fixes
- Fix multiple TOTP issues [#9874]
- Fix focus loss on save when the editor is not visible anymore [#10075]
- Fix visual when removing entry from history [#9947]
- Fix first entry is not selected when a search is performed [#9868]
- Prevent scrollbars on entry drag/drop [#9747]
- Prevent duplicate characters in "Also choose from" field of password generator  [#9803]
- Security: Prevent byte-by-byte and attachment inference side channel attacks [#10266]
- Browser: Fix raising Update Entry messagebox [#9853]
- Browser: Fix bugs when returning credentials [#9136]
- Browser: Fix crash on database open from browser [#9939]
- Browser: Fix support for referenced URL fields [#8788]
- MacOS: Fix crash when changing highlight/accent color [#10348]
- MacOS: Fix TouchID appearing even though lid is closed [#10092]
- Windows: Fix terminating KeePassXC processes with MSI installer [#9822]
- FdoSecrets: Fix database merge crash when enabled [#10136]


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/security/keepassxc/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/keepassxc/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/keepassxc/patches/patch-src_keys_FileKey.h

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.68 pkgsrc/security/keepassxc/Makefile:1.69
--- pkgsrc/security/keepassxc/Makefile:1.68     Sun Feb 25 15:02:42 2024
+++ pkgsrc/security/keepassxc/Makefile  Mon Mar 11 13:14:10 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2024/02/25 15:02:42 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2024/03/11 13:14:10 wiz Exp $
 
-DISTNAME=      keepassxc-2.7.6-src
+DISTNAME=      keepassxc-2.7.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   7
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=keepassxreboot/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -36,6 +35,7 @@ qmake-bin-add:
 
 .include "options.mk"
 
+.include "../../archivers/minizip/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../converters/qrencode/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/security/keepassxc/distinfo
diff -u pkgsrc/security/keepassxc/distinfo:1.22 pkgsrc/security/keepassxc/distinfo:1.23
--- pkgsrc/security/keepassxc/distinfo:1.22     Mon Feb 26 07:08:27 2024
+++ pkgsrc/security/keepassxc/distinfo  Mon Mar 11 13:14:10 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/02/26 07:08:27 wiz Exp $
+$NetBSD: distinfo,v 1.23 2024/03/11 13:14:10 wiz Exp $
 
-BLAKE2s (keepassxc-2.7.6-src.tar.xz) = 9dd4ebb2f13d5970a35e990cbd6efb1f25ab3bcf5aeb3ee0c2d82c81d22fe1d2
-SHA512 (keepassxc-2.7.6-src.tar.xz) = 58bdf731e1ce15e4a9db5aae27b7740372c4b28e2998b9acf2d1be6ee5b4eead37149ddd3de039d1cb70d34f11b09f43969d36ce4241b3fe3af4adf53d8ba812
-Size (keepassxc-2.7.6-src.tar.xz) = 8474624 bytes
-SHA1 (patch-src_keys_FileKey.h) = a11c529d3b51aef6b0b623b3f3807402f869b6ed
+BLAKE2s (keepassxc-2.7.7-src.tar.xz) = cd7228921ca5990830048d593491ecc016abe5286c746b83d926c7587ac5170c
+SHA512 (keepassxc-2.7.7-src.tar.xz) = fd82e377bf6e57623c65f2bdd463ea59c6465fbe009552e1030ce0fe9d9177fc448b7b36a90a0da9ed2a2ed161c017d13cef618ae785f89110c038e1d9396926
+Size (keepassxc-2.7.7-src.tar.xz) = 9734460 bytes



Home | Main Index | Thread Index | Old Index