svn commit: r522145 - head/security/keepassxc

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 5 15:29:30 UTC 2020


Author: tobik
Date: Sun Jan  5 15:29:29 2020
New Revision: 522145
URL: https://svnweb.freebsd.org/changeset/ports/522145

Log:
  security/keepassxc: Update to 2.5.2
  
  Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.2
  PR:		243104
  Approved by:	Andrew Romanenko <melanhit at gmail.com> (maintainer)

Modified:
  head/security/keepassxc/Makefile
  head/security/keepassxc/distinfo
  head/security/keepassxc/pkg-plist

Modified: head/security/keepassxc/Makefile
==============================================================================
--- head/security/keepassxc/Makefile	Sun Jan  5 15:27:25 2020	(r522144)
+++ head/security/keepassxc/Makefile	Sun Jan  5 15:29:29 2020	(r522145)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	keepassxc
-DISTVERSION=	2.5.1
+DISTVERSION=	2.5.2
 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	Sun Jan  5 15:27:25 2020	(r522144)
+++ head/security/keepassxc/distinfo	Sun Jan  5 15:29:29 2020	(r522145)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573537402
-SHA256 (keepassxc-2.5.1.tar.xz) = ef33258b859a7b996af007113613b0f6210f2341e8f5fb3a005564262c2caf30
-SIZE (keepassxc-2.5.1.tar.xz) = 6798880
+TIMESTAMP = 1578199906
+SHA256 (keepassxc-2.5.2.tar.xz) = 12951ca58b615202d73e44602bf5332f2dea3b7f959955fd3eed7cdfed607c53
+SIZE (keepassxc-2.5.2.tar.xz) = 6835848

Modified: head/security/keepassxc/pkg-plist
==============================================================================
--- head/security/keepassxc/pkg-plist	Sun Jan  5 15:27:25 2020	(r522144)
+++ head/security/keepassxc/pkg-plist	Sun Jan  5 15:29:29 2020	(r522145)
@@ -183,6 +183,8 @@ share/icons/hicolor/scalable/mimetypes/application-x-k
 %%DATADIR%%/icons/application/64x64/apps/keepassxc-unlocked.png
 %%DATADIR%%/icons/application/64x64/apps/keepassxc.png
 %%DATADIR%%/icons/application/64x64/mimetypes/application-x-keepassxc.png
+%%DATADIR%%/icons/application/scalable/actions/object-locked.svg
+%%DATADIR%%/icons/application/scalable/actions/object-unlocked.svg
 %%DATADIR%%/icons/application/scalable/apps/freedesktop.svg
 %%DATADIR%%/icons/application/scalable/apps/keepassxc-dark.svg
 %%DATADIR%%/icons/application/scalable/apps/keepassxc-locked.svg


More information about the svn-ports-all mailing list