Re: MAINTAINER REGRESSION FIX: x11/emwm-utils

2025-05-23 Thread Lucas Gabriel Vuotto
Commited, thanks. I tweaked the patch in one place to avoid removing an empty line, which increases the context of the diff with no value.

Re: graphics/ffmpeg: enable Vulkan support

2025-05-23 Thread Lucas Gabriel Vuotto
On Mon, May 19, 2025 at 08:46:53AM +, Lucas Gabriel Vuotto wrote: > Hi Brad, ports, > > The following enables Vulkan support in FFmpeg. With this, and some > special environment variables, I'm able to use mpv with Vulkan-backed > accelerated decoding, which in particular

NEW: net/dnsviz

2025-05-23 Thread Lucas Gabriel Vuotto
) behavior, including its security extensions (DNSSEC). This tool suite powers the Web-based analysis available at https://dnsviz.net/ Maintainer: Lucas Gabriel Vuotto WWW: https://dnsviz.net/ Information for inst:py3-pygraphviz-1.14 Comment: Python interface to Graphviz graph drawing package R

Re: MAINTAINER REGRESSION FIX: x11/emwm-utils

2025-05-22 Thread Lucas Gabriel Vuotto
Hi izzy, On Thu, May 22, 2025 at 12:08:52PM -0500, izzy Meyer wrote: > I said this in a previous mail [2], but I think it got overlooked: > > > Is it possible to backport this to -stable as the bsd-auth patch and > > REBOOT_CMD fix breaking bugs in the port? Without these two changes, > > the loc

Re: net/ntfy: bundle the web UI

2025-05-20 Thread Lucas Gabriel Vuotto
Thanks sthen for pointing out I screwed the new distfile size and hash. Fixed patch attached. On Tue, May 20, 2025 at 07:55:17AM +, Lucas Gabriel Vuotto wrote: > Hi Martin, ports, > > Here's an update to start shipping ntfy's web UI in ports. I decided to > bundle it as

Re: graphics/ffmpeg: Fix drawtext filter

2025-05-20 Thread Lucas Gabriel Vuotto
OK lucas too, with devel/fribidi added to LDEPS. On Tue, May 20, 2025 at 10:28:24AM +, Alex Tsang wrote: > Hi Brad, ports, > > After upgrading to OpenBSD 7.7 I notice that the drawtext filter in FFmpeg no > longer works. > > For example: > > ffmpeg -i input.jpeg -

net/ntfy: bundle the web UI

2025-05-20 Thread Lucas Gabriel Vuotto
use our own esbuild instead of whatever npm installed. To try it out, after restarting the newly built ntfy, the web UI is accessible at http:///app. I've been running it for quite some months already and I'm pretty happy with it. OK? Lucas diff refs/heads/master 91b9

graphics/ffmpeg: enable Vulkan support

2025-05-19 Thread Lucas Gabriel Vuotto
player/mpv/discussions/13909#discussion-6516065 OK? Lucas diff refs/heads/master 5b7cbbe278eb6b4b260d4a187a37944dee9e0aa8 commit - 92ae7b84d551b0910cb7a5fd62a5d9d7eecc3a42 commit + 5b7cbbe278eb6b4b260d4a187a37944dee9e0aa8 blob - 5f23a53961dfc3a34de5823a7e5774dddc8

Re: Continuing the net/monero port thread(s)

2025-05-15 Thread Lucas Gabriel Vuotto
Haven't checked yet what's the status of Monero regarding Boost 1.87. Might be able to do it the following week. Lucas On Wed, May 14, 2025 at 10:40:53PM +, H. Hartzer wrote: > Hi ports@, > > It looks like there have been a couple of efforts to get Monero into th

Re: MAINTAINER FIX: x11/emwm-utils: Enable unpriv shutdown/reboot/suspend and add pkg-readme

2025-05-14 Thread Lucas Gabriel Vuotto
> > Does this read better? > > It does. Slight tweak though as we can remove some of the text and > group the shutdown/reboot-related text+command in one place, > and zzz-related text+commmand in another (and fix line-ending in > pkg/README which was missing EOL) > > I think this is ok Commited

Re: MAINTAINER FIX: x11/emwm-utils: Enable unpriv shutdown/reboot/suspend and add pkg-readme

2025-05-10 Thread Lucas Gabriel Vuotto
On Sat, May 10, 2025 at 12:39:00PM -0500, izder456 wrote: > > > diff --git a/x11/emwm-utils/Makefile b/x11/emwm-utils/Makefile > > > index 0d8b6ba9f61..62e4397077a 100644 > > > --- a/x11/emwm-utils/Makefile > > > +++ b/x11/emwm-utils/Makefile > > > @@ -3,6 +3,7 @@ COMMENT = session manager and a >

Re: MAINTAINER FIX: x11/emwm-utils: Enable unpriv shutdown/reboot/suspend and add pkg-readme

2025-05-10 Thread Lucas Gabriel Vuotto
access to these commands. I > bumped REVISION as well. Hopefully the pkg-readme is correctly phrased? > > Tested on amd64 and arm64. > > CC: Lucas Gabriel Vuotto ftr, I'm not an user of this software. > diff --git a/x11/emwm-utils/Makefile b/x11/emwm-utils/Makefile > index 0d

