Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Ld42pNT3; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=J6A4vCQQ Received: by mail.netbsd.org (Postfix, from userid 605) id 2456784E6C; Mon, 11 Mar 2024 13:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710162853; bh=B6jkWmy/9cF2oh7ibmSHsU/rFZugI0CmxW06Kp9TqzE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Ld42pNT3Y9zx3oL7yJIhnAutNTmmIDYTsOyGgINfRyH3dCU9tqAsrcg4Gm0rhZjxC OA6sDGoodjUzt0AMzj5t2+AcUElrcVmqdik3EDHFdvXI/HDXAAn+Dbe4GUeRUgFZRA 0s65XG9gas9+uZ6a+00S9h+bmTM4Db7dSDMlfY2A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1612084E69 for ; Mon, 11 Mar 2024 13:14:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LmFWhhOFO9bE for ; Mon, 11 Mar 2024 13:14:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6304E84D1C for ; Mon, 11 Mar 2024 13:14:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710162851; bh=B6jkWmy/9cF2oh7ibmSHsU/rFZugI0CmxW06Kp9TqzE=; h=Date:From:Subject:To:Reply-To; b=J6A4vCQQfR6yBUfLPfTv9NzOGrUyqw4t8GNnHoCu3oiB9qLn+XRmLrzOWWNEFECDl WUjMfnuy0tWgWNb6tGg+z4Cc9KwFB3cO0UKMnYsuBI18hXLoS/EtkKbvuIDjBG9tqZ UFrg/oyLkRLfzL9MFDonKTt6lnC0IGXiyTqo0GIg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B400FA2C; Mon, 11 Mar 2024 13:14:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710162851148600" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 13:14:11 +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: <20240311131411.5B400FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710162851148600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1710162851148600 Content-Disposition: inline Content-Length: 1999 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.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 --_----------=_1710162851148600--