Hello Udo, our extension uses a binary core based on libunbound. We officially distribute the extension for Windows, OS X and Linux (x86/x86_64) because Mozilla provides the means for uploading extensions only for those systems.
You could try compiling the extension from the sources according to the description found here: https://gitlab.labs.nic.cz/labs/dnssec-validator/wikis/compilation Checkout the repository https://gitlab.labs.nic.cz/labs/dnssec-validator.git In the root of the repository run: ./autogen.sh ./configure --enable-static-linking gmake The xpi file should be generated into the add-on subdirectory. However, I've tested this procedure only on FreeBSD 11. Additional modifications to the sources may be required as I don't know how Firefox identifies OpenBSD. If the extension does build on OpenBSD then installing it into Firefox 45 should be fine as this version of Firefox should still permit the installation of unsigned extensions. Best regards, Karel Slany. Am 31.01.2017 um 23:26 schrieb Udo Luetkemeier: > Hello, > > I use the DNSSEC/TLSA Validator on Debian GNU/Linux jessie with Firefox > ESR 45.7.0 and this works very good, thank you for this great Add-on. > > My second system is OpenBSD 6.0 with Firefox ESR 45.2.0. In can not > install the Add-on. On addons.mozilla.org i see "Not available for your > platform". The same one FreeBSD with Firefox... > > On www.dnssec-validator.cz I read this: > > | Supported platforms > | all major UNIX-like systems (Linux, Mac OS X, BSD, ...) > > How can I install it on BSD? > > Best regards > > Udo > _______________________________________________ > dnssec-validator-users mailing list > [email protected] > https://lists.nic.cz/cgi-bin/mailman/listinfo/dnssec-validator-users > _______________________________________________ dnssec-validator-users mailing list [email protected] https://lists.nic.cz/cgi-bin/mailman/listinfo/dnssec-validator-users
