[PATCH] www/nginx update to 1.28.0

2025-04-23 Thread Sergey A. Osokin
Hi, could you please review and commit following changes for www/nginx port. Thank you. -- Sergey A. Osokin Index: Makefile === RCS file: /cvs/ports/www/nginx/Makefile,v diff -u -p -r1.188 Makefile --- Makefile 22 Apr 2025 14:11:54

Re: net/ejabberd: backport 24.04 to 7.7

2025-04-23 Thread Theo Buehler
On Wed, Apr 23, 2025 at 08:35:25PM +0200, Kirill A. Korinsky wrote: > ports@, > > eJabberd 25.04 was releases in a few weeks after previous release with, as > they had said in announce, an important security fix. > > Here a diff to backport it to ejabberd 24.12 in 7.7 ok tb

Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-23 Thread Stefan Moran
> > + mv ${PREFIX}/share/crawl/docs ${PREFIX}/share/doc/crawl > > The txt files are loaded by the program, see various things in > command.cc, so I think they may need to stay where they were Good catch. Using documentation outside of the projects source root as source code wasn't something that

Re: UPDATE: net/tailscale-1.82.5

2025-04-23 Thread Daniel Jakots
On Mon, 21 Apr 2025 21:59:46 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.82.5 > Changelog: > https://tailscale.com/changelog Committed, thanks!

Re: [maintainer update] sysutils/fzf 0.61.3

2025-04-23 Thread Daniel Jakots
On Wed, 23 Apr 2025 09:48:48 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > simple update for sysutils/fzf to the latest version 0.61.3 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.61.3 > > Build and tests OK on current/amd64 with Go 1.24.1 > > Tests welcome and please co

[UPDATE] devel/esbuild 0.25.2 -> 0.25.3

2025-04-23 Thread Igor Zornik
Hello! A mostly bugfix update for esbuild. Still builds my JS stuff on yesterday's snap. A straightforward diff bellow. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5

security/acme.sh: update to 3.1.1

2025-04-23 Thread Kirill A . Korinsky
ports@, I'd like to update security/acme.sh to a version 3.1.1 Changelog: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.1 Changes seems safe, but it is a series shell scripts and I can test it only for syntax via make test and against cloudns.net and AWS. No regression. Anyone wou

net/ejabberd: backport 24.04 to 7.7

2025-04-23 Thread Kirill A . Korinsky
ports@, eJabberd 25.04 was releases in a few weeks after previous release with, as they had said in announce, an important security fix. Here a diff to backport it to ejabberd 24.12 in 7.7 Ok? Index: net/ejabberd/Makefile === RCS f

adjust devel/got PLISTs

2025-04-23 Thread op
This pleases make update-plist: * sort stuff in sysd * don't use @dir; actually create the dir (and then sort, again ;-) bumping REVISION because it's cheap; this could probably just use REVISION-webd or even go without it, using the big hammer to err on the safer/simple side. ok? Index: Make

Re: update devel/got to 0.111

2025-04-23 Thread Stefan Sperling
On Wed, Apr 23, 2025 at 05:11:02PM +0200, Omar Polo wrote: > Stefan Sperling wrote: > > [...] > > commit - 9d2453246c77d54e499db41534a9ea3eb8bd630d > > commit + e2e9fbeb8aa1df309e1158fe28b7818d9f880838 > > [...] > > blob - 338e4d4e3d7511e0b152556245434298a6cca3fc > > blob + 77698f655a6731023808a6d

[update] sysutils/glances 4.3.1 and take maintener

2025-04-23 Thread Laurent Cheylus
Hi ports@ update for sysutils/glances (system monitoring tool in Python) to the latest version 4.3.1 Changelog: https://github.com/nicolargo/glances/releases/tag/v4.3.1 - update Makefile: * define MODPY_PYTEST_ARGS to run test * update RDEP - update patches - update pkg/PLIST (make fake /

Re: update devel/got to 0.111

2025-04-23 Thread Omar Polo
Stefan Sperling wrote: > [...] > commit - 9d2453246c77d54e499db41534a9ea3eb8bd630d > commit + e2e9fbeb8aa1df309e1158fe28b7818d9f880838 > [...] > blob - 338e4d4e3d7511e0b152556245434298a6cca3fc > blob + 77698f655a6731023808a6d03f86008d938f3d71 > --- devel/got/pkg/PLIST-main > +++ devel/got/pkg/PLIS

Re: UPDATE: Boost 1.88

2025-04-23 Thread Theo Buehler
On Sat, Apr 19, 2025 at 06:02:00PM -0400, Brad Smith wrote: > On Thu, Apr 17, 2025 at 03:34:41AM -0400, Brad Smith wrote: > > Here is an update to Boost 1.88. > > > > > > https://www.boost.org/users/history/version_1_88_0.html > > > > > > Could use a bulk build to see what things are like in th

Re: Libreoffice GB language pack ?

2025-04-23 Thread Chris Billington
On Tue, 22 Apr 2025 11:59:50 +0100 Stuart Henderson wrote: > the en-GB dictionary is already in the main libreoffice package - if adding > other en-GB files would it make sense to include them in the main package too? > > -- > Sent from a phone, apologies for poor formatting. > > On 22 Apri

Re: NEW: devel/stylua

2025-04-23 Thread Laurent Cheylus
Hi Edd, - Mail original - > On Tue, Apr 22, 2025 at 01:12:21PM -, Laurent Cheylus wrote: > > There is a new release of StyLua, version v2.1.0 => > > https://github.com/ > > JohnnyMorganz/StyLua/releases/tag/v2.1.0 > > Yep, typical huh? :) > > Attached is the updated tarball. Build a

cegui: fix build with newer boost

2025-04-23 Thread Theo Buehler
The headers this pulls in use noexcept with newer boost, so -std=c++03 doesn't work anymore. Just remove it and use the compiler's default. I bumped the majors since there's quite a bit of churn resulting from this change and I'm not interested in spending time on reducing the bumps to the strict

[maintainer update] sysutils/fzf 0.61.3

2025-04-23 Thread Laurent Cheylus
Hi ports@ simple update for sysutils/fzf to the latest version 0.61.3 Changelog: https://github.com/junegunn/fzf/releases/tag/v0.61.3 Build and tests OK on current/amd64 with Go 1.24.1 Tests welcome and please commit if OK. Laurent Index: Makefile ===

Re: sysutils/tmate: add missed pledge

2025-04-23 Thread Theo Buehler
On Wed, Apr 23, 2025 at 09:04:24AM +0200, Kirill A. Korinsky wrote: > On Wed, 23 Apr 2025 08:47:08 +0200, > Theo Buehler wrote: > > > > On Tue, Apr 22, 2025 at 10:29:21PM +0200, Kirill A. Korinsky wrote: > > > On Tue, 22 Apr 2025 09:17:31 +0200, > > > Theo Buehler wrote: > > > > > > > > Also, a

Re: sysutils/tmate: add missed pledge

2025-04-23 Thread Kirill A . Korinsky
On Wed, 23 Apr 2025 08:47:08 +0200, Theo Buehler wrote: > > On Tue, Apr 22, 2025 at 10:29:21PM +0200, Kirill A. Korinsky wrote: > > On Tue, 22 Apr 2025 09:17:31 +0200, > > Theo Buehler wrote: > > > > > > Also, adding a pledge without giving a clear root cause is never the > > > right thing to d