Re: [MAINTAINER UPDATE] security/lego v4.16.1 -> 4.17.3

2024-06-04 Thread Igor Zornik
DESC should be updated to inform that it uses ARI-03 now, not ARI-01. On 6/4/24 00:13, Horia Racoviceanu wrote: - Upgrade to v4.17.3 Changelog fix: disable snap release chore: fix snapcraft release pdns: reconstruct zone URLs to enable non-root folder API endpoints dode: update API URL chore:

Re: [MAINTAINER UPDATE]: www/mycorrhiza to 1.15.0

2024-07-02 Thread Igor Zornik
On 7/1/24 16:59, la ninpre wrote: Hello, mycorrhiza has been updated to 1.15.0. This version incorporates changes over 15 months. Notable changes: - special links for today's date - ability to change passwords - css for pdf and printing - go version required lifted to go1.22 - fix of a longstand

Re: NEW: www/forgejo

2024-07-14 Thread Igor Zornik
Hello, A few points I would like to make. This port doesn’t work as-is because it fails to account for the new daemon user. You must add appropriate entries to PLIST for that. Is there a reason we couldn’t use the single-binary build mode? The distribution already includes all the generated fil

[new] mail/alps

2023-08-19 Thread Igor Zornik
Greetings ports@, Long time listener, but first time caller so I hope I didn't get to many things wrong. Attached I have a port of alps, an e-mail web client. It's not as feature-full as some other web clients, but I like this one because it has not run-time dependencies which makes it easie

Re: [new] mail/alps

2023-09-07 Thread Igor Zornik
06 On 9/6/23 18:14, Omar Polo wrote: Hello, On 2023/08/19 10:04:54 +0200, Igor Zornik wrote: Greetings ports@, Long time listener, but first time caller so I hope I didn't get to many things wrong. Sorry for the delay. I wanted to review this the day it was sent but only managed to lo

Re: [new] mail/alps

2023-09-20 Thread Igor Zornik
Ping On 9/7/23 22:05, Igor Zornik wrote: On 9/6/23 18:14, Omar Polo wrote: Hello, On 2023/08/19 10:04:54 +0200, Igor Zornik wrote: Greetings ports@, Long time listener, but first time caller so I hope I didn't get to many things wrong. Sorry for the delay. I wanted to review

Re: dnscrypt-proxy: Unable to set the close on exec flag: [function not implemented]

2024-01-04 Thread Igor Zornik
Hi, Unfortunately many such cases lately in Go software. I think it's due to the syscall removal thing introduced with https://marc.info/?l=openbsd-ports-cvs&m=170057559813269&w=2 because it still works if you build it with a previous revision of Go. On 1/3/24 17:14, Florian Obser wrote:

Go default LDFLAGS behavior

2024-02-27 Thread Igor Zornik
Hello, How are default LDFLAGS for Go ports applied considering they are set after they're included into the build command? I don't see those options in the output when running make and the resulting binary is in its standard size. However when I relocate the flag settings into the upper part of

Re: NEW: www/forgejo

2024-07-23 Thread Igor Zornik
e. Purple Rain. July 14, 2024 at 4:01 AM, "Stuart Henderson" wrote: Might as well just write the manual directly to ${PREFIX}/man/man1/ in post-install:, there's no need for the extra steps. -- Sent from a phone, apologies for poor formatting. On 14 July 2024 08:25:08 Igor Zorn

Re: www/mycorrhiza to 1.15

2024-10-04 Thread Igor Zornik
Hello, Well, for what is worth, I'm giving it an OK. On 10/3/24 18:02, Jag Talon wrote: Hello, I wanted to continue the thread to update mycorrhiza from 1.14 to 1.15. https://marc.info/?t=17198497862&r=1&w=2 It's simply a resubmission of both la ninpre and Igor's patch I hope that's ok.

Re: [UPDATE] sysutils/lf to 33

2024-12-10 Thread Igor Zornik
Hi, No response to this one for a while so I decided to take a look at it. It still builds and runs fine on the latest snapshot on amd64 VM so it’s an OK from me. On 11/15/24 21:54, Alvar Penning wrote: Hi @ports, Hi Chang, A patch for lf to its latest version 33[0] follows. [0]: https://gith

[UPDATE] devel/esbuild 0.24.0 -> 0.24.2

2024-12-24 Thread Igor Zornik
Hello, Two new patch updates for esbuild. Still bundles JS and CSS files correctly on the latest snapshot amd64 VM. Diff below. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.1.1.1 diff -u -p

[UPDATE] security/lego 4.20.4 -> 4.21.0

