summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_hid_BUILD.gn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/chromium: update to 64.0.3282.186Carlos J. Puga Medina2018-03-071-22/+0
| | | | | | | | | | | Changelog: https://chromium.googlesource.com/chromium/src/+log/63.0.3239.132..64.0.3282.186?pretty=fuller&n=10000 MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/8e986b2b-1baa-11e8-a944-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/abfc932e-1ba8-11e8-a944-54ee754af08e.html Notes: svn path=/head/; revision=463839
* www/chromium: update to 63.0.3239.132Rene Ladan2018-02-201-6/+4
| | | | | | | | | | | | | | | Submitted by: cpm Obtained from: https://github.com/cpu82/freebsd-chromium MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html Notes: svn path=/head/; revision=462416
* www/chromium: add support for USB U2F devicesOleksandr Tymoshenko2017-12-041-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement enough of chrome.hid API to make U2F security keys work. Due to FreeBSD's HID API limitations it's not possible to consistently report vedor id or product id values for HID devices so if javascript library relies on this information to detect supported keys it won't work, only report descriptor based detection works. Also by default uhid(4) devices accessible only to root user, current solution is to change /dev/uhidX node permission using devd. For example create /usr/local/etc/devd/yubi.conf with following content and restart devd: attach 20 { match "vendor" "0x1050"; action "/bin/chmod 766 /dev/$device-name"; }; Work on u2f-devd port is in progress (see PR). When done it will take care of maintaining devd rulesets for U2F devices. PR: 196754 Approved by: cpm Notes: svn path=/head/; revision=455495
* www/chromium: update to 58.0.3029.81Carlos J. Puga Medina2017-04-291-1/+1
| | | | | | | | MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html Notes: svn path=/head/; revision=439776
* www/chromium: update to 56.0.2924.87Carlos J. Puga Medina2017-02-061-3/+3
| | | | | | | | | | | | | | | | - Use system FFmpeg instead of embedded code copy [1] - Disable PULSEAUDIO option [2] - Sort _DEPENDS variables - Regenerate patches with make makepatch PR: 215271 [1], 216327 [2] Reported by: jbeich [1] Approved by: rene MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html Notes: svn path=/head/; revision=433510
* www/chromium: update to 54.0.2840.100Rene Ladan2016-11-221-0/+16
Submitted by: clutton <clutton@zoho.com> Reviewed by: cpm, rene Obtained from: https://github.com/paranormal/ MFH: 2016Q4 Security: https://vuxml.freebsd.org/freebsd/769ba449-79e1-11e6-bf75-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/653a8059-7c49-11e6-9242-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9c135c7e-9fa4-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9118961b-9fa5-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/ae9cb9b8-a203-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/a3473f5a-a739-11e6-afaa-e8e0b747a45a.html Differential Revision: https://reviews.freebsd.org/D8517 Notes: svn path=/head/; revision=426855