Re: UPDATE: x11/emwm & x11/emwm-utils 1.2 -> 1.3

2025-05-08 Thread Lucas Gabriel Vuotto
On Sun, May 04, 2025 at 07:11:37PM -0500, izzy Meyer wrote: > Hello, Stuart and Lucas pushed me to switch x11/emwm-utils to use > authenticate(3) instead of SUID root in [1]. > > Well, this diff attached does this. I could not figure out how to get > the shutdown and reboot stuff

Re: Anubis port (anubis-1.17.0) gets stuck at "loading..." when trying to access a service through caddy

2025-05-07 Thread Lucas Gabriel Vuotto
Hello pvpdm email, On Wed, May 07, 2025 at 03:40:22AM +0300, pvpdm email wrote: > Hello OpenBSD ports team, > > I am using the latest pre-compiled package of anubis (anubis-1.17.0) on my > machine in order to safeguard my gitea instance, that I reverse proxy using > caddy, against scraping. The g

Re: UPDATE mail/notmuch-0.39

2025-05-06 Thread Lucas Gabriel Vuotto
On Tue, May 06, 2025 at 06:44:47PM +0200, Bjorn Ketelaars wrote: > Ah, my bad. I thought that I sent the changes for the consumers of > notmuch, plus a quirk, in a separate mail. Guess I fooled myself. Diff > below. > > > ok lucas > > Thank you! Also OK for the dif

Re: UPDATE mail/notmuch-0.39

2025-05-06 Thread Lucas Gabriel Vuotto
ch consumers (LDEP in > > mail/aerc and mail/neomutt) as well as a quirk. > > > > Comments / OK? The CLI still works for me, but I mainly consume it with neomutt. I was able to build neomutt without modifications tho, so I'd like to see the patch for it. ok lucas with the disclaimer that I'm not familiar at all with the work required to unsplit ports.

UPDATE database/victoriametrics from MAINTAINER

2025-04-29 Thread Lucas Gabriel Vuotto
.victoriametrics.com/victoriametrics/changelog/#v11140 OK? Lucas diff refs/heads/master dc6f5fb57301541505b548bf082139ab0076dc54 commit - d3b4ceee0179885d5686adf20baf4e1464688df9 commit + dc6f5fb57301541505b548bf082139ab0076dc54 blob - 80ffccbaa31044e27d4f63919

UPTADE net/haproxy from MAINTAINER

2025-04-29 Thread Lucas Gabriel Vuotto
Another point release with many small bugfixes. Been running it since Friday. Announcement [0] doesn't show anything particularly troublesome, so only proposing it for -current. [0]: https://www.mail-archive.com/haproxy@formilux.org/msg45804.html OK? Lucas diff /usr/ports path +

UPDATE net/haproxy 3.0.9 from MAINTAINER

2025-04-14 Thread Lucas Gabriel Vuotto
y.org/?p=haproxy-3.0.git;a=blob_plain;f=CHANGELOG;hb=7f0031e394d46a60efb2b8967b5ea9f39f867126 OK? Lucas diff /usr/ports path + /usr/ports commit - 179ef77cbccedd4c9304980f6358f68456227352 blob - ae63894828f63cf84e9c594c6700f63c17b3 file + net/haproxy/Makefile --- net/haproxy/Mak

UPDATE net/prosody 13.0.1 from MAINTAINER

2025-04-04 Thread Lucas Gabriel Vuotto
could be served under some circumstances.] When I asked upstream about it, they replied "definitely nice to have, tho no need to panic :)". OK for now? Lucas diff refs/heads/master 664fb014a66f86da352f7f145c5e9fed1224e1c4 commit - c1d5b260450f0314b9b27f0b600b31d8

UPDATE net/prosody 13.0.0 from MAINTAINER

2025-03-17 Thread Lucas Gabriel Vuotto
Hello ports, Prosody 13.0.0 is officially out. I've been running the prelease for the last couple of weeks and didn't find anything weird so far, so I'm confident that this Works On My Machine(tm). Release announcemente at https://blog.prosody.im/prosody-13.0.0-released/ . ok?

Re: Git submodules in a port

2025-03-03 Thread Lucas Gabriel Vuotto
/?l=openbsd-ports&m=173064436720166&w=2 [1]: https://marc.info/?l=openbsd-ports&m=173425485214615&w=2 Lucas

Re: MAINTAINER FIX: x11/emwm-utils add SUID to xmsm and xmsession

2025-02-27 Thread Lucas Gabriel Vuotto
Hello, On Thu, Feb 27, 2025 at 07:52:30PM -0600, izzy Meyer wrote: > Hello ports@ > > Attached is a diff to set SUID on xmsm and xmsession which fixes the > locking/logout/poweroff/shutdown errors. This also bumps REVISION to > 1. > Index: x11/emwm-utils/Makefile > =

Re: sysutils/docker-cli: update to 28.0.0 from maintainer

