Hi All,

update keepassxc to 2.2.2 from maintainer.

Changelog:

 Fixed entries with empty URLs being reported to KeePassHTTP clients [#1031]
 Fixed YubiKey detection and enabled CLI tool for AppImage binary [#1100]
 Added AppStream description [#1082]
 Improved TOTP compatibility and added new Base32 implementation [#1069]
 Fixed error handling when processing invalid cipher stream [#1099]
 Fixed double warning display when opening a database [#1037]
 Fixed unlocking databases with --pw-stdin [#1087]
 Added ability to override QT_PLUGIN_PATH environment variable for AppImages 
[#1079]
 Fixed transform seed not being regenerated when saving the database [#1068]
 Fixed only one YubiKey slot being polled [#1048]
 Corrected an issue with entry icons while merging [#1008]
 Corrected desktop and tray icons in Snap package [#1030]
 Fixed screen lock and Google fallback settings [#1029]

** YubiKey testers wanted!**

Best regards,

Rafael Sadowski

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/keepassxc/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile    5 Oct 2017 19:55:07 -0000       1.7
+++ Makefile    24 Oct 2017 10:38:20 -0000
@@ -6,7 +6,7 @@ CATEGORIES =    security
 
 GH_ACCOUNT =   keepassxreboot
 GH_PROJECT =   keepassxc
-GH_TAGNAME =   2.2.1
+GH_TAGNAME =   2.2.2
 
 HOMEPAGE =     https://keepassxc.org
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/keepassxc/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    5 Oct 2017 19:55:07 -0000       1.3
+++ distinfo    24 Oct 2017 10:38:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (keepassxc-2.2.1.tar.gz) = GEZj6LCOCB3t9Mnb3Wi/hu0PXjI4i0eBt6/Pie9cjk0=
-SIZE (keepassxc-2.2.1.tar.gz) = 3880551
+SHA256 (keepassxc-2.2.2.tar.gz) = 02shQV9mbWjrEw1zkwJ1mgdGuN+TFfgotEt8EzPC1qM=
+SIZE (keepassxc-2.2.2.tar.gz) = 3885990
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/keepassxc/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST   5 Oct 2017 19:55:07 -0000       1.4
+++ pkg/PLIST   24 Oct 2017 10:38:20 -0000
@@ -3,7 +3,7 @@
 @bin bin/keepassxc-cli
 lib/keepassxc/
 lib/keepassxc/libkeepassx-autotype-xcb.so
-share/applications/keepassxc.desktop
+share/applications/org.keepassxc.desktop
 share/icons/hicolor/128x128/apps/keepassxc-dark.png
 share/icons/hicolor/128x128/apps/keepassxc-locked.png
 share/icons/hicolor/128x128/apps/keepassxc-unlocked.png
@@ -267,6 +267,8 @@ share/keepassxc/translations/keepassx_zh
 share/keepassxc/translations/keepassx_zh_TW.qm
 share/keepassxc/wordlists/
 share/keepassxc/wordlists/eff_large.wordlist
+share/metainfo/
+share/metainfo/org.keepassxc.appdata.xml
 share/mime/packages/keepassxc.xml
 @exec %D/bin/update-mime-database %D/share/mime
 @unexec-delete %D/bin/update-mime-database %D/share/mime

Reply via email to