Re: [UPDATE] net/crawley-v1.7.9

2024-09-04 Thread Russ Sharek
> I have committed this after regenerating modules.inc to keep the diff > small. Thanks muchly! > I usually do 'make modgo-gen-modules | tee /tmp/modules.inc'. If the > output looks right, 'mv /tmp/modules.inc .' and edit the file to > remove the MODGO_VERSION bits. Compare my diff with yours quo

powerpc bulk build report

2024-09-04 Thread gkoehler
Bulk build on macppc-0.ports.openbsd.org Started : Mon Aug 5 13:33:27 MDT 2024 Finished: Wed Sep 4 21:48:40 MDT 2024 Duration: 30 Days 8 hours 15 minutes Built using OpenBSD 7.5-current (GENERIC) #268: Thu Aug 1 06:06:34 MDT 2024 Built 9913 packages Number of packages built each day: Aug 5:

Re: misc/p5-Finance-Quote: Update to 1.62

2024-09-04 Thread A Tammy
On 9/4/24 8:28 PM, wen heping wrote: > Hi, ports@: > >Here is a patch for misc/p5-Finance-Quote to update to 1.62. >It build and run well on amd64-current system. Without ONLINE_TEST it > passed > all tests. > > > Best Regards, > wen This thing has like 9000 dependencies X-X Tests are

misc/p5-Finance-Quote: Update to 1.62

2024-09-04 Thread wen heping
Hi, ports@: Here is a patch for misc/p5-Finance-Quote to update to 1.62. It build and run well on amd64-current system. Without ONLINE_TEST it passed all tests. Best Regards, wenIndex: misc/p5-Finance-Quote/Makefile === RCS fi

[maintainer update] textproc/p5-String-Util: Update to 1.35

2024-09-04 Thread wen heping
Hi, ports@: Here is a simple patch for textproc/p5-String-Util to update to 1.35. It build well and pass all tests on amd64-current system. Only 1 port(misc/p5-Finance-Quote) depends on it, and it build well and pass all tests with this patch. Best Refards, wenIndex: textproc/p5-Strin

[update] security/wapiti: update to 3.2.0, new deps

2024-09-04 Thread Kirill A . Korinsky
ports@, Remi, Here an update of security/wapiti to the last version 3.2.0 from 3.0.1 which was released in May of 2018. So, time pasts, and it needs new dependencies which I ported as well. Thus, right now wapiti fails as: File "/usr/local/lib/python3.11/site-packages/wapitiCore/main/wapi

Re: [update] security/lego v4.18.0

2024-09-04 Thread A Tammy
On 9/4/24 2:53 PM, Laurent Cheylus wrote: > Hi, > > [cc maintainer ho...@racoviceanu.com] > > simple update for security/lego (Let's Encrypt/ACME client and library > written in Go) to the latest version 4.18.0. > Changelog: https://github.com/go-acme/lego/releases/tag/v4.18.0 > > - update Makef

Re: [UPDATE] net/crawley-v1.7.9

2024-09-04 Thread Theo Buehler
On Wed, Sep 04, 2024 at 04:36:26PM -0400, Russ Sharek wrote: > A minor update to net/crawley from v1.7.8 to v1.7.9, which was released > three days after we *finally* got the initial port sorted. :) > > Tested and working as expected. > > OK, please? I have committed this after regenerating mod

[UPDATE] net/crawley-v1.7.9

2024-09-04 Thread Russ Sharek
A minor update to net/crawley from v1.7.8 to v1.7.9, which was released three days after we *finally* got the initial port sorted. :) Tested and working as expected. OK, please? Index: Makefile === RCS file: /cvs/ports/net/crawley/M

[update] security/lego v4.18.0

