aarch64 bulk build report

2023-11-06 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Nov 4 01:42:29 MDT 2023 finished at Mon Nov 6 16:05:26 MST 2023 lasted 2D15h22m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #16: Fri Nov 3 21:38:55 MDT 2023 built packages:11818 Nov 4:3935 Nov 5:2113 Nov 6:5769 critical path mis

Re: devel/yarn - still needed?

2023-11-06 Thread Volker Schlecht
With the UI of security/vault now building on OpenBSD without devel/yarn: What about removing devel/yarn? On 2023-09-19 21:00, Volker Schlecht wrote: Cc: abieber@ I just came across our port of devel/yarn, which appears to be both very old and by now, very underutilized. The last discussions a

Re: audio/solfege build failure (Re: [Security] ghostscript/gnu 10.02.1)

2023-11-06 Thread Matthias Kilian
Hi, On Mon, Nov 06, 2023 at 09:31:14PM +0100, Volker Schlecht wrote: > On 2023-11-06 20:40, Theo Buehler wrote: > > On Thu, Nov 02, 2023 at 07:13:45PM +0100, Volker Schlecht wrote: > > > ghostscript released a patch release addressing some vaguely specified > > > security bugs. > > > From the chan

Re: UPDATE security/vaultwarden-1.30.0 and www/vaultwarden-web-2023.10.0

2023-11-06 Thread Bjorn Ketelaars
On Mon 06/11/2023 21:13, Theo Buehler wrote: > On Mon, Nov 06, 2023 at 08:44:22PM +0100, Bjorn Ketelaars wrote: > > Diff below updates security/vaultwarden to 1.30.0 and > > www/vaultwarden-web to 2023.10.0. Main changes are the addition of > > passkey support, and integration of the WebSocket serv

Re: [Update] www/gallery-dl 1.26.2

2023-11-06 Thread grodzio
Works correctly now. I ought to learn how to use regex myself.. Ok to import now? --- Original Message --- > Oops, typo, should have been PKGNAME = ${DISTNAME:S/_/-/} > > -- > Sent from a phone, apologies for poor formatting. > > On 6 November 2023 19:34:53 grodzio grod...@protonmail.c

Re: audio/solfege build failure (Re: [Security] ghostscript/gnu 10.02.1)

2023-11-06 Thread Volker Schlecht
On 2023-11-06 20:40, Theo Buehler wrote: On Thu, Nov 02, 2023 at 07:13:45PM +0100, Volker Schlecht wrote: ghostscript released a patch release addressing some vaguely specified security bugs. From the changelog, it looks like there's at least a buffer overflow and an integer overflow that got fi

Re: [Update] www/gallery-dl 1.26.2

2023-11-06 Thread Stuart Henderson
Oops, typo, should have been PKGNAME = ${DISTNAME:S/_/-/} -- Sent from a phone, apologies for poor formatting. On 6 November 2023 19:34:53 grodzio wrote: Thank you for the fixes. However, I have some remarks about your changes to PKGNAME. Having the package named 'gallery_dl' is inconsistent

Re: UPDATE security/vaultwarden-1.30.0 and www/vaultwarden-web-2023.10.0

2023-11-06 Thread Theo Buehler
On Mon, Nov 06, 2023 at 08:44:22PM +0100, Bjorn Ketelaars wrote: > Diff below updates security/vaultwarden to 1.30.0 and > www/vaultwarden-web to 2023.10.0. Main changes are the addition of > passkey support, and integration of the WebSocket service in the HTTP > server. Full overview on changes ca

UPDATE security/vaultwarden-1.30.0 and www/vaultwarden-web-2023.10.0

2023-11-06 Thread Bjorn Ketelaars
Diff below updates security/vaultwarden to 1.30.0 and www/vaultwarden-web to 2023.10.0. Main changes are the addition of passkey support, and integration of the WebSocket service in the HTTP server. Full overview on changes can be found at https://github.com/dani-garcia/vaultwarden/releases/tag/1.3

audio/solfege build failure (Re: [Security] ghostscript/gnu 10.02.1)

2023-11-06 Thread Theo Buehler
On Thu, Nov 02, 2023 at 07:13:45PM +0100, Volker Schlecht wrote: > ghostscript released a patch release addressing some vaguely specified > security bugs. > From the changelog, it looks like there's at least a buffer overflow and an > integer overflow that got fixed, so I think we want those fixes

Re: [Update] www/gallery-dl 1.26.2

2023-11-06 Thread grodzio
Thank you for the fixes. However, I have some remarks about your changes to PKGNAME. Having the package named 'gallery_dl' is inconsistent with the program's name, 'gallery-dl'. I suggest using something such as PKGNAME = gallery-dl-${MODPY_EGG_VERSION} (perhaps there is a more elegant way to do i

update print/poppler

2023-11-06 Thread Matthias Kilian
Hi, probably the smallest poppler update ever ;-) Build-tested on amd64 with everything depending on it (directly or via WANTLIB), runtime tested with a few applications. If there aren't objections, I'll commit this on wednesday. Ciao, Kili Index: Makefile =

Re: [Update] www/gallery-dl 1.26.2

2023-11-06 Thread Stuart Henderson
On 2023/11/06 15:57, grodzio wrote: > Hello, attached is an updated port of gallery-dl that I had submitted > earlier. > > Additionally, I used Stefan's modifications from the previous thread, > > many thanks, Stefan. > > Program tested on amd64, works fine on my end. > > Also, I will be using

