[maintainer] www/hugo: update to 0.136.3

2024-10-21 Thread Kirill A . Korinsky
ports@, Here a clena update for www/hugo to 0.136.3 Changelogs: - https://github.com/gohugoio/hugo/releases/tag/v0.136.2 - https://github.com/gohugoio/hugo/releases/tag/v0.136.3 Tested on -current/amd64 ok? Index: Makefile === R

databases/mariadb in -stable: Distfile no longer available

2024-10-21 Thread Silamael Darkomen
Hi, For some reasons I have to build the MariaDB port myself locally. Unfortunately, the distfile for MariaDB 10.9.8 as included in OpenBSD 7.6 seems to be no longer available. Neither at the original MariaDB download server nor on any of ports mirror sites... On the MariaDB homepage only versi

Re: [NEW] net/b2

2024-10-21 Thread Paul Galbraith
On 2024-09-18 10:28 a.m., Abel Abraham Camarillo Ojeda wrote: On Wed, Sep 18, 2024 at 8:27 AM Paul Galbraith wrote: On 2024-09-08 9:23 p.m., A Tammy wrote: > On 9/8/24 8:06 PM, Paul Galbraith wrote: >> On 2024-09-03 12:36 p.m., Kirill A. Korinsky wrote: >>> On Tue, 03 Sep 2024

Re: databases/mariadb in -stable: Distfile no longer available

2024-10-21 Thread Stuart Henderson
On 2024/10/21 09:10, Silamael Darkomen wrote: > Hi, > > For some reasons I have to build the MariaDB port myself locally. > Unfortunately, the distfile for MariaDB 10.9.8 as included in OpenBSD 7.6 > seems to be no longer available. > Neither at the original MariaDB download server nor on any of p

Re: databases/mariadb in -stable: Distfile no longer available

2024-10-21 Thread Silamael Darkomen
Hi Stuart, Thanks for the hint. I'll do that. Cheers, Matthias On 21 Oct 2024 10:49, Stuart Henderson wrote: On 2024/10/21 09:10, Silamael Darkomen wrote: Hi, For some reasons I have to build the MariaDB port myself locally. Unfortunately, the distfile for MariaDB 10.9.8 as included in OpenB

Re: Add myself to openbsd-developers

2024-10-21 Thread Kirill A . Korinsky
On Mon, 21 Oct 2024 13:10:17 +0200, Stuart Henderson wrote: > > The file is sorted numerically by latitude. Yes that's arbitrary but > please stick to the existing style. Then it's ok sthen@ > It was too late. -- wbr, Kirill

Re: Add myself to openbsd-developers

2024-10-21 Thread Stuart Henderson
On 2024/10/21 13:43, Kirill A. Korinsky wrote: > On Mon, 21 Oct 2024 13:10:17 +0200, > Stuart Henderson wrote: > > > > The file is sorted numerically by latitude. Yes that's arbitrary but > > please stick to the existing style. Then it's ok sthen@ > > > > It was too late. Not too late to change

Re: Add myself to openbsd-developers

2024-10-21 Thread Kirill A . Korinsky
On Mon, 21 Oct 2024 13:52:56 +0200, Stuart Henderson wrote: > > On 2024/10/21 13:43, Kirill A. Korinsky wrote: > > On Mon, 21 Oct 2024 13:10:17 +0200, > > Stuart Henderson wrote: > > > > > > The file is sorted numerically by latitude. Yes that's arbitrary but > > > please stick to the existing

[maintainer update] remind 5.0.6 -> 5.0.7

2024-10-21 Thread Martin Ziemer
This patch updates remind from 5.0.6 to 5.0.7. Tested on amd64. Index: Makefile === RCS file: /cvs/ports/misc/remind/Makefile,v retrieving revision 1.77 diff -u -p -r1.77 Makefile --- Makefile4 Oct 2024 11:35:06 - 1.77

Re: Add myself to openbsd-developers

2024-10-21 Thread Stefan Sperling
On Mon, Oct 21, 2024 at 12:55:05PM +0200, Kirill A. Korinsky wrote: > ports@ > > I'd like to disclouse my location and update geo/openbsd-developers > > ok? Sure, ok by me. > Index: Makefile > === > RCS file: /cvs/ports/geo/openbsd

Re: Add myself to openbsd-developers

2024-10-21 Thread Stuart Henderson
The file is sorted numerically by latitude. Yes that's arbitrary but please stick to the existing style. Then it's ok sthen@ -- Sent from a phone, apologies for poor formatting. On 21 October 2024 11:55:26 Kirill A. Korinsky wrote: ports@ I'd like to disclouse my location and update geo/op

Re: mail/dovecot: backport small fix for OpenBSD

2024-10-21 Thread Stuart Henderson
I think that change is appropriate for pf. -- Sent from a phone, apologies for poor formatting. On 20 October 2024 03:59:33 Brad Smith wrote: On 2024-10-13 5:52 a.m., Kirill A. Korinsky wrote: ports@, Brad, Here a backport of small fix for OpenBSD from mine PR to fix 2.4 branch on OpenBSD: h

Add myself to openbsd-developers

2024-10-21 Thread Kirill A . Korinsky
ports@ I'd like to disclouse my location and update geo/openbsd-developers ok? Index: Makefile === RCS file: /cvs/ports/geo/openbsd-developers/Makefile,v diff -u -p -r1.188 Makefile --- Makefile25 Aug 2024 21:22:01 - 1.

mips64 bulk build report

2024-10-21 Thread visa
bulk build on octeon.ports.openbsd.org started on Wed Oct 9 14:14:20 UTC 2024 finished at Sat Oct 19 14:32:46 UTC 2024 lasted 11D00h18m done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #235: Tue Oct 8 08:14:58 MDT 2024 built packages:8713 Oct 9:1462 Oct 10:582 Oct 11:500 Oct 12:687 Oct 1

Re: [maintainer] www/hugo: update to 0.136.3

2024-10-21 Thread Klemens Nanni
21 окт. 2024 г. 18:03:55 Kirill A. Korinsky : > ports@, > > Here a clena update for www/hugo to 0.136.3 > > Changelogs: > - https://github.com/gohugoio/hugo/releases/tag/v0.136.2 > - https://github.com/gohugoio/hugo/releases/tag/v0.136.3 > > Tested on -current/amd64 OK kn

love/{0.10,11} - backport fix for array out-of-bounds access

2024-10-21 Thread Thomas Frohwein
Hi, love-0.10 and 11 ship with Polyline.cpp which has a loop that can access array at -1 offset as it doesn't check for vertex_count. I found this in 2 games (Arco, Moonring) and there may be more. Upstream accepted my PR [1], so best to fix our port, too! ok? [1] https://github.com/love2d/love/

[new] devel/jujutsu 0.0.22

2024-10-21 Thread Theo Buehler
This has been making the rounds on various discussion forums recently and I had a port in openbsd-wip so I dusted it off and here's the result. It's a rather straightforward rust port. The name of the package is maybe worth a discussion. I felt jj is a bit short and non-descriptive, so I went wit