Changelog:

 Prevent database corruption when locked [#1219]
 Fixes apply button not saving new entries [#1141]
 Switch to Consolas font on Windows for password edit [#1229]
 Multiple fixes to AppImage deployment [#1115, #1228]
 Fixes multiple memory leaks [#1213]
 Resize message close to 16x16 pixels [#1253]

Comments? Ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/keepassxc/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile    15 Dec 2017 07:59:30 -0000      1.9
+++ Makefile    17 Dec 2017 19:19:20 -0000
@@ -6,7 +6,7 @@ CATEGORIES =    security
 
 GH_ACCOUNT =   keepassxreboot
 GH_PROJECT =   keepassxc
-GH_TAGNAME =   2.2.3
+GH_TAGNAME =   2.2.4
 
 HOMEPAGE =     https://keepassxc.org
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/keepassxc/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    15 Dec 2017 07:59:30 -0000      1.5
+++ distinfo    17 Dec 2017 19:19:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (keepassxc-2.2.3.tar.gz) = XoLvo3StTcwpqeYN/3+kC+vvCWnthCrVfJUin9oNOSs=
-SIZE (keepassxc-2.2.3.tar.gz) = 3886844
+SHA256 (keepassxc-2.2.4.tar.gz) = 6IRDntOtRh5CaiXwSS9fp4q4ugb7cYl3s4Z9jwmMzQo=
+SIZE (keepassxc-2.2.4.tar.gz) = 3895421
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/keepassxc/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST   2 Nov 2017 23:34:23 -0000       1.5
+++ pkg/PLIST   17 Dec 2017 19:19:20 -0000
@@ -3,7 +3,7 @@
 @bin bin/keepassxc-cli
 lib/keepassxc/
 lib/keepassxc/libkeepassx-autotype-xcb.so
-share/applications/org.keepassxc.desktop
+share/applications/org.keepassxc.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
@@ -238,6 +238,7 @@ share/keepassxc/icons/database/C66_Money
 share/keepassxc/icons/database/C67_Certificate.png
 share/keepassxc/icons/database/C68_BlackBerry.png
 share/keepassxc/translations/
+share/keepassxc/translations/keepassx_ca.qm
 share/keepassxc/translations/keepassx_cs.qm
 share/keepassxc/translations/keepassx_da.qm
 share/keepassxc/translations/keepassx_de.qm
@@ -268,7 +269,7 @@ share/keepassxc/translations/keepassx_zh
 share/keepassxc/wordlists/
 share/keepassxc/wordlists/eff_large.wordlist
 share/metainfo/
-share/metainfo/org.keepassxc.appdata.xml
+share/metainfo/org.keepassxc.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