[update] graphics/nsxiv v30 -> v31

2023-01-29 Thread Thim Cederlund
Hi ports, This patch updates graphics/nsxiv to v31. Changelog: https://codeberg.org/nsxiv/nsxiv/src/branch/master/etc/CHANGELOG.md Best Regards, Thim Cederlund Index: Makefile === RCS file: /home/cvs/ports/graphics/nsxiv/Makefile

Re: NEW: devel/bazel

2023-01-29 Thread Matt Hildebrand
This port is now updated to Bazel 6.0.0. The port is at: https://github.com/aldersondrive/bazel_openbsd_port Bazel is a polyglot build tool. Web site: https://bazel.build/ In my testing, this port works on amd64. The build fails on i386, due to C++ code that requires a 64-bit platform. Feedback

Potential TLS-related DoS threat in some ports

2023-01-29 Thread Ashlen
Here's a quick demonstration of what I'm talking about with net/prosody, using testssl.sh[1]: $ testssl.sh -t xmpp -R example.com:5222 [ snip... ] Testing for Renegotiation vulnerabilities Secure Renegotiation (RFC 5746) supported (OK) Secure Client-Initiated Renegotiation VULNERAB

Re: howto update an existing port ?

2023-01-29 Thread Allan Streib
On Sun, Jan 29, 2023, at 14:26, ςЎβξЯиęł ŁĮωέ wrote: > does anyone have a good howto update an existing port ? for instance > neovim - from 0.7.2 to 0.8.2 'man ports' and https://www.openbsd.org/faq/ports/

howto update an existing port ?

2023-01-29 Thread ςЎβξЯиęł ŁĮωέ
does anyone have a good howto update an existing port ? for instance neovim - from 0.7.2 to 0.8.2 ​ ​Thanks ​

Re: lang/erlang - provide epmd.rc

2023-01-29 Thread A Tammy
On 1/29/23 11:26, Volker Schlecht wrote: > > On 1/29/23 17:12, A Tammy wrote: >> On 1/29/23 09:58, Volker Schlecht wrote: >>> Adds a simple rc script to run a system-wide instance of epmd, under a >>> non-privileged user id and listening on localhost only by default. >> >> needs rc_reload=NO > >

[update] devel/difftastic 0.42

2023-01-29 Thread Volker Schlecht
* Update devel/difftastic to release 0.42 * Get rid of the Cargo.toml.orig files in extracted crates to make update-patches less painful * patch book.toml to not copy and install Open Sans and Source Code Pro webfonts with the html documentationIndex: Makefile ===

Re: lang/erlang - provide epmd.rc

2023-01-29 Thread A Tammy
On 1/29/23 11:26, Volker Schlecht wrote: > > On 1/29/23 17:12, A Tammy wrote: >> On 1/29/23 09:58, Volker Schlecht wrote: >>> Adds a simple rc script to run a system-wide instance of epmd, under a >>> non-privileged user id and listening on localhost only by default. >> >> needs rc_reload=NO > >

Re: lang/erlang - provide epmd.rc

2023-01-29 Thread Volker Schlecht
On 1/29/23 17:12, A Tammy wrote: On 1/29/23 09:58, Volker Schlecht wrote: Adds a simple rc script to run a system-wide instance of epmd, under a non-privileged user id and listening on localhost only by default. needs rc_reload=NO Fixed diff attached. Since there's no configuration that co

Re: lang/erlang - provide epmd.rc

2023-01-29 Thread A Tammy
On 1/29/23 09:58, Volker Schlecht wrote: > Adds a simple rc script to run a system-wide instance of epmd, under a > non-privileged user id and listening on localhost only by default. needs rc_reload=NO

[Maintainer Update] archivers/zpaqfranz-57.2

2023-01-29 Thread tux0r
57.2 fixes a few bugs - as always, it is *really* hard to find out what has changed (the developer still refuses to use a version control system differently than he would use FTP) -- anyway, update attached... tux0r. zpaqfranz-57.2.diff Description: Binary data

lang/erlang - provide epmd.rc

2023-01-29 Thread Volker Schlecht
Adds a simple rc script to run a system-wide instance of epmd, under a non-privileged user id and listening on localhost only by default. Index: Makefile === RCS file: /cvs/ports/lang/erlang/25/Makefile,v retrieving revision 1.9 diff

Re: cargo.port.mk suppprt for GH_*

2023-01-29 Thread Laurent Cheylus
On Sat, 28 Jan 2023 13:24:10 +, Stuart Henderson wrote: > Now that we have GH_DISTNAME, we can add support for GH_* in > cargo.port.mk without too much mess, allowing those ports which use the > module and GH_* distfiles to get rid of the "DISTFILES += > ${DISTNAME}${EXTRACT_SUFX}' boilerplate

Re: NEW: databases/py-lmdb

2023-01-29 Thread Theo Buehler
On Sun, Jan 29, 2023 at 10:43:06AM +, Stuart Henderson wrote: > On 2023/01/28 22:53, Theo Buehler wrote: > > On Sat, Jan 28, 2023 at 08:48:52PM +, Stuart Henderson wrote: > > > Python bindings for LMDB. OK to import? > > > > > > > Something's wrong. When trying to run tests, I got > > >

Re: NEW: databases/py-lmdb

2023-01-29 Thread Stuart Henderson
On 2023/01/28 22:53, Theo Buehler wrote: > On Sat, Jan 28, 2023 at 08:48:52PM +, Stuart Henderson wrote: > > Python bindings for LMDB. OK to import? > > > > Something's wrong. When trying to run tests, I got > > E ModuleNotFoundError: No module named 'cffi' This is our old friend, pytest

Re: [New] sysutils/try_repeat

2023-01-29 Thread Omar Polo
Hello, On 2023/01/29 09:20:45 +, Laurence Tratt wrote: > Please find attached a port for try_repeat 0.2.0 > : > > try_repeat tries to run a command n times, exiting early if the command > exits with a non-zero exit code. This is useful when tryin

[New] sysutils/try_repeat

2023-01-29 Thread Laurence Tratt
Please find attached a port for try_repeat 0.2.0 : try_repeat tries to run a command n times, exiting early if the command exits with a non-zero exit code. This is useful when trying to find intermittent failures in a command. Examples: $ try