Received: by mail.netbsd.org (Postfix, from userid 605) id 01A8D84D55; Tue, 16 May 2023 22:35:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32F5F84D21 for ; Tue, 16 May 2023 22:35:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mhacHtwpg9zD for ; Tue, 16 May 2023 22:35:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 80B4984CCF for ; Tue, 16 May 2023 22:35:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75073FA87; Tue, 16 May 2023 22:35:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684276517179280" MIME-Version: 1.0 Date: Tue, 16 May 2023 22:35:17 +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: <20230516223517.75073FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684276517179280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 16 22:35:17 UTC 2023 Modified Files: pkgsrc/security/keepassxc: Makefile PLIST distinfo Log Message: keepassxc: update to 2.7.5. Today, we are releasing KeePassXC 2.7.5 with a bunch of bug fixes and performance improvements. This version fixes three separate crashes that were found with the support of our active community members. Additionally, we fixed several areas in the code that were causing significant slow downs when databases had more than a thousand entries. This release brings several popular feature requests including a menu option to temporarily allow screen capture (Windows & macOS), an improved layout to the HTML export, improved KeePassXC logos and icons, and increasing the max TOTP step to 24 hours. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/keepassxc/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/keepassxc/PLIST cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/keepassxc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684276517179280 Content-Disposition: inline Content-Length: 3272 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.56 pkgsrc/security/keepassxc/Makefile:1.57 --- pkgsrc/security/keepassxc/Makefile:1.56 Sat May 6 19:09:47 2023 +++ pkgsrc/security/keepassxc/Makefile Tue May 16 22:35:17 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2023/05/06 19:09:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2023/05/16 22:35:17 wiz Exp $ -DISTNAME= keepassxc-2.7.4-src +DISTNAME= keepassxc-2.7.5-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/security/keepassxc/PLIST diff -u pkgsrc/security/keepassxc/PLIST:1.12 pkgsrc/security/keepassxc/PLIST:1.13 --- pkgsrc/security/keepassxc/PLIST:1.12 Sun Oct 30 11:25:47 2022 +++ pkgsrc/security/keepassxc/PLIST Tue May 16 22:35:17 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2022/10/30 11:25:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2023/05/16 22:35:17 wiz Exp $ bin/keepassxc bin/keepassxc-cli bin/keepassxc-proxy @@ -27,6 +27,7 @@ share/keepassxc/translations/keepassxc_e share/keepassxc/translations/keepassxc_es.qm share/keepassxc/translations/keepassxc_et.qm share/keepassxc/translations/keepassxc_fi.qm +share/keepassxc/translations/keepassxc_fil.qm share/keepassxc/translations/keepassxc_fr.qm share/keepassxc/translations/keepassxc_fr_CA.qm share/keepassxc/translations/keepassxc_he.qm @@ -35,6 +36,7 @@ share/keepassxc/translations/keepassxc_h share/keepassxc/translations/keepassxc_id.qm share/keepassxc/translations/keepassxc_it.qm share/keepassxc/translations/keepassxc_ja.qm +share/keepassxc/translations/keepassxc_km.qm share/keepassxc/translations/keepassxc_ko.qm share/keepassxc/translations/keepassxc_lt.qm share/keepassxc/translations/keepassxc_my.qm @@ -48,6 +50,7 @@ share/keepassxc/translations/keepassxc_r share/keepassxc/translations/keepassxc_si.qm share/keepassxc/translations/keepassxc_sk.qm share/keepassxc/translations/keepassxc_sl.qm +share/keepassxc/translations/keepassxc_sq.qm share/keepassxc/translations/keepassxc_sr.qm share/keepassxc/translations/keepassxc_sv.qm share/keepassxc/translations/keepassxc_th.qm Index: pkgsrc/security/keepassxc/distinfo diff -u pkgsrc/security/keepassxc/distinfo:1.19 pkgsrc/security/keepassxc/distinfo:1.20 --- pkgsrc/security/keepassxc/distinfo:1.19 Sun Oct 30 11:25:47 2022 +++ pkgsrc/security/keepassxc/distinfo Tue May 16 22:35:17 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/10/30 11:25:47 wiz Exp $ +$NetBSD: distinfo,v 1.20 2023/05/16 22:35:17 wiz Exp $ -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 +BLAKE2s (keepassxc-2.7.5-src.tar.xz) = b907c4b2a5f0cd9fa9512a9d8f1cc45c755cae7a82608e1e535fd133e70f8b79 +SHA512 (keepassxc-2.7.5-src.tar.xz) = 904fe319cb18a06e86162a0a4c4fbcac05b9e6936b69c5362b7fe2b89cd268061cadd6854f7dde80d3e8cfa2b9e22c27974277f3db1f6c32a2720e01a4c4aa1b +Size (keepassxc-2.7.5-src.tar.xz) = 8706996 bytes --_----------=_1684276517179280--