2024-12-24 Thread Igor Zornik
Hello, New minor version of Lego has been released a few days ago. Tested on latest snapshot. Still builds and runs basic commands fine. Diff below. Index: Makefile === RCS file: /cvs/ports/security/lego/Makefile,v retrieving revisi

[UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-14 Thread Igor Zornik
Greetings! After 1+ year we finally have a tagged version of DNSCrypt proxy that includes the module with the fixed fnctl implementation which means we can remove all patches that were made solely to address this issue. Still builds and installs fine on the latest AMD64 snapshot. Running the prog

Re: [UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-17 Thread Igor Zornik
right approach and the diff is now in correct format. On 1/17/25 00:42, Nam Nguyen wrote: Igor Zornik writes: Greetings! After 1+ year we finally have a tagged version of DNSCrypt proxy that includes the module with the fixed fnctl implementation which means we can remove all patches that were

[UPDATE] sysutils/lf r32 -> r34

2025-02-11 Thread Igor Zornik
New version of lf available. I can still build it and browse with it on latest snapshot amd64. Diff below. Index: Makefile === RCS file: /cvs/ports/sysutils/lf/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- Mak

[UPDATE] devel/esbuild 0.24.2 -> 0.25.0

2025-02-11 Thread Igor Zornik
Hello, New minor version of esbuild dropped. Built and tested on amd64 latest snaphost. Diff below. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefil

Re: [UPDATE] devel/esbuild 0.24.2 -> 0.25.0

2025-02-11 Thread Igor Zornik
at won't work on IBT/BTI systems, than the bleeding edge. But then again, I might be overestimating the impact of the changes. On 2025-02-11 19:36, Igor Zornik wrote: Hello, New minor version of esbuild dropped. Built and tested on amd64 latest snaphost. Dif

Re: Request to include webp support in ffmpeg

2025-03-19 Thread Igor Zornik
th me. Thanks for your consideration. On Tue, 2025-03-18 at 21:55 -0400, Brad Smith wrote: > On Mon, Mar 17, 2025 at 09:43:48PM +0100, Igor Zornik wrote: > > Hello ports! > > > > Is there a good chance of getting webp support in the official > > ffmpeg > > port? Some

[UPDATE] net/dnscrypt-proxy 2.1.7 -> 2.1.8

2025-04-01 Thread Igor Zornik
Hello, A bugfix version for dnscrypt was released a few days ago. Still builds with Go 1.24.1 and resolves just fine on amd64 VM. I hope there is still enough time for this to make it in 7.7. Diff below. Index: Makefile === RCS file:

[UPDATE] devel/esbuild 0.25.1 -> 0.25.2

2025-04-01 Thread Igor Zornik
Hello, A fix for esbuild came out two days ago, but hopefully soon enough to make into 7.7. Still builds and compiles my Javascript files. Diff below. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revis

Request to include webp support in ffmpeg

2025-03-17 Thread Igor Zornik
Hello ports! Is there a good chance of getting webp support in the official ffmpeg port? Some software (outside of ports) requires it. For such cases I run a custom build, but already having webp in the default installation would of course be preferable. Something like the below diff should suffic

Re: [UPDATE] sysutils/lf r32 -> r34

2025-04-17 Thread Igor Zornik
That would be 2 OKs from concerned citizens. So, could someone please commit this or do we really need to wait for maintainer's response that will most likely never arrive? On Wed, 2025-04-16 at 21:41 +0200, Alvar Penning wrote: > On Wed Apr 16, 2025 at 7:51 PM CEST, Igor Zornik wrote: &g

[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

[UPDATE] net/miniflux 2.2.6 -> 2.2.7

2025-04-10 Thread Igor Zornik
Hello, A fix update for miniflux to ponder upon until the ports tree is released. Tested and still downloads feeds on the latest snap. Big change in DESCR. Content has been transferred from new README, but converted from markdown and adjusted to fit ports formatting. Feel free to remove any parts

Re: [UPDATE] sysutils/lf r32 -> r34

2025-04-16 Thread Igor Zornik
On Tue Apr 15, 2025 at 9:25 PM CEST, Alvar Penning wrote: >> New version of lf available. I can still build it and browse with it on >> latest snapshot amd64. Diff below. > > Thanks for your patch. I have just created almost the same and it works > fine for me. > > However, would you mind setting M

Re: [UPDATE] sysutils/lf r34 -> r35

2025-05-05 Thread Igor Zornik
On Sat, 2025-05-03 at 21:19 +0200, Rafael Sadowski wrote: > On Tue Apr 29, 2025 at 08:14:28PM +0200, Igor Zornik wrote: > > Hello, ports! > > > > Here's an update for lf. Still browses through folders nicely on today's > > amd64 snap. > > I tested yo

[UPDATE] devel/esbuild 0.25.3 -> 0.25.4

2025-05-06 Thread Igor Zornik
Hi, ports Just as esbuild 0.25.3 was committed to the tree, 0.25.4 came out with one feature and some bug fixes. JS and CSS bundling tested on today's amd64 snap. QP encoded diff below. Index: Makefile === RCS file: /cvs/ports/devel/

[UPDATE] net/miniflux 2.2.6 -> 2.2.8

2025-04-26 Thread Igor Zornik
Hello, Miniflux is now at 2.2.8 so you may disregard the diff for 2.2.7: https://marc.info/?l=openbsd-ports&m=174413340513859&w=2 However, my notes from the aforementioned email still apply. Diff below tested on amd64 VM. Index: Makefile =

Re: [UPDATE] net/miniflux 2.2.6 -> 2.2.8

2025-04-28 Thread Igor Zornik
ERSION = v2.2.4-0.20250223002531-600f19cc875e +MODGO_VERSION = v${V} DISTNAME = ${MODGO_MODNAME}-${MODGO_VERSION} PKGNAME = miniflux-${V} CATEGORIES = net www -MAINTAINER = Paco Esteban +MAINTAINER = Igor Zornik # Apache 2.0 PERMIT_PACKAGE = Yes Index: distinfo

Re: [UPDATE] sysutils/lf r32 -> r34

2025-04-28 Thread Igor Zornik
On Tue, 2025-04-22 at 12:41 +0100, Stuart Henderson wrote: > On 2025/04/16 21:41, Alvar Penning wrote: > > On Wed Apr 16, 2025 at 7:51 PM CEST, Igor Zornik wrote: > [...] > > > No, I wouldn't mind setting this flag, but there is not much > > > point to this discu

[UPDATE] sysutils/lf r34 -> r35

2025-04-29 Thread Igor Zornik
Hello, ports! Here's an update for lf. Still browses through folders nicely on today's amd64 snap. I'm still CCing maintainer even though this wll also end in timeout. Diff below (QP encoded). Index: Makefile === RCS file: /cvs/por

Re: [MAINTAINER UPDATE] security/lego 4.22.2 -> 4.23.1

2025-04-21 Thread Igor Zornik
Hi, I've submitted this diff nearly a week ago. Did you not get it? https://marc.info/?l=openbsd-ports&m=174483028418860&w=2 Anyway, yours is essentially the same, so I'm OK with it. On Sat, 2025-04-19 at 11:36 -0500, Horia Racoviceanu wrote: > - Upgrade to v4.23.1 > > Changelog > > Add DNS p

Re: [UPDATE] net/miniflux 2.2.6 -> 2.2.7

2025-04-21 Thread Igor Zornik
On Tue Apr 8, 2025 at 7:33 PM CEST, Igor Zornik wrote: > Hello, > > A fix update for miniflux to ponder upon until the ports tree is > released. Tested and still downloads feeds on the latest snap. > > Big change in DESCR. Content has been transferred from new README, > but co

[UPDATE] devel/esbuild 0.25.0 -> 0.25.1

2025-03-11 Thread Igor Zornik
Hello ports, A patch for esbuild was published that fixes some regressions. Still bundles JS and CSS files on the latest snap. Diff below. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.3 diff

Re: [MAINTAINER UPDATE] security/lego 4.20.4 -> 4.22.2

2025-02-25 Thread Igor Zornik
On Sat Feb 22, 2025 at 3:17 PM CET, Daniel Jakots wrote: > On Fri, 21 Feb 2025 19:33:37 -0500, Horia Racoviceanu > wrote: > >> - Upgrade to v4.22.2 > > Committed, thanks! Description is missing information about profiles support (see diff below). I haven't tried it myself, but those with this opt

Re: maintainer update net/miniflux --> 2.2.6

2025-03-23 Thread Igor Zornik
Hi, I run it on OpenBSD. Version 2.2.6 still builds and runs fine on my amd64 WM, so it's an OK from me. On Thu, 2025-03-20 at 16:17 +0100, Paco Esteban wrote: > Hi ports@, > > This is an update for net/miniflux to its latest version 2.2.6 > > Builds, packages and runs for me on amd64 > I don't

Re: [UPDATE] devel/esbuild 0.25.3 -> 0.25.4

2025-05-07 Thread Igor Zornik
On Tue, 2025-05-06 at 22:51 +0200, Volker Schlecht wrote: > Committed, thanks. > > You seem very invested in this port: Would you like to take > MAINTAINER? > > On 2025-05-06 20:23, Igor Zornik wrote: > > Hi, ports > > > > Just as esbuild 0.25.3 was co

Re: [UPDATE] devel/esbuild 0.25.3 -> 0.25.4

2025-05-13 Thread Igor Zornik
On Wed May 7, 2025 at 8:58 PM CEST, Volker Schlecht wrote: > Feel free to send me a diff independent of an esbuild update, though. > > cheers, > Volker > > On 2025-05-07 10:14, Igor Zornik wrote: >>On Tue, 2025-05-06 at 22:51 +0200, Volker Schlecht wrote: >>> Co

[UPDATE] net/dnscrypt-proxy 2.1.8 -> 2.1.12

2025-05-28 Thread Igor Zornik
Hello, ports Another update for dnscrypt-proxy. The diff I made for 2.1.11 may be ignored, however some points still apply: https://marc.info/?l=openbsd-ports&m=174785569317963&w=2 Reposting them here for convenience. - We have a web UI now for viewing some statistics data (disabled by default)

[UPDATE] net/miniflux 2.2.8 -> 2.2.9

2025-05-27 Thread Igor Zornik
ON =v2.2.9-0.20250527011305-325c505b8802 DISTNAME = ${MODGO_MODNAME}-${MODGO_VERSION} PKGNAME = miniflux-${V} CATEGORIES = net www -MAINTAINER = Paco Esteban +MAINTAINER = Igor Zornik # Apache 2.0 PERMIT_PACKAGE = Y

[UPDATE] devel/esbuild 0.25.4 -> 0.25.5

2025-05-28 Thread Igor Zornik
Hello, ports. A fix release for esbuild. Builds and bundles CSS and JS files correctly on yesterday's amd64 snapshot. Someone please commit if OK. QP-encoded diff below. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile

[UPDATE] net/dnscrypt-proxy 2.1.8 -> 2.1.11

2025-05-21 Thread Igor Zornik
Hello, ports! dns-crypt rapid-fired a few releases lately. Bulk of the new features is contained within the first one (2.1.9) while the later two are mostly fixes. Some notes: - We have a web UI now for viewing some statistics data (disabled by default). Thankfully we don't need to build a 100+ M

[UPDATE] sysutils/lf 35 -> 36

2025-07-19 Thread Igor Zornik
b.com/gokcehan/lf + +MAINTAINER = Igor Zornik # MIT PERMIT_PACKAGE = Yes Index: distinfo === RCS file: /cvs/ports/sysutils/lf/distinfo,v retrieving revision 1.7 diff -u -p -u -p -r1.7 distinfo --- distinfo11 May 2025 06:

[UPDATE] security/lego 4.23.1 -> 4.24.0

2025-07-09 Thread Igor Zornik
Hello, ports. New version of lego. Some bugfixes and new providers. Basic testing done on yesterday's amd64 VM snap. QP-encoded diff for all below. Index: Makefile === RCS file: /cvs/ports/security/lego/Makefile,v retrieving revision

[UPDATE] devel/esbuild 0.25.5 -> 0.25.6

2025-07-08 Thread Igor Zornik
Hello, ports! Here's a bugfix update for esbuild. Bundling of JS/CSS files tested on today's amd64 VM snap. Below is a QP-encoded diff. Someone please commit it if OK. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v

[UPDATE] net/miniflux 2.2.9 -> 2.2.10

2025-06-25 Thread Igor Zornik
Hello, ports Here's an update for miniflux. Building and running tested on today's amd64 snap with go 1.24.4. QP-encoded diff below. Someone please commit if OK. Index: Makefile === RCS file: /cvs/ports/net/miniflux/Makefile,v retrie

[UPDATE] devel/esbuild 0.25.6 -> 0.25.8

2025-07-22 Thread Igor Zornik
Hello, ports. New version of esbuild brings a new feature and a fix for that new feature. Bundling tested on today's amd64 snap. QP-encoded diff below. Someone please commit if OK. Index: Makefile === RCS file: /cvs/ports/devel/esbui

[UPDATE] net/miniflux 2.2.10 -> 2.2.11

2025-07-29 Thread Igor Zornik
Hello, ports. A new version of miniflux that brings fixes and new features. Tested the service on today's amd64 snap. QP-encoded diff below. Someone please commit if OK. Index: Makefile === RCS file: /cvs/ports/net/miniflux/Makefile,