[NEW] moonlight-qt, libva, intel-vaapi-driver

2019-12-10 Thread Brad DeMorrow
[moonlight-qt] I managed to get the authors of moonlight-qt to agree to start hosting source tarballs that don't require any special 'git submodule update --init --recursive' business to compile. Again, please note that this depends on ffmpeg (attached is the updated port) being compiled with --ena

[PATCH] graphics/libsixel security patches

2019-12-10 Thread trondd
A handful of CVEs were assigned for bugs in libsixel. Heap buffer overflows and integer overflows. CVE-2019-19638 CVE-2019-19635 CVE-2019-19636 CVE-2019-19637 A pull request pointing out the issues and patching them was submitted about 10 days ago. The CVEs were assigned 3 days ago. https://gi

Re: Go and portgen(1)

2019-12-10 Thread Aaron Bieber
On Sun, 08 Dec 2019 at 13:53:40 -0800, Andrew Hewus Fresh wrote: > On Sun, Dec 08, 2019 at 11:42:50AM -0700, Aaron Bieber wrote: > > Here is a diff that adds go support in portgen(1). It's a combination > > of diffs from my self and afresh1@. There are a few issues, but on the > > whole this is the

Re: Update: cad/kicad-share 5.1.4 >> 5.1.5

2019-12-10 Thread Stuart Henderson
Thanks, I've committed kicad + kicad-share. On 2019/12/10 08:46, Tracey Emery wrote: > On Fri, Nov 22, 2019 at 11:38:30AM -0700, Tracey Emery wrote: > > This is an update to kicad-share 5.1.5, to go with the previous Kicad > > update. > > > > Ok? > > > > Thanks > > > > -- > > > > Tracey Emery

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Christian Weisgerber
Reyk Floeter: > TL;DR: this is an experimental port update to add U2F/FIDO support and > I'd appreciate testing and feedback. https://demo.yubico.com/webauthn/ Registration and subsequent login work fine for me with * HyperFIDO Titanium (9 EUR, Amazon's Choice) * Yubico Security Key -- Christ

sparc64 bulk build report

2019-12-10 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Sun Dec 8 01:02:32 MST 2019 Finished: Tue Dec 10 13:11:49 MST 2019 Duration: 2 Days 12 hours 9 minutes Built using OpenBSD 6.6-current (GENERIC.MP) #145: Tue Dec 3 22:24:29 MST 2019 Built 9681 packages Number of packages built each day: Dec

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Theo de Raadt
Landry Breuil wrote: > On Tue, Dec 10, 2019 at 10:18:37AM -0700, Theo de Raadt wrote: > > Landry Breuil wrote: > > > > > Well, i managed to have a 'video' pledge class, so you can probably get > > > an 'uhidioctl' class :) > > > > I still feel the addition of 'video' pledge was an abuse of the

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Theo de Raadt
Landry Breuil wrote: > On Tue, Dec 10, 2019 at 10:18:37AM -0700, Theo de Raadt wrote: > > Landry Breuil wrote: > > > > > Well, i managed to have a 'video' pledge class, so you can probably get > > > an 'uhidioctl' class :) > > > > I still feel the addition of 'video' pledge was an abuse of the

Re: [NEW] fonts/firacode

2019-12-10 Thread f.holop
George Rosamond - Tue, 26 November 2019 at 10:36:09 > Wondering what others think about just having separate ports, the port > with ligatures as fonts/firacode and the regular font as fonts/fira, as > I submitted 20191123? They are in separate repos, so I don't see the > logic of arranging them any

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Landry Breuil
On Tue, Dec 10, 2019 at 10:18:37AM -0700, Theo de Raadt wrote: > Landry Breuil wrote: > > > Well, i managed to have a 'video' pledge class, so you can probably get > > an 'uhidioctl' class :) > > I still feel the addition of 'video' pledge was an abuse of the concept. > > firefox has done a pre

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Theo de Raadt
Landry Breuil wrote: > Well, i managed to have a 'video' pledge class, so you can probably get > an 'uhidioctl' class :) I still feel the addition of 'video' pledge was an abuse of the concept. firefox has done a pretty weak version of privsep that requires a 'master process' to have nearly all

postgresql: libc collation issue, linking with ICU

