Received: by mail.netbsd.org (Postfix, from userid 605) id 8E4B884D91; Tue, 21 Apr 2020 14:22:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 162FD84D22 for ; Tue, 21 Apr 2020 14:22:30 +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 VL1hi_2JArQe for ; Tue, 21 Apr 2020 14:22:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8969084C85 for ; Tue, 21 Apr 2020 14:22:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82096FB27; Tue, 21 Apr 2020 14:22:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158747894962880" MIME-Version: 1.0 Date: Tue, 21 Apr 2020 14:22:29 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/keepassxc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200421142229.82096FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158747894962880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Apr 21 14:22:29 UTC 2020 Modified Files: pkgsrc/security/keepassxc: Makefile distinfo Log Message: keepassxc: Update to 2.5.4 ## 2.5.4 (2020-04-09) ### Fixed - Return keyboard focus after saving database edits [#4287] - Windows: Use bare minimum settings in portable version [#4131] - Windows: Use SHA256 code signing [#4129] - macOS: Fix code signing incompatibility in latest macOS release [#4564] To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/keepassxc/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/keepassxc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158747894962880 Content-Disposition: inline Content-Length: 1825 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.22 pkgsrc/security/keepassxc/Makefile:1.23 --- pkgsrc/security/keepassxc/Makefile:1.22 Sun Apr 12 08:29:10 2020 +++ pkgsrc/security/keepassxc/Makefile Tue Apr 21 14:22:29 2020 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2020/04/12 08:29:10 adam Exp $ +# $NetBSD: Makefile,v 1.23 2020/04/21 14:22:29 nia Exp $ DISTNAME= keepassxc-${GITHUB_RELEASE}-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/} -GITHUB_RELEASE= 2.5.3 +GITHUB_RELEASE= 2.5.4 GITHUB_PROJECT= keepassxc EXTRACT_SUFX= .tar.xz Index: pkgsrc/security/keepassxc/distinfo diff -u pkgsrc/security/keepassxc/distinfo:1.8 pkgsrc/security/keepassxc/distinfo:1.9 --- pkgsrc/security/keepassxc/distinfo:1.8 Wed Feb 26 16:07:38 2020 +++ pkgsrc/security/keepassxc/distinfo Tue Apr 21 14:22:29 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/02/26 16:07:38 nia Exp $ +$NetBSD: distinfo,v 1.9 2020/04/21 14:22:29 nia Exp $ -SHA1 (keepassxc-2.5.3-src.tar.xz) = f96ba05a5051e8d5dc91b169dab70c0f40cf1574 -RMD160 (keepassxc-2.5.3-src.tar.xz) = 9cf79e298f7d25cf5b6fb0ec59176536003a527b -SHA512 (keepassxc-2.5.3-src.tar.xz) = 8b1e3360b4ae5de170be6936291f7b309de09b2462fcd5a48f239c22f1c8b6ffe721aca8d1e9b6ae3881f7b16374850d7f4b809733244fd16d45eed6ad4f60c6 -Size (keepassxc-2.5.3-src.tar.xz) = 6839148 bytes +SHA1 (keepassxc-2.5.4-src.tar.xz) = adccc8c1f3524784f80676bac6a198977e6d2657 +RMD160 (keepassxc-2.5.4-src.tar.xz) = 635c4eff7769c3edf80af1e3070d535157487ee6 +SHA512 (keepassxc-2.5.4-src.tar.xz) = 8a70363dd579b95ccb05cb846aa34a5ed89de4305f3bef9e518e5986fe7f0313cb1daaa347f5b2267002f3fff4b71c87f5bb9073f6e6879d2556a2f0e4791dd3 +Size (keepassxc-2.5.4-src.tar.xz) = 6839396 bytes --_----------=_158747894962880--