On Tue, May 15, 2018 at 09:50:38AM +0300, Timo Myyrä wrote: > Rafael Sadowski <raf...@sizeofvoid.org> writes: > > > Bugfix update. Works fine here on amd64! Tests are welcome, especially > > browser and/or yubikey. > > > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/security/keepassxc/Makefile,v > > retrieving revision 1.13 > > diff -u -p -u -p -r1.13 Makefile > > --- Makefile 16 Mar 2018 07:47:59 -0000 1.13 > > +++ Makefile 14 May 2018 20:11:22 -0000 > > @@ -2,9 +2,8 @@ > > > > COMMENT = management tool for password and sensitive data > > > > -V = 2.3.1 > > +V = 2.3.3 > > DISTNAME = keepassxc-${V} > > -REVISION = 0 > > > > CATEGORIES = security > > > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/security/keepassxc/distinfo,v > > retrieving revision 1.8 > > diff -u -p -u -p -r1.8 distinfo > > --- distinfo 14 Mar 2018 17:50:59 -0000 1.8 > > +++ distinfo 14 May 2018 20:11:22 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (keepassxc-2.3.1-src.tar.xz) = > > zn2CUdTVs19gL/UhdkkQlk2m2KZzlzmYVaboxf9dub0= > > -SIZE (keepassxc-2.3.1-src.tar.xz) = 4085284 > > +SHA256 (keepassxc-2.3.3-src.tar.xz) = > > z/+F74m6WQrseYxZvqSqPbAGJte/+M3eD2LuNK6mCtU= > > +SIZE (keepassxc-2.3.3-src.tar.xz) = 4113768 > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/security/keepassxc/pkg/PLIST,v > > retrieving revision 1.9 > > diff -u -p -u -p -r1.9 PLIST > > --- pkg/PLIST 16 Mar 2018 07:47:59 -0000 1.9 > > +++ pkg/PLIST 14 May 2018 20:11:22 -0000 > > @@ -282,11 +282,13 @@ share/keepassxc/icons/database/C67_Certi > > share/keepassxc/icons/database/C68_BlackBerry.png > > share/keepassxc/translations/ > > share/keepassxc/translations/keepassx_ar.qm > > +share/keepassxc/translations/keepassx_bn.qm > > share/keepassxc/translations/keepassx_ca.qm > > share/keepassxc/translations/keepassx_cs.qm > > share/keepassxc/translations/keepassx_da.qm > > share/keepassxc/translations/keepassx_de.qm > > share/keepassxc/translations/keepassx_el.qm > > +share/keepassxc/translations/keepassx_en_GB.qm > > share/keepassxc/translations/keepassx_en_US.qm > > share/keepassxc/translations/keepassx_es.qm > > share/keepassxc/translations/keepassx_eu.qm > > Been running the newer version since its release and I haven't noticed any > regressions. > Still haven't been able to get the browser integration to work on Firefox > which > is annoying.
It's somewhere on my list; but very far. If you want to have a shot at it, that integration uses https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging and it's totally untested on OpenBSD. Landry