2025-02-22 Thread Lucas Gabriel Vuotto
On Fri, Feb 21, 2025 at 12:51:47PM +0100, Kirill A. Korinsky wrote: > ports@ > > I'd like to update sysutils/docker-cli to 28.0.0 > > Tested on -current/amd64, no regression on my use case. > > Ok? ok lucas for docker-cli, docker-buildx and docker-compose

TESTERS WANTED! prosody 13.0

2025-02-16 Thread Lucas Gabriel Vuotto
a very reduced configuration. I can assure that MUCs, direct chats and file upload do work. I'll try to upstream some of the things added to the patches, so hopefully the final version won't be so noisy. [0]: https://hg.prosody.im/trunk/file/4a687745bb51/CHANGES [1]: https://prosody.im/doc

Re: [update] sysutils/loki to 3.3.2

2025-02-14 Thread Lucas Raab
On Sun, Dec 22, 2024 at 05:02:00PM +, Lucas Raab wrote: > Hello, > > Here's an update for loki up to the latest version. I no longer run the > server component on OpenBSD so if someone does, I'd appreciate a test. > The promtail log forwarder works fine. > > Th

Re: go.port.mk: expose _GOARCH

2025-02-06 Thread Lucas Gabriel Vuotto
On Wed, Feb 05, 2025 at 11:18:08PM +, Stuart Henderson wrote: > On 2025/02/05 21:50, Lucas Gabriel Vuotto wrote: > > Hi ports, > > > > I've a WIP port for a Grafana plugin. Grafana expects the binaries in > > the plugin to be called whatever_plugin_openbsd_

go.port.mk: expose _GOARCH

2025-02-05 Thread Lucas Gabriel Vuotto
other consumers. Here's a patch that renames _GOARCH to MODGO_ARCH and adds it to SUBST_VARS. Comments? ok? Lucas diff refs/heads/master 595ce6e12cfc5770f183d30d4bdfda60cfd8a876 commit - a4502989e54ac919a7b74beadb076c5f308e6d28 commit + 595ce6e12cfc5770f183d30d4bdfda60cfd

UPDATE net/haproxy 3.0.8 from MAINTAINER

2025-02-05 Thread Lucas Gabriel Vuotto
Latest HAProxy was released a couple days ago. Announcement can be found at [0] and changelot at [1]. It fixes two potential crashes. ok? [0]: https://www.mail-archive.com/haproxy@formilux.org/msg45568.html [1]: https://www.haproxy.org/download/3.0/src/CHANGELOG Lucas diff /usr/ports

Re: [update] graphics/nsxiv v32 -> v33

2025-02-01 Thread Lucas Gabriel Vuotto
ke update-patches takes care of that) and renamed the patch for the manpage to the more common notation. Lucas

Re: sysutils/docker-cli: update to 27.5.0 from maintainer

2025-01-21 Thread Lucas Gabriel Vuotto
On Tue, Jan 21, 2025 at 08:53:14PM +0100, Kirill A. Korinsky wrote: > ports@, > > I'd like to update sysutils/docker-cli to 27.5.0. > > I had used it on -current/amd64 for last couple of days without any > regressions. > > Also, I think that it safe to drop @conflict docker-* which was introduce

Re: Update for vulkan ports to sdk 1.4.304.0

2025-01-19 Thread Lucas Gabriel Vuotto
risks with this. > > Given how use of vulkan has sprawled and the version bump to 1.4, would > be great if could be tested in a bulk build before committing... > > The diff is created from ports/graphics/ location FYI. The following diff will be needed by emulators/snes9x after this

Re: UPDATE databases/victoriametrics 1.108.1 from MAINTAINER

2025-01-18 Thread Lucas Gabriel Vuotto
On Tue, Dec 24, 2024 at 04:04:40AM +, Lucas Gabriel Vuotto wrote: > Hi ports, > > VictoriaMetrics 1.108.[01] are out since a couple of days. Been running > both in my small instance without issues. There were two updates notes > on 1.108.0: > > Upda

Re: UPDATE: intel-gmmlib and intel-media-driver

2025-01-16 Thread Lucas Gabriel Vuotto
thub.com/intel/media-driver/issues/1840 was merged > upstream. Spotted by Lucas, thanks! Gave it a try on IBT and it still works. sthen and tb also reported positive tests. ok lucas@.

[maintainer update] games/dsda-doom 0.26.2->0.28.2

2025-01-13 Thread Lucas de Sena
. One patch is no longer needed. I added a comment to the other patch. Ok? -- Lucas de Sena diff /usr/ports path + /usr/ports commit - a91838b3ba5abf98d9d10c5ca7d5eeb25f1ee043 blob - 7f6da8f601da4692dfaf1d466464e9e396572b1d file + games/dsda-doom/Makefile --- games/dsda-doom/Makefile

Re: [new] sysutils/idrac_exporter

2025-01-08 Thread Lucas Gabriel Vuotto
OK lucas, but I don't have hardware test it. On Wed, Jan 08, 2025 at 09:20:28PM +0100, Pascal Stumpf wrote: > ping > > On Wed, 18 Dec 2024 19:26:19 +0100, Pascal Stumpf wrote: > > This is a simple iDRAC (and iLO and XClarity) exporter for Prometheus. > > The export

