From 6679ee30497900659a79afaefaff18b532b31f50 Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Sun, 9 Oct 2022 02:16:10 +0300 Subject: [PATCH] libfido2: add INSTALL.msg, revbump --- srcpkgs/libfido2/INSTALL.msg | 3 +++ srcpkgs/libfido2/template | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/libfido2/INSTALL.msg diff --git a/srcpkgs/libfido2/INSTALL.msg b/srcpkgs/libfido2/INSTALL.msg new file mode 100644 index 000000000000..f0690ce7a254 --- /dev/null +++ b/srcpkgs/libfido2/INSTALL.msg @@ -0,0 +1,3 @@ +If you are NOT using a login/seat manager with support for "uaccess" +tags, you will need to be in the "users" group to take advantage of +the default udev rules. diff --git a/srcpkgs/libfido2/template b/srcpkgs/libfido2/template index bb68556787ef..99ef1b004f4d 100644 --- a/srcpkgs/libfido2/template +++ b/srcpkgs/libfido2/template @@ -1,7 +1,7 @@ # Template file for 'libfido2' pkgname=libfido2 version=1.12.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d" hostmakedepends="pkg-config" @@ -10,8 +10,8 @@ short_desc="Library for FIDO 2.0, including communication with a device over USB maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="https://github.com/Yubico/libfido2" +changelog="https://raw.githubusercontent.com/Yubico/libfido2/main/NEWS" distfiles="https://github.com/Yubico/libfido2/archive/${version}.tar.gz" -changelog="https://github.com/Yubico/libfido2/blob/main/NEWS" checksum=813d6d25116143d16d2e96791718a74825da16b774a8d093d96f06ae1730d9c5 # udev rules used to be shipped by libu2f-host conf_files="/usr/lib/udev/rules.d/70-u2f.rules"