Re: NEW: www/anubis

2025-03-26 Thread Matthieu Herrb
On Wed, Mar 26, 2025 at 10:26:00PM +, Stuart Henderson wrote: > On 2025/03/26 15:45, Kirill A. Korinsky wrote: > > On Wed, 26 Mar 2025 14:58:25 +0100, > > Stuart Henderson wrote: > > > > > > 1. Anubis is normally configured via environment variables (it is > > > normally meant for running i

UPDATE: databases/timescaledb 2.19.0

2025-03-26 Thread Renato Aguiar
Trivial diff updating timescaledb to 2.19.0: diff /usr/ports path + /usr/ports commit - feee4072213488cc383974880941069c658617c9 blob - 277a3b09e682d738b088d05661aefa88c59dd9ea file + databases/timescaledb/Makefile --- databases/timescaledb/Makefile +++ databases/timescaledb/Makefile @@ -2,10 +2,1

Re: NEW: www/anubis

2025-03-26 Thread Stuart Henderson
On 2025/03/26 15:45, Kirill A. Korinsky wrote: > On Wed, 26 Mar 2025 14:58:25 +0100, > Stuart Henderson wrote: > > > > 1. Anubis is normally configured via environment variables (it is > > normally meant for running in Docker and this seems fairly common, > > albeit annoying). This can be done vi

[security] net/synapse 1.127.1 -- CVE-2025-30355

2025-03-26 Thread Renaud Allard
Hello, Here is an update to net/synapse 1.127.1 It solves GHSA-v56r-hwv5-mxg6 / CVE-2025-30355 https://github.com/element-hq/synapse/security/advisories/GHSA-v56r-hwv5-mxg6 Tested on amd64 Compiles and runs fine on 7.6-stable too Best Regards Index: Makefile

Re: UPDATE: mpv 0.40.0

2025-03-26 Thread Brad Smith
On 2025-03-26 3:32 p.m., Theo Buehler wrote: On Wed, Mar 26, 2025 at 07:32:31PM +0100, Volker Schlecht wrote: Builds and works fine here, tested under wayland on amd64. On inteldrm0: msi, ALDERLAKE_P, gen 12 with hwdec I now see MESA-INTEL: warning: /usr/src/xenocara/lib/mesa/mk/libanv_common

Re: UPDATE: mpv 0.40.0

2025-03-26 Thread Theo Buehler
On Wed, Mar 26, 2025 at 07:32:31PM +0100, Volker Schlecht wrote: > Builds and works fine here, tested under wayland on amd64. On inteldrm0: msi, ALDERLAKE_P, gen 12 with hwdec I now see MESA-INTEL: warning: /usr/src/xenocara/lib/mesa/mk/libanv_common/../../src/intel/vulkan/anv_formats.c:794: FI

security update: net/icinga web2 and web2-module-director

2025-03-26 Thread Alvar Penning
Hi all, Hi Stuart, Today multiple security updates for Icinga Web 2 and Web 2 components were released. https://icinga.com/blog/icinga-security-releases-web-q1-2025/ The attached patch bumps the required IPL, Icinga Web 2 and the Icinga Director. I have successfully tested Icinga Web 2 and teste

riscv64 bulk build report

2025-03-26 Thread jca
Bulk build on riscv64-2.ports.openbsd.org Started : Mon Mar 10 11:41:18 MDT 2025 Finished: Wed Mar 26 11:38:38 MDT 2025 Duration: 15 Days 23 hours 57 minutes Built using OpenBSD 7.7-beta (GENERIC.MP) #3: Mon Mar 10 09:03:33 MDT 2025 Built 10667 packages Number of packages built each day: Mar 10

Re: NEW: net/grpc

2025-03-26 Thread Rafael Sadowski
On Wed Mar 19, 2025 at 08:10:19PM +, Stuart Henderson wrote: > On 2025/03/19 16:55, Theo Buehler wrote: > > It mostly looks good to me ports-wise, although I'm not at all convinced > > by the devel/bear use case. It feels very expensive for what it provides. > > I guess I'm just not the target

Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1

2025-03-26 Thread Robert Nagy
Hi 3006.x does not work with python12, which is the python version we have. On 26/03/25 19:52 +0100, Uwe Werler wrote: > Hi all, > > I would really recommend to make two different ports - one for 3006.x > (LTS) and one for 3007.x (STS). > > STS is NOT recommended for production use: > https://d

update: fcft-3.3.1

2025-03-26 Thread Matthieu Herrb
Will be needed for wayland/foot update. ok ? Index: Makefile === RCS file: /local/cvs/ports/graphics/fcft/Makefile,v diff -u -p -u -r1.6 Makefile --- Makefile31 Aug 2024 16:30:54 - 1.6 +++ Makefile23 Mar 2025 18:31:46

Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1

2025-03-26 Thread Uwe Werler
On Tue Mar 25, 2025 at 11:03 AM CET, Mikolaj Kucharski wrote: > Hi. > > I am addressing two issues here. The setproctitle problem in the rc.d(8) > scripts I reported in the past https://marc.info/?t=17005600386&r=1&w=2 > and change for pexp works for me. > > Second is, salt needs tornado. > > >

Re: UPDATE: mpv 0.40.0

2025-03-26 Thread Volker Schlecht
Builds and works fine here, tested under wayland on amd64. Careful ok volker@, since I'm neither a video power user, nor do I have access to another platform with graphics capability :-) On 2025-03-26 01:02, Brad Smith wrote: Here is an update to mpv 0.40.0.

Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1

2025-03-26 Thread Mikolaj Kucharski
On Tue, Mar 25, 2025 at 10:22:42AM +, Stuart Henderson wrote: > On 2025/03/25 10:03, Mikolaj Kucharski wrote: > > Hi. > > > > I am addressing two issues here. The setproctitle problem in the rc.d(8) > > scripts I reported in the past https://marc.info/?t=17005600386&r=1&w=2 > > and change

Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1

2025-03-26 Thread Raf Czlonka
Also, there's at least one more dependency which isn't met: pyzmq>=25.1.2 ; python_version < '3.13' pyzmq>=26.2.0 ; python_version >= '3.13' [0] https://github.com/saltstack/salt/blob/master/requirements/zeromq.txt Regards, Raf

Re: [PATCH] Repackage ghc bootstrap for 7.7

2025-03-26 Thread Matthias Kilian
Hi Greg, On Mon, Mar 17, 2025 at 09:15:55AM -0700, Greg Steuck wrote: > I rebuilt ghc bootstraps on both supported platforms and uploaded the > results into ~gnezdo/snapshot. I was running these snaps: > > amd64 OpenBSD 7.7-beta (GENERIC.MP) #600: Sun Mar 16 17:44:04 MDT 2025 > arm64 OpenBSD 7.7-

Re: [Update] sysutils/fswatch 1.18.3

2025-03-26 Thread Sebastien Marie
Hi, LGTM. ok semarie -- Sebastien Marie Volker Schlecht writes: > Update to the latest release: > > https://github.com/emcrisostomo/fswatch/releases/tag/1.18.3 > > ok? > Index: Makefile > === > RCS file: /cvs/ports/sysutils/fswatc

[no subject]

2025-03-26 Thread Ralf Dietrich
subscribe ports

Re: NEW: www/anubis

2025-03-26 Thread Kirill A . Korinsky
On Wed, 26 Mar 2025 14:58:25 +0100, Stuart Henderson wrote: > > 1. Anubis is normally configured via environment variables (it is > normally meant for running in Docker and this seems fairly common, > albeit annoying). This can be done via login.conf "setenv", but one > of the required parameters

Ruby 3.2.8

2025-03-26 Thread Jeremy Evans
This updates to the latest release of Ruby 3.2. Release notes at https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-2-8-released/ Fixes 3 CVEs: CVE-2025-27219: Denial of Service in CGI::Cookie.parse CVE-2025-27220: ReDoS in CGI::Util#escapeElement CVE-2025-27221: userinfo leakage in URI#join

NEW: www/anubis

2025-03-26 Thread Stuart Henderson
Here's a port for Anubis. It requires the go update (1.24.1) which was only just committed. I took a few slightly non-standard decisions around the rc script. 1. Anubis is normally configured via environment variables (it is normally meant for running in Docker and this seems fairly common, albei

Re: [security] mail/exim 4.98.2 (CVE-2025-30232)

2025-03-26 Thread Stuart Henderson
On 2025/03/26 15:15, Renaud Allard wrote: > > > On 3/26/25 3:10 PM, Renaud Allard wrote: > > Hello, > > > > Here is a short diff for exim to 4.98.2 > > Tested to build fine on amd64 for 7.6 and -current > > > > This solves CVE-2025-30232. > > There are no public details about this CVE yet. > >

Re: [security] mail/exim 4.98.2 (CVE-2025-30232)

2025-03-26 Thread Renaud Allard
On 3/26/25 3:10 PM, Renaud Allard wrote: Hello, Here is a short diff for exim to 4.98.2 Tested to build fine on amd64 for 7.6 and -current This solves CVE-2025-30232. There are no public details about this CVE yet. Best Regards Just for info, the details are now here: https://exim.org/stat

Re: graphics/ffmpeg:

2025-03-26 Thread Kirill A . Korinsky
On Wed, 26 Mar 2025 02:38:01 +0100, Brad Smith wrote: > > On 2025-03-20 10:29 a.m., Kirill A. Korinsky wrote: > > > Brad, > > > > I had discover that ffplay / ffmpeg may crash when I detach webcam from a > > machine. I had run it with command like: > > > > ffplay -i /dev/video0 -input_form

Re: [update] www/yt-dlp 2025.02.19 -> 2025.03.21

2025-03-26 Thread Stuart Henderson
On 2025/03/24 19:59, David Uhden Collado wrote: > In this email, I have attached a diff to update www/yt-dlp from version > 2025.02.19 to version 2025.03.21 [1]. tb@ already conmitted an update for this.

[update] net/soju 0.8.2 -> 0.9.0

2025-03-26 Thread Johannes Thyssen Tishman
Please find below an update for net/soju to version 0.9.0. Lightly tested without any issues. Index: Makefile === RCS file: /cvs/ports/net/soju/Makefile,v diff -u -p -r1.5 Makefile --- Makefile24 Feb 2025 19:39:18 - 1.5

Re: NEW: security/libp11

2025-03-26 Thread Stuart Henderson
On 2025/03/25 16:56, Maximo Pech wrote: > Builds and installs fine for me on x86_64. Just one thing: I suggest > next time you package it as security/libp11 or ports/security/libp11 > in your tar file. please not ports/ in the tar. (personally I prefer just portname/ unless there are several port

[maintainer update] ddrescue 1.29.0 -> 1.29.1

2025-03-26 Thread Martin Ziemer
This patch updates ddrescue from 1.29.0 to 1.29.1. Tested on amd64. Index: Makefile === RCS file: /cvs/ports/sysutils/ddrescue/Makefile,v diff -u -p -r1.28 Makefile --- Makefile6 Jan 2025 15:55:27 - 1.28 +++ Makefile

Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1

2025-03-26 Thread Tommy Scheunemann
Hi, On Tue, 25 Mar 2025, Stuart Henderson wrote: On 2025/03/25 10:03, Mikolaj Kucharski wrote: Hi. I am addressing two issues here. The setproctitle problem in the rc.d(8) scripts I reported in the past https://marc.info/?t=17005600386&r=1&w=2 and change for pexp works for me. definitel