[Maintainer Update] net/rabbitmq 3.12.8

2023-11-06 Thread Volker Schlecht
I would like to update net/rabbitmq to the 3.12.x release branch. RabbitMQ 3.11.x will run out of community support on December 31st 2023, so having an updated version in -ports for 7.5 would be a good idea anyway, plus the 3.12.x release branch is the first one to support erlang26. While at it,

Re: WIP: devel/sccache

2023-11-06 Thread Caspar Schutijser
Hi, On Mon, Nov 06, 2023 at 07:45:06AM +, Klemens Nanni wrote: > On Tue, Sep 05, 2023 at 12:11:56PM +0200, Caspar Schutijser wrote: > > On Tue, Sep 05, 2023 at 08:42:34AM +0200, Landry Breuil wrote: > > > Le Mon, Sep 04, 2023 at 05:13:19PM +0200, Landry Breuil a ?crit : > > > > Le Mon, Sep 04,

[Update] www/gallery-dl 1.26.2

2023-11-06 Thread grodzio
Hello, attached is an updated port of gallery-dl that I had submitted earlier. Additionally, I used Stefan's modifications from the previous thread, many thanks, Stefan. Program tested on amd64, works fine on my end. Also, I will be using this email address from now on. Ok to import? Comments?

gcc11: enable libgccjit

2023-11-06 Thread Omar Polo
Hello, Admittedly, this is mostly for Emacs. As such, I don't think it makes sense to enable it on gcc8 too (emacs doesn't seem like that libgccjit). Anyway, my idea would be to first enable it in the gcc11 port and disable it in emacs so that it's not picked up automatically, see how it goes an

Re: [new] security/certspotter 0.16.0

2023-11-06 Thread Renaud Allard
ping :) On 10/26/23 15:09, Stefan Hagen wrote: Renaud Allard wrote (2023-10-26 13:27 CEST): Hello and thanks for checking On 10/26/23 13:07, Stefan Hagen wrote: Renaud Allard wrote (2023-10-25 09:46 CEST): Hello, Here is a new port for certspotter. This needs a change in user.list for the d

Re: devel/fmt: update to 10.1.1

2023-11-06 Thread Stuart Henderson
Tried it before, this update breaks mariadb. On 2023/11/06 10:01, Klemens Nanni wrote: > upstream dropped -Wl,--as-needed usage, thus our AS_NEEDED cmake option > patch has no effect. So looks like we no longer need the clang+ld.bfd > treatment, but I can't test on these platforms, some I prefer

devel/fmt: update to 10.1.1

2023-11-06 Thread Klemens Nanni
upstream dropped -Wl,--as-needed usage, thus our AS_NEEDED cmake option patch has no effect. So looks like we no longer need the clang+ld.bfd treatment, but I can't test on these platforms, some I prefer more eyes. Tests fail/pass equally as before on amd64: 85% tests passed, 3 tests fai

Re: prevent from using libudev if present

2023-11-06 Thread Rafael Sadowski
On Mon Nov 06, 2023 at 09:18:45AM +0100, Landry Breuil wrote: > Le Mon, Nov 06, 2023 at 09:08:20AM +0100, Matthieu Herrb a écrit : > > On Sun, Nov 05, 2023 at 11:29:13AM +0100, Rafael Sadowski wrote: > > > Here is a diff that deactivate libudev detection in dvdstyler and add a > > > comment in libu

Re: prevent from using libudev if present

2023-11-06 Thread Rafael Sadowski
On Mon Nov 06, 2023 at 09:40:10AM +0100, Antoine Jacoutot wrote: > > I agree. > Speaking about it, maybe those ports that are now more widely used (libinotify > comes to mind) could be move to a regular installation PREFIX? > It's a different discussion but YES I would very much welcome that for

[new] devel/p5-File-FcntlLock 0.22

2023-11-06 Thread Renaud Allard
Hello, Here is a new port for p5-File-FcntlLock which will be needed in order to update mail/exim to the next version. Best Regards p5-File-FcntlLock.tar.gz Description: application/gzip smime.p7s Description: S/MIME Cryptographic Signature

Re: prevent from using libudev if present

2023-11-06 Thread Antoine Jacoutot
On Mon, Nov 06, 2023 at 09:18:45AM +0100, Landry Breuil wrote: > Le Mon, Nov 06, 2023 at 09:08:20AM +0100, Matthieu Herrb a écrit : > > On Sun, Nov 05, 2023 at 11:29:13AM +0100, Rafael Sadowski wrote: > > > Here is a diff that deactivate libudev detection in dvdstyler and add a > > > comment in lib

Re: prevent from using libudev if present

2023-11-06 Thread Landry Breuil
Le Mon, Nov 06, 2023 at 09:08:20AM +0100, Matthieu Herrb a écrit : > On Sun, Nov 05, 2023 at 11:29:13AM +0100, Rafael Sadowski wrote: > > Here is a diff that deactivate libudev detection in dvdstyler and add a > > comment in libudev-openbsd. > > > > The list should then be complete, just like the

Re: prevent from using libudev if present

2023-11-06 Thread Matthieu Herrb
On Sun, Nov 05, 2023 at 11:29:13AM +0100, Rafael Sadowski wrote: > Here is a diff that deactivate libudev detection in dvdstyler and add a > comment in libudev-openbsd. > > The list should then be complete, just like the list for libinput in > wayland/libinput-openbsd. All consumers should now be