git: f27b55311a29 - main - security/u2f-devd: add USB ID for HyperFIDO Pro Mini

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 14 17:41:10 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f27b55311a293d04dc4c1d0c048803ebbf8ef619

commit f27b55311a293d04dc4c1d0c048803ebbf8ef619
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-07-14 16:26:40 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-07-14 17:37:31 +0000

    security/u2f-devd: add USB ID for HyperFIDO Pro Mini
    
    PR:             256845
    Submitted by:   zarychtam at plan-b.pwste.edu.pl
---
 security/u2f-devd/Makefile       | 2 +-
 security/u2f-devd/files/u2f.conf | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/u2f-devd/Makefile b/security/u2f-devd/Makefile
index 8f619c5d8c49..858ee4f33c99 100644
--- a/security/u2f-devd/Makefile
+++ b/security/u2f-devd/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	u2f-devd
 PORTVERSION=	1.1.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	#
 DISTFILES=	#
diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf
index e3ef3032a3ac..4181254333d5 100644
--- a/security/u2f-devd/files/u2f.conf
+++ b/security/u2f-devd/files/u2f.conf
@@ -56,13 +56,13 @@ notify 100 {
 	match "subsystem"	"DEVICE";
 	match "type"		"ATTACH";
 	match "vendor"		"(0x096e|0x2ccf)";
-	match "product"		"0x0880";
+	match "product"		"(0x0880|0x0854)";
 	action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
 };
 
 attach 100 {
 	match "vendor"		"(0x096e|0x2ccf)";
-	match "product"		"0x0880";
+	match "product"		"(0x0880|0x0854)";
 	action	"chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
 };
 


More information about the dev-commits-ports-main mailing list