Package Details: libfprint-2-tod1-broadcom-cv3plus 6.1.028.0-1

Git Clone URL: https://aur.archlinux.org/libfprint-2-tod1-broadcom-cv3plus.git (read-only, click to copy)
Package Base: libfprint-2-tod1-broadcom-cv3plus
Description: Proprietary driver for the fingerprint reader on the Dell Precision - direct from Dell's Ubuntu repo
Upstream URL: https://git.launchpad.net/~oem-solutions-engineers/pc-enablement/+git/libfprint-2-tod1-broadcom-cv3plus
Licenses: custom
Groups: fprint
Submitter: Silvanosky
Maintainer: Silvanosky
Last Packager: Silvanosky
Votes: 2
Popularity: 0.101035
First Submitted: 2025-03-10 13:01 (UTC)
Last Updated: 2025-03-11 15:16 (UTC)

Latest Comments

medicalwei commented on 2025-08-12 07:16 (UTC)

Hi, maintainer of the "Upstream URL" here. Could you update this package in the light of recent security vulnerability: https://blog.talosintelligence.com/revault-when-your-soc-turns-against-you/

The current available version is 6.3.299-6.3.040.0

You can as well getting this package from the upstream URL provided in debian/watch, so you do not need using our repository to fetch the content.

linkmg commented on 2025-03-11 16:21 (UTC)

It works now, thanks a lot!

Silvanosky commented on 2025-03-11 15:19 (UTC)

Hi, I updated the PKGBUILD. I don't know why it worked without the .broadcomCv3plusFW in path for me.

linkmg commented on 2025-03-11 14:56 (UTC)

Hi Silvanosky, the package doesn't work for me unfortunately. I think the last line in the PKGBUILD should be this instead:

cp -r var/lib/fprint/.broadcomCv3plusFW/* "$pkgdir/var/lib/fprint/.broadcomCv3plusFW/"

And this line:

install -dm 755 "$pkgdir/var/lib/fprint/"

should be instead

install -dm 755 "$pkgdir/var/lib/fprint/.broadcomCv3plusFW"

With these changes I could get it to work.