Received: by mail.netbsd.org (Postfix, from userid 605) id C86A684D4E; Sun, 30 Oct 2022 11:25:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 059C984D3D for ; Sun, 30 Oct 2022 11:25:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id A7qW4lTAICxE for ; Sun, 30 Oct 2022 11:25:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1AE6184C86 for ; Sun, 30 Oct 2022 11:25:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 143DAFA90; Sun, 30 Oct 2022 11:25:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16671291488890" MIME-Version: 1.0 Date: Sun, 30 Oct 2022 11:25:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/keepassxc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221030112548.143DAFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16671291488890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 30 11:25:47 UTC 2022 Modified Files: pkgsrc/security/keepassxc: Makefile PLIST distinfo Log Message: keepassxc: update to 2.7.4. ## 2.7.4 (2022-10-29) ### Changes - Add 2 months expiration preset [#8687] - CLI: Add Unicode support on Windows [#8618] ### Fixes - Fix crash on macOS when unlocking database [#8676] - Fix display of passwords in preview panel [#8633] - Fix clicking links in entry preview panel [#8644] - Prevent expired entries search if no results returned [#8643] - Browser: Revert code causing connection problems [#8665] - Browser: Fix socket file symbolic link on Linux [#8656] - Flatpak: Fix launching browser proxy service [#8680] - SSH Agent: Fix paegent support on Windows [#8619] ## 2.7.3 (2022-10-23) ### Changes - Enhance Tags Support and Add Saved Searches [#8435, #8607] - Significant improvements to entry preview panel [#7993] - Add password strength indicator to all password fields [#7885] - Limit zxcvbn entropy estimation length to 128 characters [#7748] - Try full URL path when fetching favicon [#8565] - Hide usernames in preview panel when hidden in entry view [#8608] - Enable dark title bar on windows when accent color is not used [#8498] - Add option to display passwords in color in preview panel [#7097] - Add XML Export option to GUI [#8524] - Increase entropy required for a "good" password rating to 75 [#8523] - Add shortcut to copy password with TOTP appended [#8443] - Show entry count in status bar [#8435] - Allow KeePassXC to be built without X11 [#8147] - Enable use of VivoKey Apex and Dangerous Things FlexSecure tokens [#8332] - Add setting for number of recent files [#8239] - Add Ctrl+Tab shortcut to cycle databases in unlock dialog [#8168] - Replace offensive words in eff_large.wordlist [#7968] - Auto-Type: PICKCHARS can specify attribute and ignore BEEP [#8118] - Linux: Add isHardwareKeySupported and refreshHardwareKeys to DBus methods [#8055] - Add config variable to specify default database file name [#8042] - Support numeric aware sorting on Windows and macOS [#8363] - CLI: Add `db-edit` command [#8400] - CLI: Add option to display all attributes with `show` command [#8256] - CLI: Show UUID and tags with `show` and `clip` commands [#8241] - Browser: Move socket into separate directory on Linux [#8030] - Browser: Add group setting to omit WWW subdomain when matching URLs [#7988] - FdoSecrets: Ask to unlock the database when creating items [#8022, #8028] - FdoSecrets: Skip entries in recycle bin when searching [#8021] ### Fixes - Fix potential deadlock in UI when saving [#8606] - Fix newlines when copying notes from preview panel [#8542] - Fix dark mode detection on Linux [#8477] - Fix crash when deleting items in recycle bin while searching [#8117] - Fix crash when trying to close database during unlock [#8144] - Fix tabbing around the interface [#8435, #8520] - Fix OPVault import when there are multiple OTP fields [#8436] - Fix various Windows Hello bugs [#8354] - Fix use of Apple Watch for Quick Unlock [#8311] - Better handling of "Lock on Minimize" setting [#8202] - Check for write permission before entering portable mode [#8447] - Correct regex escape logic to prevent parse errors [#7778] - Normalize slashes and file case for last used databases [#7864, #7214] - Link ykcore against pthread [#7807] - Auto-Type: Fix menu entries in selection dialog on Windows [#7987] - Auto-Type: Fix use of modifiers under macOS [#8111] - CLI: Fix output when using clip with the -t flag [#8271] - Browser: Use asynchronous access confirm dialog [#8273] - Browser: Always send database locked/unlocked status [#8114] To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/keepassxc/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/keepassxc/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/keepassxc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16671291488890 Content-Disposition: inline Content-Length: 2888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/keepassxc/Makefile diff -u pkgsrc/security/keepassxc/Makefile:1.47 pkgsrc/security/keepassxc/Makefile:1.48 --- pkgsrc/security/keepassxc/Makefile:1.47 Sun Sep 11 12:52:06 2022 +++ pkgsrc/security/keepassxc/Makefile Sun Oct 30 11:25:47 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2022/09/11 12:52:06 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2022/10/30 11:25:47 wiz Exp $ -DISTNAME= keepassxc-2.7.1-src +DISTNAME= keepassxc-2.7.4-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/security/keepassxc/PLIST diff -u pkgsrc/security/keepassxc/PLIST:1.11 pkgsrc/security/keepassxc/PLIST:1.12 --- pkgsrc/security/keepassxc/PLIST:1.11 Wed Mar 30 09:06:18 2022 +++ pkgsrc/security/keepassxc/PLIST Sun Oct 30 11:25:47 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/03/30 09:06:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/10/30 11:25:47 wiz Exp $ bin/keepassxc bin/keepassxc-cli bin/keepassxc-proxy @@ -36,6 +36,7 @@ share/keepassxc/translations/keepassxc_i share/keepassxc/translations/keepassxc_it.qm share/keepassxc/translations/keepassxc_ja.qm share/keepassxc/translations/keepassxc_ko.qm +share/keepassxc/translations/keepassxc_lt.qm share/keepassxc/translations/keepassxc_my.qm share/keepassxc/translations/keepassxc_nb.qm share/keepassxc/translations/keepassxc_nl.qm @@ -44,6 +45,7 @@ share/keepassxc/translations/keepassxc_p share/keepassxc/translations/keepassxc_pt_PT.qm share/keepassxc/translations/keepassxc_ro.qm share/keepassxc/translations/keepassxc_ru.qm +share/keepassxc/translations/keepassxc_si.qm share/keepassxc/translations/keepassxc_sk.qm share/keepassxc/translations/keepassxc_sl.qm share/keepassxc/translations/keepassxc_sr.qm Index: pkgsrc/security/keepassxc/distinfo diff -u pkgsrc/security/keepassxc/distinfo:1.18 pkgsrc/security/keepassxc/distinfo:1.19 --- pkgsrc/security/keepassxc/distinfo:1.18 Wed Apr 20 21:24:52 2022 +++ pkgsrc/security/keepassxc/distinfo Sun Oct 30 11:25:47 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/20 21:24:52 wiz Exp $ +$NetBSD: distinfo,v 1.19 2022/10/30 11:25:47 wiz Exp $ -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 +BLAKE2s (keepassxc-2.7.4-src.tar.xz) = abe8bdd2faf910f725ac5eb506c93f280a6c3ea58efa110fe4ccb812a2c9b261 +SHA512 (keepassxc-2.7.4-src.tar.xz) = 76b6ba0891d9ba92a5794ba6f25dc8a28f7c1c0f010c31dd49d52ac4c5f186d9c4b51e6f054102b6dfe2d8e766607455829c1994c7ea238efc8f172bbe29b8eb +Size (keepassxc-2.7.4-src.tar.xz) = 8957372 bytes --_----------=_16671291488890--