2019-12-10 Thread f.holop
hello, i have noticed that libc collation on OpenBSD is broken (also on macos) :( openbsd=# select n from (values ('bernard'),('bérénice'),('béatrice'),('boris')) AS l(n) order by n collate "fr_FR" n -- bernard boris béatrice bérénice (4 rows) macos=# select n from (values ('b

Re: Update: cad/kicad-share 5.1.4 >> 5.1.5

2019-12-10 Thread Tracey Emery
On Fri, Nov 22, 2019 at 11:38:30AM -0700, Tracey Emery wrote: > This is an update to kicad-share 5.1.5, to go with the previous Kicad > update. > > Ok? > > Thanks > > -- > > Tracey Emery > Ping -- Tracey Emery Index: Makefile.inc ==

Re: Update: cad/kicad 5.1.4 >> 5.1.5

2019-12-10 Thread Tracey Emery
On Fri, Nov 29, 2019 at 11:42:35PM +0100, Paco Esteban wrote: > On Fri, 22 Nov 2019, Tracey Emery wrote: > > > On Fri, Nov 22, 2019 at 01:49:57PM -0500, James Turner wrote: > > > > > > Once EPOCH has been added to a port, you can't remove it. > > > > The universe is once again, back in order. Ep

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Reyk Floeter
On Tue, Dec 10, 2019 at 04:33:01PM +0100, Landry Breuil wrote: > On Tue, Dec 10, 2019 at 03:20:15PM +, Reyk Floeter wrote: > > On Tue, Dec 10, 2019 at 02:39:20PM +, Stuart Henderson wrote: > > > On 2019/12/10 13:57, Reyk Floeter wrote: > > > > +# U2F/FIDO keys > > > > +/dev/uhid0 rw > > > >

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Landry Breuil
On Tue, Dec 10, 2019 at 03:20:15PM +, Reyk Floeter wrote: > On Tue, Dec 10, 2019 at 02:39:20PM +, Stuart Henderson wrote: > > On 2019/12/10 13:57, Reyk Floeter wrote: > > > +# U2F/FIDO keys > > > +/dev/uhid0 rw > > > +/dev/uhid1 rw > > > +/dev/uhid2 rw > > > +/dev/uhid3 rw > > > +/dev/uhid4

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Reyk Floeter
On Tue, Dec 10, 2019 at 02:39:20PM +, Stuart Henderson wrote: > On 2019/12/10 13:57, Reyk Floeter wrote: > > +# U2F/FIDO keys > > +/dev/uhid0 rw > > +/dev/uhid1 rw > > +/dev/uhid2 rw > > +/dev/uhid3 rw > > +/dev/uhid4 rw > > +/dev/uhid5 rw > > +/dev/uhid6 rw > > +/dev/uhid7 rw > > +/dev/uhid8 r

update: telephony/py-phonenumbers

2019-12-10 Thread Sebastien Marie
Hi, A simple update for telephony/py-phonenumbers. Tested on py2 and py3, and with tryton (which is using it). Comments or OK ? -- Sebastien Marie Index: Makefile === RCS file: /cvs/ports/telephony/py-phonenumbers/Makefile,v retr

update: devel/py-stdnum

2019-12-10 Thread Sebastien Marie
Hi, A simple update for py-stdnum. Tested on py2 and py3, and with tryton too (which is using it) On py2, I have unicode error in some test: clean('0𝟽—𝟴𝟧 𝟟𝟑') should return '07-85 73'. But I think it is fine. Comments or OK ? -- Sebastien Marie Index: Makefile ==

update: devel/py-simpleeval

2019-12-10 Thread Sebastien Marie
Hi, A simple update for devel/py-simpleeval Tested with py2 and py3, and tryton tested too (which is using it). Comments or OK ? -- Sebastien Marie Index: Makefile === RCS file: /cvs/ports/devel/py-simpleeval/Makefile,v retrievin

Re: [NEW] Notmuch 0.29.1

2019-12-10 Thread Aaron Bieber
On Sat, 23 Nov 2019 at 23:35:08 +0100, Enric Caussa Morales wrote: > Here's an updated version of the port: > > - it's now using the SUBDIR functionality again. The WIP name is "core" > since it's less ugly than having "notmuch/notmuch" in the path. Let me > know if you come up with a more appropr

Re: UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Stuart Henderson
On 2019/12/10 13:57, Reyk Floeter wrote: > +# U2F/FIDO keys > +/dev/uhid0 rw > +/dev/uhid1 rw > +/dev/uhid2 rw > +/dev/uhid3 rw > +/dev/uhid4 rw > +/dev/uhid5 rw > +/dev/uhid6 rw > +/dev/uhid7 rw > +/dev/uhid8 rw > +/dev/uhid9 rw BTW there are several entries in dmesglog with uhid18 (Microsoft Sur

Re: [NEW] sysutils/packer-vmm

2019-12-10 Thread Philipp Buehler
Am 09.12.2019 13:17 schrieb Philipp Buehler: this port would enable sysutils/packer to utilize OpenBSD's VMM as a builder engine. Changes from feedback so far: - add examples - add RUN_DEPENDS and ordering in Makefile - fmt(1) DESCR thanks, -- pb packer-vmm.tgz Description: GNU Zip compres

UPDATE: www/mozilla-firefox U2F/FIDO support (WebAuthn)

2019-12-10 Thread Reyk Floeter
Hi TL;DR: this is an experimental port update to add U2F/FIDO support and I'd appreciate testing and feedback. See the issues below why this needs further work and discussion. I've attached an updated port for Firefox 71 that adds support for U2F/FIDO USB security keys under OpenBSD. Since ever

Re: [NEW] sysutils/packer-vmm

2019-12-10 Thread Antoine Jacoutot
On Mon, Dec 09, 2019 at 01:17:49PM +0100, Philipp Buehler wrote: > Hello, > > this port would enable sysutils/packer to utilize OpenBSD's VMM as a builder > engine. > I am author of the actual plugin, too. > > Thanks to Stuart about the hints along DISTFILES/post-extract. > > Tested on 6.6-stabl

Re: [NEW] sysutils/packer-vmm

2019-12-10 Thread Stuart Henderson
On 2019/12/10 13:47, Philipp Buehler wrote: > Am 09.12.2019 17:04 schrieb Aaron Bieber: > > Seems like it needs sysutils/packer as a RUN_DEPENDS? > > Added and reordered along Makefile.template > > > Might also be nice to include the example json file (though, I am > > packer-noob!). > > There a

Re: [NEW] sysutils/packer-vmm

2019-12-10 Thread Philipp Buehler
Am 09.12.2019 17:04 schrieb Aaron Bieber: Seems like it needs sysutils/packer as a RUN_DEPENDS? Added and reordered along Makefile.template Might also be nice to include the example json file (though, I am packer-noob!). There are examples in the repo ( https://github.com/double-p/packer-b