Re: [imv] [mpv] [system crash] crashe the OS on certain images and videos

2025-01-02 Thread Lucas Gabriel Vuotto
On Thu, Jan 02, 2025 at 07:28:48PM +, Anon Loli wrote: > The computer is an old Thinkpad, OpenBSD 7.6 -current. > > I will not share a dmesg. We won't attempt to aid you. *shrug*

UPDATE net/prosody from MAINTAINER

2025-01-01 Thread Lucas Gabriel Vuotto
see the mod_blocklist > documentation [1]). Works on my server(tm). OK? Lucas [0]: https://blog.prosody.im/prosody-0.12.5-released/ [1]: https://prosody.im/doc/modules/mod_blocklist diff /usr/ports path + /usr/ports commit - 70e6e05a05c780d82e27b

Re: [Update] i2pd-2.55.0

2025-01-01 Thread Lucas Gabriel Vuotto
Commited, thanks! On Wed, Jan 01, 2025 at 09:27:16PM +, open...@systemfailure.net wrote: > Hello and happy new year, > > i2pd-2.55.0 is out. This is a feature and bugfix release. [1] > > With this patch, it builds and runs fine on amd64. > > We don't need anymore the patch made by tb@, sinc

UPDATE databases/victoriametrics 1.108.1 from MAINTAINER

2024-12-23 Thread Lucas Gabriel Vuotto
://docs.victoriametrics.com/changelog/#v11081 OK? Lucas diff /usr/ports commit - b9bb7b5df44242a975baafedc1c50d0ebf19a5e2 path + /usr/ports blob - 94ae57e05833bf33ba37358a29c251fb3c57 file + databases/victoriametrics/Makefile --- databases/victoriametrics/Makefile +++ databases/victoriametrics

[update] audio/mpd to 0.23.16

2024-12-23 Thread Lucas Raab
Hello, Here's an update for mpd to 0.23.16 that's been working fine. Namely, it incorporates the patches to update the fmt version. Look/work fine to anyone else? Thanks, Lucas diff refs/heads/master refs/heads/mpd commit - fa99bbe6b1ef87e609f2909eecca3c82266e0

[update] sysutils/loki to 3.3.2

2024-12-22 Thread Lucas Raab
ch I added has an open PR: https://github.com/fsouza/fake-gcs-server/pull/1858 Other tests? Thanks, Lucas diff refs/heads/master refs/heads/loki commit - 369932a946e889887c560672722283a94ca29e21 commit + 65b583939c0b2b00cb548ffe14191bcee1d4 blob - 195d079f7966d95d1e2fb0decfd51314346

Re: [update] security/osv-scanner 1.9.2

2024-12-20 Thread Lucas Raab
On Fri, Dec 20, 2024 at 06:54:33PM +0100, Laurent Cheylus wrote: > Hi ports@ > > simple update for security/osv-scanner to the latest version 1.9.2. > Changelog: https://github.com/google/osv-scanner/releases/tag/v1.9.2 > > Build OK on current/amd64 with Go 1.23.3. > > Tests welcome and please c

Re: devel/pycharm, devel/intellij: update to 2024.3.1

2024-12-19 Thread Lucas Raab
On Wed, Dec 18, 2024 at 05:27:19PM +0100, Kirill A. Korinsky wrote: > Lucas, ports@, > > I'd like to update both devel/pycharm and devel/intellij to version 2024.3.1 > > Both port tested on -current/amd64. > > Because patches are huge (~250kb) I've attached them

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Lucas Gabriel Vuotto
On Tue, Dec 17, 2024 at 07:08:10PM +0100, Paco Esteban wrote: > Lucas Gabriel Vuotto writes: > > > On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: > >> Updated diff with py-gstreamer added as a RDEP. > >> Without it we encounter all sorts of crashe

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Lucas Gabriel Vuotto
of an upstream's bug, 1.9.5 does require gstreamer as an RDEP in order to _work at all_. The patch, already merged upstream, gets rid of that hard dep. You can install py3-gstreamer and restart Gajim, and you should be able to do audio calls. Lucas

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Lucas Gabriel Vuotto
gajim/gajim/-/commit/d3f0067f8ad5a36ad6a7f5163767b34e72257b2d > as suggested by lucas@ but the problem persist. > > We can get ride of gstreamer in a future version. > > comments ? ok ? I'm able to run Gajim withour gstreamer with this patch. diff refs/heads/master 76e7828

Re: Progress on net/monero

2024-12-15 Thread Lucas Gabriel Vuotto
There was already a thread titled "NEW net/monero", https://marc.info/?t=17306444674&r=1&w=2 . Direct any follow up to that thread instead. There is no point in having more than one. On Sun, Dec 15, 2024 at 09:26:43AM +, Stepan Zolotuev wrote: > Hi all, > > There's been quite a bit of pro

UPDATE net/haproxy 3.0.7 from MAINTAINER

2024-12-14 Thread Lucas Gabriel Vuotto
Hi ports, New release from HAProxy. It fixes 2 major bugs; one of them, in QUIC, could lead into crashes. Changelog available at https://www.haproxy.org/download/3.0/src/CHANGELOG OK? Lucas diff /usr/ports commit - 899911a84a305743cfa4d3ebea2635575689559d path + /usr/ports blob