2024-09-04 Thread Laurent Cheylus
Hi, [cc maintainer ho...@racoviceanu.com] simple update for security/lego (Let's Encrypt/ACME client and library written in Go) to the latest version 4.18.0. Changelog: https://github.com/go-acme/lego/releases/tag/v4.18.0 - update Makefile, distinfo and modules.inc for this version - add MODGO_

net/zabbix 7.0.3

2024-09-04 Thread Mark Patruck
Hi, the following diff is a major update for net/zabbix and moves us from 6.4 to 7.0.x Release notes 7.0.3: https://www.zabbix.com/rn/rn7.0.3 What's new in 7.0: https://www.zabbix.com/documentation/current/en/manual/introduction/whatsnew700 A few words to the diff. # libevent2 A major improve

Re: sparc64 bulk build report

2024-09-04 Thread Tom Smyth
Thanks Stefan, tried make and make static on amd64 and it worked with no regressions agreed on delaying fix in ports until release of new package upstream thanks On Wed, 4 Sept 2024 at 12:26, Stefan Sperling wrote: > On Wed, Sep 04, 2024 at 11:28:49AM +0100, Stuart Henderson wrote: > > On 2024

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-09-04 Thread Omar Polo
On 2024/09/04 08:46:47 -0400, Chaz Kettleson wrote: > On Mon, Aug 19, 2024 at 03:48:20PM GMT, Omar Polo wrote: > > On 2024/08/17 16:28:35 +0100, Stuart Henderson wrote: > > > ok > > > > Imported > > > > Thank you, > > > > Omar Polo > > > > Please see below revision to address config consiste

[update] games/stone-soup 0.32.0

2024-09-04 Thread Stefan Moran
New crawl release, tested over several days without issues. OK? Index: Makefile === RCS file: /cvs/ports/games/stone-soup/Makefile,v retrieving revision 1.49 diff -u -p -r1.49 Makefile --- Makefile6 May 2024 12:23:33 -

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-09-04 Thread Chaz Kettleson
On Mon, Aug 19, 2024 at 03:48:20PM GMT, Omar Polo wrote: > On 2024/08/17 16:28:35 +0100, Stuart Henderson wrote: > > ok > > Imported > > Thank you, > > Omar Polo > Please see below revision to address config consistency. Summary of changes: - Bump revision - Use full paths for cert/key in e

Re: devel/p5-autobox: Update to 3.0.2

2024-09-04 Thread Benoit Lecocq
Le 04/09/2024 à 03:41, wen heping a écrit : Hi, ports@: Here is a patch for devel/p5-autobox: i) Update to 3.0.2 ii) Remove the line "BUILD_DEPENDS=${RUN_DEPENDS}" It build well and pass all the tests on amd64-current system. No other ports depend on it.

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-09-04 Thread Chaz Kettleson
On Fri, Aug 30, 2024 at 08:44:12PM GMT, Theo de Raadt wrote: > Chaz Kettleson wrote: > > > My general thought here was since I only needed wpath/cpath for pid/log > > files, and I was not going to patch for syslog (still need to write pid > > anyway), I would at least unveil for only those file

Re: sparc64 bulk build report

2024-09-04 Thread Stefan Sperling
On Wed, Sep 04, 2024 at 11:28:49AM +0100, Stuart Henderson wrote: > On 2024/09/04 11:09, Tom Smyth wrote: > > Hi  > > Is the nsh static build failing because  the nsh  dynamic build is locked ? > > no, it's failing because of linker errors around libm symbols > http://build-failures.rhaalovely.net

Re: [WIP] databases/py-redis: update to 5.0.8

2024-09-04 Thread Stuart Henderson
On 2024/09/04 12:26, Kirill A. Korinsky wrote: > On Wed, 04 Sep 2024 10:43:32 +0200, > Stuart Henderson wrote: > > > > On 2024/09/04 01:55, Kirill A. Korinsky wrote: > > > ports@, Remi, > > > > > > Here an update for databases/py-redis to 5.0.8, as far as I can see the > > > last > > > attempt wa

Re: sparc64 bulk build report

2024-09-04 Thread Stuart Henderson
On 2024/09/04 11:09, Tom Smyth wrote: > Hi  > Is the nsh static build failing because  the nsh  dynamic build is locked ? no, it's failing because of linker errors around libm symbols http://build-failures.rhaalovely.net/sparc64/2024-09-01/shells/nsh,static.log > it seems to be working on amd64,

Re: [WIP] databases/py-redis: update to 5.0.8

2024-09-04 Thread Kirill A . Korinsky
On Wed, 04 Sep 2024 10:43:32 +0200, Stuart Henderson wrote: > > On 2024/09/04 01:55, Kirill A. Korinsky wrote: > > ports@, Remi, > > > > Here an update for databases/py-redis to 5.0.8, as far as I can see the last > > attempt was two about years ago and lead to no where > > https://marc.info/?t=16

Re: sparc64 bulk build report

2024-09-04 Thread Tom Smyth
Hi Is the nsh static build failing because the nsh dynamic build is locked ? can the src directory for nsh be cleared and see if it will re-build ? it seems to be working on amd64, and arm64. Thanks Tom SMyth On Tue, 3 Sept 2024 at 14:38, wrote: > Bulk build on sparc64-0a.ports.openbsd.org

Re: [WIP] databases/py-redis: update to 5.0.8

2024-09-04 Thread Stuart Henderson
On 2024/09/04 01:55, Kirill A. Korinsky wrote: > ports@, Remi, > > Here an update for databases/py-redis to 5.0.8, as far as I can see the last > attempt was two about years ago and lead to no where > https://marc.info/?t=16630064102&r=1&w=2 It's always a problem to know how hard to push when

Re: Replace Redis with Valkey

2024-09-04 Thread Stuart Henderson
Also: even if redis is listed as a dependency in another port, you don't have to use it, if you have a local build of valkey that you'd prefer to use instead that should be no problem as long as the protocol remains compatible. -- Sent from a phone, apologies for poor formatting. On 4 Septem