Re: [PATCH] www/nginx -- add njs dynamic module

2023-06-08 Thread Sergey A. Osokin
Hi, On Wed, May 24, 2023 at 04:14:34PM +, Sergey A. Osokin wrote: > > I'd like to extend the nginx functionality with nginx javascript > module, so here's the patch to add the module to the www/nginx > port. > Please let me know your thoughts. could you please provide an update. Thank you.

Re: Nextcloud upgrade path

2023-06-08 Thread Stuart Henderson
I've been pkg_delete'ing the old one and pkg_add'ing the new when I want to swap between branches. Using @pkgpath won't help for a correct upgrade path across multiple versions, the best it will do is offer multiple choices, but IIRC for nextcloud it has to be done major version by major versi

Re: [new] sysutils/lsblk

2023-06-08 Thread Benjamin Stürz
Hi Laurent, On 31.05.23 15:29, Laurent Cheylus wrote: On Tue, 30 May 2023 17:28:00 +0200, Benjamin Stürz wrote: lsblk(8) is a simple tool to list attached block devices. This specifically is a clone of the one in util-linux. This is actually my second attempt of submitting this port. This tim

Re: Question about net/curl and SFTP

2023-06-08 Thread Christian Weisgerber
"Allan Streib": > curl: (1) Protocol "sftp" not supported or disabled in libcurl > > I tried to search the list archives for any discussion but found none. There has been little demand for SFTP support in curl, and it would add yet another dependency. -- Christian "naddy" Weisgerber

Re: UPDATE: yaml-cpp 0.7.0

2023-06-08 Thread Brad Smith
ping. On 5/31/2023 1:39 AM, Brad Smith wrote: On Tue, May 30, 2023 at 10:14:43AM -0400, Brad Smith wrote: Here is an update to yaml-cpp 0.7.0. - CMake improvements - Adopts many modern C++ syntaxes - Bug fixes Looking through some of the newer commits I noticed two that were pretty important

Re: UPDATE: xmms

2023-06-08 Thread Brad Smith
ping. On 5/19/2023 1:32 PM, Brad Smith wrote: Disable the JACK backend. The are two backends enabled and the ao backend works fine. Index: Makefile === RCS file: /home/cvs/ports/audio/xmms2/Makefile,v retrieving revision 1.61 dif

Re: new devel/p5-Test-MockTime-HiRes

2023-06-08 Thread Benoit Lecocq
On 08/06/2023 15:36, Alexander Bluhm wrote: Hi, ok to import p5-Test-MockTime-HiRes? I need it as test dependnecy for devel/p5-Date-Extract. bluhm Comment: replaces actual time with simulated high resolution time Description: Test::MockTime::HiRes is a Time::HiRes compatible version of Te

Update: lang/jruby 9.4.3.0

2023-06-08 Thread Jeremy Evans
Simple update to the latest release of JRuby, released yesterday. Release announcement at https://www.jruby.org/2023/06/07/jruby-9-4-3-0.html Tested on amd64, the only supported arch. Will be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile ==

[MAINTAINER UPDATE] security/lego 4.12.0 -> 4.12.1

2023-06-08 Thread Horia Racoviceanu
- Upgrade to v4.12.1 Changelog pdns: fix record value chore: update linter Index: Makefile === RCS file: /cvs/ports/security/lego/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile29 May 2023 15:48:51 -

Update: audio/aqualung 1.2

2023-06-08 Thread Jeremy Evans
Simple update to the current version of Aqualung, released today. Two important changes: * Support current ffmpeg, so Aqualung doesn't stand in the way of an ffmpeg update * Avoid MAP_STACK errors in the lavc_decoder Tested on amd64. I plan to commit in a couple days unless I hear objections.

Re: Nextcloud upgrade path

2023-06-08 Thread Florian Obser
On 2023-06-08 16:31 +02, Giovanni Bechis wrote: > Hi, > I have a Nextcloud 23.x instance running on OpenBSD 7.3. > pkg_add(1) suggests to upgrade to 24.x and then to 25.x before next release. > > $ doas pkg_add -ui > [...] > --- +nextcloud-23.0.12p1 --- > Nextcloud 23 is EOL upstre

Nextcloud upgrade path

2023-06-08 Thread Giovanni Bechis
Hi, I have a Nextcloud 23.x instance running on OpenBSD 7.3. pkg_add(1) suggests to upgrade to 24.x and then to 25.x before next release. $ doas pkg_add -ui [...] --- +nextcloud-23.0.12p1 --- Nextcloud 23 is EOL upstream, it is advised to update your installation to 24 then to 25

[update] lang/crystal 1.8.2

2023-06-08 Thread joshua stein
Index: Makefile === RCS file: /cvs/ports/lang/crystal/Makefile,v retrieving revision 1.20 diff -u -p -u -p -r1.20 Makefile --- Makefile9 Feb 2023 23:28:20 - 1.20 +++ Makefile8 Jun 2023 13:48:26 - @@ -1,11 +1,8 @@

new devel/p5-Test-MockTime-HiRes

2023-06-08 Thread Alexander Bluhm
Hi, ok to import p5-Test-MockTime-HiRes? I need it as test dependnecy for devel/p5-Date-Extract. bluhm Comment: replaces actual time with simulated high resolution time Description: Test::MockTime::HiRes is a Time::HiRes compatible version of Test::MockTime. You can wait milliseconds in simul

Re: Question about net/curl and SFTP

2023-06-08 Thread Allan Streib
On Thu, Jun 8, 2023, at 03:01, Stuart Henderson wrote: > I don't recommend that. It affects the library too, which is used > by many programs in ports. > > There are other ways to do this, including lftp: > > $ yes | head -500 | lftp sftp://hostname -e 'put /dev/stdin -o /tmp/file' > > and rclone (

[update] net/synapse 1.85.2

2023-06-08 Thread Renaud Allard
Hello, Here is a short diff for net/synapse 1.85.2 It fixes a regression where using TLS for HTTP replication between workers did not work. Introduced in v1.85.0. works for me on amd64 Best RegardsIndex: Makefile === RCS file: /

Re: Question about net/curl and SFTP

2023-06-08 Thread Stuart Henderson
On 2023/06/07 12:47, Allan Streib wrote: > On Wed, Jun 7, 2023, at 12:37, Vlad Meșco wrote: > > > You can do what I did: grab the ports tree, update net/curl/Makefile to > > configure --with-libssh (and add libssh as a dependency), make package > > and make install. > > Yes, that's fine, I can