Re: NEW: net/wstunnel

2024-12-13 Thread Lucas Gabriel Vuotto
On Sat, Dec 14, 2024 at 12:08:08AM +0100, Christoph Liebender wrote: > Hello there everyone. > > This is my first try at contributing to the OpenBSD ports tree: > > https://liebender.dev/patches/openbsd-ports/wstunnel-port.tar.gz > > wstunnel is useful in case you want to connect to your OpenBSD

Re: devel/intellij-fsnotifier: new port

2024-12-11 Thread Lucas Raab
On Thu, Dec 12, 2024 at 02:39:46AM +0100, Kirill A. Korinsky wrote: > ports@, > > I'd like to import devel/intellij-fsnotifier which is port for > https://gitlab.com/worthwhileit/bsd/fsnotifier which is used at FreeBSD. > > I use it for last couple of months and it works on -current/amd64. > > I

UPDATE databases/victoriametrics from MAINTAINER

2024-12-11 Thread Lucas Gabriel Vuotto
were all deprecated before v1.101.0[3]. Full changelog available at - https://docs.victoriametrics.com/changelog/#v11061 - https://docs.victoriametrics.com/changelog/#v11070 ok? Lucas diff /usr/ports commit - b3e75c0d441bf6e137fdff4cc235886a5a1f1fe5 path + /usr/ports blob

Re: NEW: comms/zigbee2mqtt [was Re: Node ports and specifically zigbee2mqtt]

2024-12-05 Thread Lucas Gabriel Vuotto
hate npm. > > Please fetch a fresh zigbee2mqtt-1.41.0-vendor.tar.xz (if someone is > testing on a machine with net, make clean=dist is enough) and try this > instead. > > (I also changed DESCR to mention rabbitmq as an option as it's not > obvious that it's usable as an MQTT server) This one is OK lucas@ ports-wise after inclusion of --prefer-offline. I don't use zigbee2mqtt.

Re: UPDATE: dav1d 1.5.0

2024-12-05 Thread Lucas Gabriel Vuotto
g IBT patches if they're updated. I have Intel IBT hardware. `make test` is happy, dav1dplay (in examples/) can display an IVF I found around internet and mpv is able to play AV1 media with this patch. The patch is 16k lines long, so it's compressed. Lucas patch_dav1d-1.5.0-ibt.gz Description: application/gunzip

Re: net/ejabberd: fix usage ejabberdctl from root

2024-11-30 Thread Lucas Gabriel Vuotto
On Sat, Nov 30, 2024 at 10:02:49AM +, Klemens Nanni wrote: > Can't this be what a couple of base scripts do in their unpriv() helper? > > su -s /bin/sh "$INSTALLUSER" -c "'$@'" Sorry for the double posting. This doesn't work as it is, because in unpriv it's an eval. Without eval, the co

Re: net/ejabberd: fix usage ejabberdctl from root

2024-11-30 Thread Lucas Gabriel Vuotto
On Sat, Nov 30, 2024 at 10:02:49AM +, Klemens Nanni wrote: > > + > > +Index: ejabberdctl.template > > +--- ejabberdctl.template.orig > > ejabberdctl.template > > +@@ -126,7 +126,7 @@ set_dist_client() > > + exec_cmd() > > + { > > + case $EXEC_CMD in > > +-as_install_user) su -s

Re: NEW: net/electrs

2024-11-24 Thread Lucas Gabriel Vuotto
On Sun, Nov 24, 2024 at 03:24:30PM +0100, Timothy M. Redaelli wrote: > On Fri, 15 Nov 2024 13:27:11 +0100 > "Timothy M. Redaelli" wrote: > > > Hi, > > > > Electrs is an Electrum Server in Rust. > > > > The motivation behind this project is to enable a user to self host an > > Electrum server, w

Re: [NEW] net/tdlib-purple

2024-11-11 Thread Lucas de Sena
On 2024-11-09, Klemens Nanni wrote: > The Makefile layout should follow that of Makefile.template Other than tabbing (I aligned all values with three tabspaces from left margin, while template sometimes uses two tabspaces for short variable names), i think my makefile follows pretty much the templ

Re: maintainer update net/gajim --> 1.9.5

2024-11-09 Thread Lucas Gabriel Vuotto
tabases/py-sqlalchemy that I sent on another > thread: https://marc.info/?l=openbsd-ports&m=173115099512668&w=2 > > Packages and works fine for me on amd64 with a basic use case and OMEMO > encryption. More tests are welcome. > > comments ? ok to commit after databas

Re: maintainer update net/py-nbxmpp --> 5.0.4

2024-11-09 Thread Lucas Gabriel Vuotto
n update of net/gajim that I'll send on another > thread. > > comments ? ok to commit ? Only tested it via Gajim's update. Port looks fine. OK lucas

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Lucas Gabriel Vuotto
On Sat, Nov 09, 2024 at 12:17:32PM +0100, Paco Esteban wrote: > Hi ports@, > > This is an update of databases/py-sqlalchemy to its latest version > 2.0.36. Tons of changes on the software, as this is a big jump. > > I need this for an update to net/gajim sent on another thread. > > This update

