svn commit: r568817 - in head/security/u2f-devd: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Mar 19 23:09:17 UTC 2021
Author: amdmi3
Date: Fri Mar 19 23:09:16 2021
New Revision: 568817
URL: https://svnweb.freebsd.org/changeset/ports/568817
Log:
- Add USB ID for yubikey 5
PR: 246368
Submitted by: ports at xanderio.de
Modified:
head/security/u2f-devd/Makefile
head/security/u2f-devd/files/u2f.conf
Modified: head/security/u2f-devd/Makefile
==============================================================================
--- head/security/u2f-devd/Makefile Fri Mar 19 23:01:01 2021 (r568816)
+++ head/security/u2f-devd/Makefile Fri Mar 19 23:09:16 2021 (r568817)
@@ -3,7 +3,7 @@
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
Modified: head/security/u2f-devd/files/u2f.conf
==============================================================================
--- head/security/u2f-devd/files/u2f.conf Fri Mar 19 23:01:01 2021 (r568816)
+++ head/security/u2f-devd/files/u2f.conf Fri Mar 19 23:09:16 2021 (r568817)
@@ -8,13 +8,13 @@ notify 100 {
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x1050";
- match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)";
+ match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)";
action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
};
attach 100 {
match "vendor" "0x1050";
- match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)";
+ match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)";
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
};
More information about the svn-ports-all
mailing list