Date: Sat, 18 Feb 2017 14:37:31 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434355 - head/www/xpi-u2f4moz Message-ID: <201702181437.v1IEbVeL044820@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Sat Feb 18 14:37:31 2017 New Revision: 434355 URL: https://svnweb.freebsd.org/changeset/ports/434355 Log: - Update to v1.0.1 - Add a couple of notes in pkg-message about permissions on the Yubico device and how to bypass the missing signature of this extension in Firefox Changes: https://github.com/prefiks/u2f4moz/releases/tag/v1.0.1 Added: head/www/xpi-u2f4moz/pkg-message (contents, props changed) Modified: head/www/xpi-u2f4moz/Makefile head/www/xpi-u2f4moz/distinfo (contents, props changed) Modified: head/www/xpi-u2f4moz/Makefile ============================================================================== --- head/www/xpi-u2f4moz/Makefile Sat Feb 18 14:24:18 2017 (r434354) +++ head/www/xpi-u2f4moz/Makefile Sat Feb 18 14:37:31 2017 (r434355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= u2f4moz -DISTVERSION= v1.0 +DISTVERSION= v1.0.1 CATEGORIES= www PKGNAMEPREFIX= xpi- Modified: head/www/xpi-u2f4moz/distinfo ============================================================================== --- head/www/xpi-u2f4moz/distinfo Sat Feb 18 14:24:18 2017 (r434354) +++ head/www/xpi-u2f4moz/distinfo Sat Feb 18 14:37:31 2017 (r434355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477842711 -SHA256 (prefiks-u2f4moz-v1.0_GH0.tar.gz) = 479996b410f127dfbe0f33fac670ac8c53fbefcd26ce05357d9206ae5cc5a2fd -SIZE (prefiks-u2f4moz-v1.0_GH0.tar.gz) = 116787 +TIMESTAMP = 1487424448 +SHA256 (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = be134b605eecec49eeb49107dacf190925b716f7bede86f5f583eb3e1bdbe19b +SIZE (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = 116853 Added: head/www/xpi-u2f4moz/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-u2f4moz/pkg-message Sat Feb 18 14:37:31 2017 (r434355) @@ -0,0 +1,7 @@ +Nota bene + +1) you need Read and Write permissions on Yubico device +2) if you get the message "U2F Support Add-on could not be verified + for use in Firefox and has been disabled", then type about:config + in the address bar and set xpinstall.signatures.required to false + (restart Firefox or reload the page about:addons)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702181437.v1IEbVeL044820>