UPDATE net/haproxy 3.0.6

2024-11-08 Thread Lucas Gabriel Vuotto
Hi ports@, Bugfixes and debug improvements release from HAProxy. Releases notes at https://www.haproxy.org/download/3.0/src/CHANGELOG . OK? Lucas diff /usr/ports commit - 863c704e57b0a3b81d80bccb025414266b1378ed path + /usr/ports blob - 22c9f838ed5ac57344c3e0e78cc399311a97cfb3 file

Re: maintainer update, net/go-sendxmpp --> 0.12.0

2024-11-07 Thread Lucas Gabriel Vuotto
one recipient fails. > Improved handling of perl sendxmpp config files. > > Builds and works fine for my limited use case on amd64. > > ok to commit ? OK lucas@

UPDATE databases/victoriametrics 1.106.0

2024-11-06 Thread Lucas Gabriel Vuotto
Hello ports@, simple update for VictoriaMetrics. Of interest, now vmalert supports querying VictoriaLogs. You might find that useful, Denis. Full changelog available at [0]. OK? [0]: https://docs.victoriametrics.com/changelog/#v11060 Lucas diff /usr/ports commit

Re: Remove telegram-purple

2024-11-05 Thread Lucas de Sena
On 2024-09-20, Lucas de Sena wrote: > Telegram-purple, as well as every libtgl-based application, does not > work anymore (i tested). > > Port's page[1] says it is abandoned since 2021 and may or may not work > (it did for some time, but now does not). It points to a

Re: [NEW] net/tdlib-purple

