Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 21:18:33 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500441 - in head/security/keepassxc: . files
Message-ID:  <201904292118.x3TLIXnl032799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Apr 29 21:18:33 2019
New Revision: 500441
URL: https://svnweb.freebsd.org/changeset/ports/500441

Log:
  security/keepassxc: Update to 2.4.1
  
  * Remove the now obsolete patches for CMakeLists.txt (merged by upstream)
    and the one introduced in r496805 that fixed the build when the KEESHARE
    option was disabled.
  
  Changelog:
  
  * Fix database deletion when using unsafe saves to a different file system
  * Fix opening databases with legacy key files that contain '/'
  * Fix opening database files from the command line
  * Fix crash when editing master key
  * Fix multiple issues with apply button behavior
  * Fix issues on application startup (tab order, --pw-stdin, etc.)
  * Fix building without WITH_XC_KEESHARE
  * Improve UX of update checker; reduce checks to every 7 days
  * KeeShare improvements
  * Re-enable Ctrl+C to copy password from search box
  * Add KeePassXC-Browser integration for Brave browser
  * SSH Agent: Re-Add keys on database unlock
  * SSH Agent: Only remove keys on app exit if they are removed on lock
  * CLI: Add --no-password option
  * CLI: Improve database extraction to XML
  * CLI: Don't call mandb on build
  * CLI: Add debug info
  * Improve support for Snap theming
  * Ctrl+PgDn now goes to the next tab and Ctrl+PgUp to the previous
  * Add .gitrev output to tarball for third-party builds
  * Add WITH_XC_UPDATECHECK compile flag to toggle the update checker
  
  https://github.com/keepassxreboot/keepassxc/blob/2.4.1/CHANGELOG
  
  PR:		237625
  Submitted by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
  Approved by:	mentors (implicit)

Deleted:
  head/security/keepassxc/files/
Modified:
  head/security/keepassxc/Makefile
  head/security/keepassxc/distinfo

Modified: head/security/keepassxc/Makefile
==============================================================================
--- head/security/keepassxc/Makefile	Mon Apr 29 21:15:42 2019	(r500440)
+++ head/security/keepassxc/Makefile	Mon Apr 29 21:18:33 2019	(r500441)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	keepassxc
-DISTVERSION=	2.4.0
+DISTVERSION=	2.4.1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
 

Modified: head/security/keepassxc/distinfo
==============================================================================
--- head/security/keepassxc/distinfo	Mon Apr 29 21:15:42 2019	(r500440)
+++ head/security/keepassxc/distinfo	Mon Apr 29 21:18:33 2019	(r500441)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553292671
-SHA256 (keepassxc-2.4.0.tar.xz) = 081ff1a34da8e0e8db951b5d70824d7a2b3d299ed4ae54e6ddc1e3ac176b95a8
-SIZE (keepassxc-2.4.0.tar.xz) = 3252104
+TIMESTAMP = 1556462578
+SHA256 (keepassxc-2.4.1.tar.xz) = 0da97bd1279d1b9b06a63b9f723b43ab8c078b7f1203d6c13504fdd4735489ab
+SIZE (keepassxc-2.4.1.tar.xz) = 3277856



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904292118.x3TLIXnl032799>