Re: net/pidgin: openssl: send failed: -1 with purple-teams

2024-05-30 Thread Theo Buehler
On Thu, Apr 18, 2024 at 10:51:34PM -0400, Allan Streib wrote: > I looked at the files/ssl-openssl.c in this port. In the > ssl_openssl_write function, if there is an error other than > SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE then the execution falls > through to return 0. > > I changed the cod

remove telephony/sofia-sip

2024-05-30 Thread Theo Buehler
The sofia-sip port is very outdated. Upstream is dormant and points at https://github.com/freeswitch/sofia-sip which has seen many releases in the last dozen years. There never has been a consumer of the library that I can find, so I guess the bundled utilities may have been of some use at some

Re: WIP UPDATE net/haproxy 3.0.0

2024-05-30 Thread Kirill A . Korinsky
On Thu, 30 May 2024 22:09:35 +0100, Lucas Gabriel Vuotto wrote: > > Indeed, this gets HTTP/3 rolling. (Took quite some time testing because > I don't understand how desktop browsers do HTTP/3. I'm p sure I still > don't, but hey--my Grafana now loads over HTTP/3... *some times*). > Almost on top

Re: WIP UPDATE net/haproxy 3.0.0

2024-05-30 Thread Lucas Gabriel Vuotto
On Thu, May 30, 2024 at 08:48:29PM GMT, Theo Buehler wrote: > Does this still happen if you apply this on top (which will be a noop > once we bump the libressl version to 4.0)? > > Index: include/haproxy/quic_tls.h > --- include/haproxy/quic_tls.h.orig > +++ include/haproxy/quic_tls.h > @@ -140,7

NEW: sysutils/victorialogs v0.15.0

2024-05-30 Thread Denis Fondras
VictoriaLogs is a fast and easy-to-use, open source logs solution. VictoriaLogs provides the following key features: - accept logs from popular log collectors - much easier to set up and operate compared to Elasticsearch and Grafana Loki - easy yet powerful query language with full-text search c

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Fabien ROMANO
On 30/05/2024 12:49, Kirill A. Korinsky wrote: > On Thu, 30 May 2024 12:35:50 +0100, > Stuart Henderson wrote: >> >> "make test" without having pylast installed. >> > > ah, indeed. > > Is it possible somehow to run building of ports in clean environment without > anything installed to catch such

Re: WIP UPDATE net/haproxy 3.0.0

2024-05-30 Thread Theo Buehler
On Thu, May 30, 2024 at 06:40:42PM +, Lucas Gabriel Vuotto wrote: > Hello ports@, > > Here is an update to haproxy to latest version, released yesterday. I > have been running the -dev versions on-and-off for the last couple of > weeks without much issue; I don't expect anything to go wrong wi

WIP UPDATE net/haproxy 3.0.0

2024-05-30 Thread Lucas Gabriel Vuotto
Hello ports@, Here is an update to haproxy to latest version, released yesterday. I have been running the -dev versions on-and-off for the last couple of weeks without much issue; I don't expect anything to go wrong with this last version. Changelog is big and can be found at [0]. Portwise, I did

update net/toxic to 0.15.1 and net/toxcore to 0.2.19

2024-05-30 Thread Omar Polo
sending both together since toxic 0.15.1 needs the latest toxcore as far as i can see. briefly tried, toxic seems to work but hangs on /quit (still have to debug it), utox (the other toxcore dep) doesn't seem to even connect. could anyone test these more throughfully than me? my only contact mov

update (and unbreak) www/ap2-mod_perl

2024-05-30 Thread Matthias Kilian
Hi, ap2-mod_perl-2.0.11 fails to load with perl-5.38: httpd2:/usr/local/lib/apache2/mod_perl.so: undefined symbol 'do_open9' This update to 2.0.13 fixes it. ok? Index: Makefile === RCS file: /cvs/ports/www/ap2-mod_perl/Makefile,v

Re: NEW: autoconf 2.72

2024-05-30 Thread Omar Polo
On 2024/05/29 11:52:49 +0100, Kirill A. Korinsky wrote: > On Wed, 29 May 2024 09:14:43 +0100, > Stuart Henderson wrote: > > > > Reattached to make it easier for anyone who wants to look. > > > > I'm not familiar enough with m4 to know if the changes in > > patch-configure make sense. > > same

Update: Ruby 3.3.2

2024-05-30 Thread Jeremy Evans
This updates to the latest release of Ruby 3.3. This fixes a crash related to pthread_kill, so I plan on backporting this to -stable. Tested on amd64. Will be committing in a couple days unless I hear objections. I plan to work on switching the default Ruby version in ports to 3.3 after this is

Re: [update] audio/beets update to 2.0.0; taking maintainer

2024-05-30 Thread Kirill A . Korinsky
Future testing and pkg_delete -a allows to catch missed dependency to devel/py-typing-extensions. So, here an updated diff: diff --git audio/beets/Makefile audio/beets/Makefile index e01bee1b071..e04e451448a 100644 --- audio/beets/Makefile +++ audio/beets/Makefile @@ -1,12 +1,13 @@ COMMENT=

Re: Remove x11/kde-applications/kaccounts-integration

2024-05-30 Thread Stuart Henderson
After the diff, kf6-kaccounts-integration will have the PKGNAME kf6-kaccounts-integration-24.02.1p1 so the version number is considered a valid update from kaccounts-integration-24.02.1p0, so that part is alright. In x11/kde-applications/kf6-kaccounts-integration/pkg/PLIST you'll need this so that

Re: [update] audio/beets update to 2.0.0; taking maintainer

2024-05-30 Thread Johan Huldtgren
hello, On 2024-05-30 14:00, Kirill A. Korinsky wrote: > On Thu, 30 May 2024 13:26:26 +0100, > Stuart Henderson wrote: > > > > On 2024/05/30 13:20, Kirill A. Korinsky wrote: > > > -RUN_DEPENDS+=audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \ > > > +RUN_DEPENDS+=audio/py-discogs-client${MOD

Re: UPDATE: games/minetest to 5.8.0

2024-05-30 Thread izder456
On Thu, 30 May 2024 07:35:13 +0100 Fabien ROMANO wrote: > [sic] I would prefer to keep $*_V in the port, maybe just > bikesheding but looks cleaner to me. > > V = 5.8.0 > GAME_V = 5.8.0 > IRRLICHTMT_V =1.9.0mt13 > DIST_TUPLE += github minetest minetest ${V} . > DIST_TUPLE +

Re: maintainer update. net/dnscontrol --> 4.11.0

2024-05-30 Thread Paco Esteban
On Mon, 20 May 2024, Paco Esteban wrote: > Hi ports@ > > This is an update for net/dnscontrol to its latest version. > Find the changes in the software here (from 4.9.0 which we currently > have in ports): > https://github.com/StackExchange/dnscontrol/releases > > builds, tests pass and works fo

Re: [update] textproc/lowdown to 1.1.0

2024-05-30 Thread Stuart Henderson
On 2024/05/30 10:34, Justin Berthault wrote: > Hi ports@ > > Trivial update for lowdown to latest version (1.1.0) > > No errors where I tried to rebuild my website and convert some files. > > cc maintainer@ > > > diff /usr/ports > commit - 1d153f0cab58ff8ac9ca5e49028143439a8daadd > path + /usr

Re: [new] textproc/py-langdetect

2024-05-30 Thread Stuart Henderson
On 2024/05/30 12:32, Kirill A. Korinsky wrote: > ports@, > > Here the second new optional port for beets update which is requires for > lyrics plugin for exmple. > > Tested on -current/amd64. > > P.S. I had my morning coffe, and double checked that this port doesn't > exits already. > > -- > w

Re: [update] audio/beets update to 2.0.0; taking maintainer

2024-05-30 Thread Kirill A . Korinsky
On Thu, 30 May 2024 13:26:26 +0100, Stuart Henderson wrote: > > On 2024/05/30 13:20, Kirill A. Korinsky wrote: > > -RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \ > > +RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.3.15 \ > > audio/py-last${MODPY_FLAVO

Re: [update] audio/beets update to 2.0.0; taking maintainer

2024-05-30 Thread Stuart Henderson
On 2024/05/30 13:20, Kirill A. Korinsky wrote: > -RUN_DEPENDS+=audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \ > +RUN_DEPENDS+=audio/py-discogs-client${MODPY_FLAVOR}>=2.3.15 \ > audio/py-last${MODPY_FLAVOR} \ > - audio/py-mediafile${MODPY_FLAVOR} \ > -

[update] audio/beets update to 2.0.0; taking maintainer

2024-05-30 Thread Kirill A . Korinsky
ports@ Here an update of beets to 2.0.0 which was released a few hours ago, changelog available inside GitHub release https://github.com/beetbox/beets/releases/tag/v2.0.0 I've added py-langdetect dependency which allows to use lyrics plugin, and also would like to take care of this port diff --g

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Kirill A . Korinsky
Here an updated diff which addressed Stuart's remark that test doesn't work when py-last doesn't installed and included added a few missed tabs. diff --git audio/py-last/Makefile audio/py-last/Makefile index 97e7449bbd7..63eb10a7111 100644 --- audio/py-last/Makefile +++ audio/py-last/Makefile @@

Re: [update] nginx 1.26.1

2024-05-30 Thread Robert Nagy
ok On 30/05/24 12:29 GMT, Landry Breuil wrote: > yo, > > list of changes: > > *) Security: when using HTTP/3, processing of a specially crafted QUIC >session might cause a worker process crash, worker process memory >disclosure on systems with MTU larger than 4096 bytes, or m

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Kirill A . Korinsky
On Thu, 30 May 2024 12:35:50 +0100, Stuart Henderson wrote: > > "make test" without having pylast installed. > ah, indeed. Is it possible somehow to run building of ports in clean environment without anything installed to catch such kind of issue? -- wbr, Kirill

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Stuart Henderson
On 2024/05/30 12:35, Stuart Henderson wrote: > On 2024/05/30 12:34, Kirill A. Korinsky wrote: > > On Thu, 30 May 2024 12:23:48 +0100, > > Stuart Henderson wrote: > > > > > > On 2024/05/30 12:13, Kirill A. Korinsky wrote: > > > > ports@, > > > > > > > > I'm working on update of audio/beets which

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Stuart Henderson
On 2024/05/30 12:34, Kirill A. Korinsky wrote: > On Thu, 30 May 2024 12:23:48 +0100, > Stuart Henderson wrote: > > > > On 2024/05/30 12:13, Kirill A. Korinsky wrote: > > > ports@, > > > > > > I'm working on update of audio/beets which was released few hours ago and > > > it > > > requires a few

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Kirill A . Korinsky
On Thu, 30 May 2024 12:23:48 +0100, Stuart Henderson wrote: > > On 2024/05/30 12:13, Kirill A. Korinsky wrote: > > ports@, > > > > I'm working on update of audio/beets which was released few hours ago and it > > requires a few new ports as dependencies. > > pylast is an optional rather than a r

[new] textproc/py-langdetect

2024-05-30 Thread Kirill A . Korinsky
ports@, Here the second new optional port for beets update which is requires for lyrics plugin for exmple. Tested on -current/amd64. P.S. I had my morning coffe, and double checked that this port doesn't exits already. -- wbr, Kirill py-langdetect.tgz Description: Binary data

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Stuart Henderson
On 2024/05/30 12:13, Kirill A. Korinsky wrote: > ports@, > > I'm working on update of audio/beets which was released few hours ago and it > requires a few new ports as dependencies. pylast is an optional rather than a required dep. > This is the first one: python interface to Last.fm and Libre.f

Re: [new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Kirill A . Korinsky
oops, I was totally wrong. Here already audio/py-last (and not audio/py-pylast). So, here an update for existed port instead importing a new one. diff --git audio/py-last/Makefile audio/py-last/Makefile index 97e7449bbd7..eae8d2a42fc 100644 --- audio/py-last/Makefile +++ audio/py-last/Makefile @

[new] audio/pylast: new port (version 5.3.0)

2024-05-30 Thread Kirill A . Korinsky
ports@, I'm working on update of audio/beets which was released few hours ago and it requires a few new ports as dependencies. This is the first one: python interface to Last.fm and Libre.fm. Tested on -current/amd64 with one note: majority of tests are skipt without real credetionals to Last.fm

[update] textproc/lowdown to 1.1.0

2024-05-30 Thread Justin Berthault
Hi ports@ Trivial update for lowdown to latest version (1.1.0) No errors where I tried to rebuild my website and convert some files. cc maintainer@ diff /usr/ports commit - 1d153f0cab58ff8ac9ca5e49028143439a8daadd path + /usr/ports blob - b8563e3bfd373abc147a9a6ba2a2c1a23a475bb5 file + textpro

[update] nginx 1.26.1

2024-05-30 Thread Landry Breuil
yo, list of changes: *) Security: when using HTTP/3, processing of a specially crafted QUIC session might cause a worker process crash, worker process memory disclosure on systems with MTU larger than 4096 bytes, or might have potential other impact (CVE-2024-32760, CVE-2

Re: NEW: audio/sndfile-tools

2024-05-30 Thread Jan Stary
ping On May 22 17:17:10, h...@stare.cz wrote: > This is a collection of audio tools > on top of audio/libsndfile, by the same author > Please see the new port attached. > > It uses 1.5, the last release; sadly, this does not have > a manpage for sndfile-wavefrom, which the current git has. > They

Re: UPDATE: games/minetest to 5.8.0

2024-05-30 Thread Anthony J. Bentley
Solene Rapenne writes: > using updated diff from > https://marc.info/?l=openbsd-ports&m=171334749408321&q=mbox > > I get a compilation error, here are the last 200 lines > ... > /tmp/pobj_mfs/minetest-5.8.0/minetest-5.8.0/lib/irrlichtmt/source/Irrlicht/CI > rrDeviceLinux.cpp:335:31: error: use of u

Re: UPDATE: games/minetest to 5.8.0

2024-05-30 Thread Stuart Henderson
On 2024/05/30 07:35, Fabien ROMANO wrote: > Haaa ok, thx for explanation, thus the port needs either. > > ONLY_FOR_ARCHS = aarch64 arm amd64 i386 powerpc No need for that: if luajit is not available, the dependency cannot be satisfied, so it won't be built anyway. > I have issues with googlesour