2024-11-05 Thread Lucas de Sena
On 2024-10-25, Lucas de Sena wrote: > Hi, > > Attached port replaces net/telegram-purple, which ceased to work due to > changes on Telegram API, as the Telegram plugin for pidgin and programs > based on libpurple (eg' bitblee). > > portcheck(1) questions whether LIB_D

Re: [UPDATE] net/tdlib 1.8.38

2024-11-05 Thread Lucas de Sena
On 2024-10-25, Lucas de Sena wrote: > Hi, > > Update net/tdlib to its last "unofficial minor version". > > Tested with net/tdlib-purple (new port, mailed to ports@) under bitlbee. > > Upstream removed ${WRKSRC}/gen_git_commit_h.sh in an earlier commit. > The

Re: update games/taisei to 1.4.2

2024-11-05 Thread Lucas Gabriel Vuotto
top of yours. I lifted the ifdefs for the C file from our own /usr/lib/clang/16/include/cet.h . Lucas diff 958e86792bdef182359f04840bc7f4b5048f160a c500735242689105255cc0741f462ee7800d6e68 commit - 958e86792bdef182359f04840bc7f4b5048f160a commit + c500735242689105255cc0741f462e

Re: NEW net/monero

2024-11-04 Thread Lucas Gabriel Vuotto
On Mon, Nov 04, 2024 at 05:34:48PM +, Stuart Henderson wrote: > On 2024/11/04 16:58, Lucas Gabriel Vuotto wrote: > > > > + ${INSTALL_DATA} ${WRKBUILD}/lib/libwallet.a ${PREFIX}/lib/ > > > > > > is that actually useful? I suggest not unless there&#

Re: NEW net/monero

2024-11-04 Thread Lucas Gabriel Vuotto
On Mon, Nov 04, 2024 at 03:26:59PM +, Stuart Henderson wrote: > > The daemon should probably read configuration from /etc, as per the porting > > guide, > > file. > > > > There is also some documentation and a template config file in the source > > tarball, > > which could be worth installin

Re: NEW net/monero

2024-11-03 Thread Lucas Gabriel Vuotto
On Sun, Nov 03, 2024 at 02:34:11PM +, Lucas Gabriel Vuotto wrote: > Hi ports, > > I'd like to import Monero. OK? > > The CLI works great. The daemon manages to do a full sync, but with lots > of serious stalls that rendered the system unusable for a long amount of &g

Re: UPDATE databases/victoriametrics 1.105.0

2024-11-03 Thread Lucas Gabriel Vuotto
Bump. On Sat, Oct 26, 2024 at 02:35:52PM +, Lucas Gabriel Vuotto wrote: > Hello ports, > > Another simple update for VictoriaMetrics. Changelog at [0]. Been > running it for a couple of days already without issues. > > OK? > > [0]: https://docs.victoriametrics.

NEW net/monero

2024-11-03 Thread Lucas Gabriel Vuotto
8.3.4 Comment: secure, private, untraceable cryptocurrency Description: Monero is a cryptocurrency focused on private and censorship-resistant transactions. It uses various technologies to ensure the privacy of its users. Maintainer: Lucas Gabriel Vuotto WWW: https://getmonero.org/ moner

Re: net/yggdrasil-go: drop sample with random key, name readme after package

2024-11-01 Thread Lucas Gabriel Vuotto
share/doc/yggdrasil/; not a big deal, but I think we usually go with PKGSTEM > for these, so adjust that, too. > > Feedback? OK? OK lucas@

Re: NEW net/yggdrasil 0.5.9

2024-11-01 Thread Lucas Gabriel Vuotto
On Fri, Nov 01, 2024 at 05:46:00PM +, Klemens Nanni wrote: > This is a fun project to tinker with. > > I been running this daemon on a few nodes and upstreamed fixes for it to just > work on basic things like interface/address handling; 0.5.9 contains them, > so no need to fiddle with patches

UPDATE databases/victoriametrics 1.105.0

2024-10-26 Thread Lucas Gabriel Vuotto
Hello ports, Another simple update for VictoriaMetrics. Changelog at [0]. Been running it for a couple of days already without issues. OK? [0]: https://docs.victoriametrics.com/changelog/index.html#v11050 Lucas diff /usr/ports commit - 3ee2ffb332384d7ebbddcd9723d9394ff81263fd path

[NEW] net/tdlib-purple

2024-10-25 Thread Lucas de Sena
d for compilation. Should it be specified at BUILD_DEPENDS instead? Ok? -- Lucas de Sena tdlib-purple.tar.gz Description: application/tar-gz

[UPDATE] net/tdlib 1.8.38

2024-10-25 Thread Lucas de Sena
maintainer. Ok? -- Lucas de Sena diff /usr/ports commit - dca0564f40e748605730135f76a145d75741b36f path + /usr/ports blob - 64c582485206c115f00f0659e655e70e72be9a80 file + net/tdlib/Makefile --- net/tdlib/Makefile +++ net/tdlib/Makefile @@ -3,13 +3,12 @@ NOT_FOR_ARCHS = ${BE_AR

Re: net/prosody: install prosody-migrator

2024-10-22 Thread Lucas Gabriel Vuotto
On Tue, Oct 22, 2024 at 11:21:17PM +, Klemens Nanni wrote: > 22.10.2024 21:37, Lucas Gabriel Vuotto пишет: > > On Tue, Oct 22, 2024 at 03:53:42PM +0000, Lucas Gabriel Vuotto wrote: > >> Hello ports@, > >> > >> somebody in the Prosody MUC asked about usin

Re: Remove telegram-purple

2024-10-22 Thread Lucas de Sena
On 2024-09-20, Lucas de Sena wrote: > Telegram-purple, as well as every libtgl-based application, does not > work anymore (i tested). > > Port's page[1] says it is abandoned since 2021 and may or may not work > (it did for some time, but now does not). It points to a

Re: net/prosody: install prosody-migrator

2024-10-22 Thread Lucas Gabriel Vuotto
On Tue, Oct 22, 2024 at 03:53:42PM +, Lucas Gabriel Vuotto wrote: > Hello ports@, > > somebody in the Prosody MUC asked about using prosody-migrator. It's a > tool included in Prosody's source that allows for converting between > storage backends and replicating dat

net/prosody: install prosody-migrator

2024-10-22 Thread Lucas Gabriel Vuotto
Hello ports@, somebody in the Prosody MUC asked about using prosody-migrator. It's a tool included in Prosody's source that allows for converting between storage backends and replicating data. I gave it a quick test and seems to work, so here's a patch for it. OK? Lu

Re: update games/taisei to 1.4.2

2024-10-20 Thread Lucas Gabriel Vuotto
On Sun, Oct 20, 2024 at 10:28:25PM +0200, Omar Polo wrote: > The changelog is available here: > > https://github.com/taisei-project/taisei/releases/tag/v1.4.2 > > I played it a bit and seems to work :) I tried it with the shaderc update and it still works fine, so OK lucas. I

[update] math/py-networkx to 2.8.8

2024-10-11 Thread Lucas Raab
rofti@ (albeit currently marked broken) security/knockpy: rsadowski@ textproc/hotdoc: ajacoutot@ Thanks, Lucas diff refs/heads/master refs/heads/networkx commit - c061ff5708252679c80b7f021300bacfbc094746 commit + 5d29ed6aec5a7386eea0f75cf0270378c56a118a blob - 9a7a617deed832d9b4b37310cecf2db08f50b12e

[update] games/devilutionx to 1.5.3

2024-10-11 Thread Lucas Raab
Hello, Minor update for devilutionx and no problems seen when playing. changelog: https://github.com/diasurgical/devilutionX/releases/tag/1.5.3 bcallah, look alright to you? Thanks, Lucas diff refs/heads/master refs/heads/devil commit - c061ff5708252679c80b7f021300bacfbc094746 commit

[update] security/osv-scanner: update to 1.9.0

2024-10-11 Thread Lucas Raab
Hello, Quick update for osv-scanner that's been working fine. changelog: https://github.com/google/osv-scanner/releases/tag/v1.9.0 Look good? Thanks, Lucas diff refs/heads/master refs/heads/osv commit - c061ff5708252679c80b7f021300bacfbc094746 commit + 3d4c741b10765e7f1d4534cff443896bea0

Re: mblaze: update to 1.3

2024-10-10 Thread Lucas Gabriel Vuotto
end. Lets wait for Omar to jump in, as the idea was for him to take over maintainership as I no longer use mblaze. Lucas

Re: [update] databases/sqlitebrowser: update to 3.13.0

2024-10-09 Thread Lucas Raab
On Sun, Oct 06, 2024 at 03:07:19PM +0200, Caspar Schutijser wrote: > Hi, > > On Sat, Oct 05, 2024 at 01:16:25AM +0000, Lucas Raab wrote: > > Hello, > > > > Here's an update for sqlitebrowser that's worked fine with light testing > > via the sqlports dat

Re: qBittorrent torrents stall after awhile

2024-10-08 Thread Lucas Gabriel Vuotto
On Mon, Oct 07, 2024 at 09:21:22PM GMT, Lucas Gabriel Vuotto wrote: > By any chance, do you run qBittorrent in a rtable(4) other than 0? If > that's the case, you should give the patch below for a try. It adds > support for that in net/libtorrent-rasterbar. Ignore this. After

Re: qBittorrent torrents stall after awhile

2024-10-08 Thread Lucas Gabriel Vuotto
On Tue, Oct 08, 2024 at 09:17:43PM GMT, Anon Loli wrote: > Interesting question! > For the clearnet torrenting I tried the default /etc/pf.conf before, and it > exhibits said behavior.. no idea if the rtables have anything to do with this > and if they somehow change >> by default <<, but I will gi

Re: qBittorrent torrents stall after awhile

2024-10-07 Thread Lucas Gabriel Vuotto
On Mon, Oct 07, 2024 at 09:21:22PM GMT, Lucas Gabriel Vuotto wrote: > On Sun, Oct 06, 2024 at 07:35:35PM GMT, Anon Loli wrote: > > Bug 2: > > After some uneven time (0-15 minutes), SOME torrents just get Stalled after > > downloading (although I think that some never even get

Re: qBittorrent torrents stall after awhile

2024-10-07 Thread Lucas Gabriel Vuotto
#x27;s the case, you should give the patch below for a try. It adds support for that in net/libtorrent-rasterbar. Lucas diff refs/heads/master 5f9358822aa6dc0cae458e40f270f49d993ab794 commit - 5324f947be0d2b037a14f27d27648042f2d6d540 commit + 5f9358822aa6dc0cae458e40f270f49d993ab794

UPDATE databases/victoriametrics 1.104.0

2024-10-05 Thread Lucas Gabriel Vuotto
versions. Full changelog at [0]. OK? Lucas [0]: https://docs.victoriametrics.com/changelog/#v11040 diff /usr/ports commit - 2548567bbb29861af9e107eff264e682a2a317a7 path + /usr/ports blob - 0b582c36603e3cf1df72c413d12faed9e1e97169 file + databases/victoriametrics/Makefile --- databases

[update] databases/sqlitebrowser: update to 3.13.0

2024-10-04 Thread Lucas Raab
Hello, Here's an update for sqlitebrowser that's worked fine with light testing via the sqlports database. Other tests or comments on the patch? changelog: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0 Thanks, Lucas diff refs/heads/master refs/heads/sqlitebrow

Re: [update] devel/intellij to 2024.1.4

2024-10-03 Thread Lucas Raab
vel/intellij to enjoy it. > > Some medium size Java project requires to tune openfiles and kern.maxfiles > to value large than 60k > > Lucas, do you think we need it? Not opposed to it. It's been a while since I've dived into the intellij guts, is there an easy way to enable t

Re: UPDATE net/haproxy 3.0.5

2024-09-25 Thread Lucas Gabriel Vuotto
balancer -DISTNAME = haproxy-3.0.4 +DISTNAME = haproxy-3.0.5 CATEGORIES = net www HOMEPAGE = https://www.haproxy.org/ MAINTAINER = Lucas Gabriel Vuotto blob - af21fd7be05d0040d192e7eff202403963a826cf blob + d0475928ad847d94980fab6a142dc907f25efcc0 --- net/haproxy/distinfo +++ ne

UPDATE net/haproxy 3.0.5

2024-09-25 Thread Lucas Gabriel Vuotto
For post-unlock, as nothing seems critical. Announcement at [0], changelog at [1]. Probably the most interesting part is that they now use EVP_AEAD interfaces for QUIC. The patch update is noiser than usual because of a small change in the surrounding code. It still runs fine. OK? Lucas

Remove telegram-purple

2024-09-20 Thread Lucas de Sena
b.com/BenWiederhake/tdlib-purple -- Lucas de Sena

Re: [update] security/rbw to 1.12.1

2024-09-13 Thread Lucas Raab
n the ports tree doesn't work for me and fails like > reported in above GitHub issue. This would be really good to commit > before the ports tree is fully locked. With that in mind, I'll commit it this weekend unless anyone has any objections? > > > On Fri, Aug 16, 2024

UPDATE net/haproxy 3.0.4

2024-09-05 Thread Lucas Gabriel Vuotto
erform a shutdown for writes in mux_pt_shut() OK? Lucas diff refs/heads/master bc3bb7c8017b907cb14f860e90ee2c42e923dfe2 commit - d70b8e53802701577cd1b9be0d21e237a56d2105 commit + bc3bb7c8017b907cb14f860e90ee2c42e923dfe2 blob - 105b88de29031d6373daef5492241d9710f1bb57 blob + f8bba5

  1   2   3   4   5   6   7   >