惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
博客园 - 【当耐特】
GbyAI
GbyAI
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
F
Fortinet All Blogs
IT之家
IT之家
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Help Net Security
V
Visual Studio Blog
小众软件
小众软件
Y
Y Combinator Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - libfprint-2-tod1-broadcom-cv3plus
2026-06-15 · via AUR Newest Packages

Latest Comments

Silvanosky commented on 2025-12-11 11:03 (UTC)

Updated package to 6.4.334_6.4.054.0 using original Broadcom upstream artifactory.

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.