[update] devel/py-asn1-modules 0.4.0

2024-06-25 Thread Laurent Cheylus
Hi, an update for devel/py-asn1-modules port to the latest version 0.4.0. - update Makefile and distinfo for this version - fix DISTNAME and PKGNAME - HOMEPAGE is now https://github.com/pyasn1/pyasn1-modules - update pkg/PLIST via "make update-plist" Build and tests OK on current/amd64 with Pyth

Re: security/py-mitmproxy: new port (version 10.3.0)

2024-06-25 Thread Daniel Dickman
On Sat, 22 Jun 2024, Stuart Henderson wrote: > On 2024/06/22 00:45, Kirill A. Korinsky wrote: > > ports@, > > > > Here a ping about mitmproxy port. > > > > I've reattached the archive with all required dependencies. > > > > -- > > wbr, Kirill > > I've attached a new tgz with some small twe

Re: update devel/py-jsonschema (needed for jupyter)

2024-06-25 Thread Daniel Dickman
On Tue, 25 Jun 2024, Stuart Henderson wrote: > > +# jupyter_events needs the "format-nongpl" optional dependencies > > could you just add those as deps in jupyter_events instead please? > > I don't think this would work well. These are optional deps that will really be used by jsonschema i

Re: [new] multimedia/mat2

2024-06-25 Thread Jag Talon
adjusted Makefile to have a more accurate list of LIB_DEPENDS and RUN_DEPENDS On 6/25/24 2:22 PM, Jag Talon wrote: > added both the python library libmat2 and a command line tool called > mat2 to remove metadata from various files. > > https://0xacab.org/jvoisin/mat2 > > tests are disabled becau

Re: [update] devel/intellij to 2024.1.4

2024-06-25 Thread Kirill A . Korinsky
On Wed, 26 Jun 2024 00:50:08 +0100, Lucas Raab wrote: > > Here's a lightly tested update for intellij to 2024.1.4. Other tests? > Tested on -current/amd64 on: - medium size Java project; - large scala project with crossbuild via sbt. everything works. -- wbr, Kirill

rsync add zstd flavor?

2024-06-25 Thread Bryan Vyhmeister
I have a project that requires rsync with zstd compression and I would like to have the option in ports without having to manually modify my rsync port Makefile if possible. The zstd option is disabled in the rsync port right now. This diff would add a flavor for zstd. I'm not sure everyone would w

Re: [update] www/redlib to 0.34.0

2024-06-25 Thread Lucas Raab
On Wed, Jun 26, 2024 at 12:15:51AM GMT, Lucas Raab wrote: > Hello, > > Here's an update for redlib to 0.34.0. I also grabbed a patch that was > committed shortly after which fixed browsing from browsers with desktop > user agent strings. Next release, the patch can be removed. It's been > working

[update] www/redlib to 0.34.0

2024-06-25 Thread Lucas Raab
Hello, Here's an update for redlib to 0.34.0. I also grabbed a patch that was committed shortly after which fixed browsing from browsers with desktop user agent strings. Next release, the patch can be removed. It's been working fine for me the past few weeks. changelog: https://github.com/redlib-

[update] devel/pycharm to 2024.1.4

2024-06-25 Thread Lucas Raab
Hello, Similar to intellij, here's a lightly tested update for intellij to 2024.1.4. Other tests? changelogs: https://blog.jetbrains.com/pycharm/2024/04/pycharm-2024-1-1/ https://blog.jetbrains.com/pycharm/2024/05/pycharm-2024-1-2/ https://blog.jetbrains.com/pycharm/2024/06/pycharm-2024-1-4/ Tha

[update] devel/intellij to 2024.1.4

2024-06-25 Thread Lucas Raab
Hello, Here's a lightly tested update for intellij to 2024.1.4. Other tests? changelogs: https://blog.jetbrains.com/idea/2024/04/intellij-idea-2024-1-1/ https://blog.jetbrains.com/idea/2024/05/intellij-idea-2024-1-2/ https://blog.jetbrains.com/idea/2024/06/intellij-idea-2024-1-3/ https://blog.jet

[new] multimedia/mat2

2024-06-25 Thread Jag Talon
added both the python library libmat2 and a command line tool called mat2 to remove metadata from various files. https://0xacab.org/jvoisin/mat2 tests are disabled because the tarball in https://pypi.org/project/mat2/ doesn't include the test documents. the test documents are, however, present i

Re: [patch] www/nginx: update third-party modules

2024-06-25 Thread Sergey A. Osokin
On Thu, Jun 20, 2024 at 01:20:49AM +, Sergey A. Osokin wrote: > On Thu, Jun 13, 2024 at 03:38:11PM +, Sergey A. Osokin wrote: > > On Fri, Jun 07, 2024 at 01:54:04PM +, Sergey A. Osokin wrote: > > > On Fri, Jun 07, 2024 at 02:48:36PM +0100, Stuart Henderson wrote: > > > > On 2024/06/07 1

[update] devel/py-asn1 0.6.0

2024-06-25 Thread Laurent Cheylus
Hi, [cc benoit@ as maintainer] an update for devel/py-asn1 port to the latest version 0.6.0 The main GH repository (homepage) is now https://github.com/pyasn1/pyasn1 - update Makefile, distinfo and pkg/PLIST for this version Build and tests OK on current/amd64 with Python 3.11.9 Tests welcome

[Update] www/gallery-dl 1.27.1

2024-06-25 Thread grodzio
Update to gallery-dl from 1.26.7 to 1.27.1 (since the previous ones haven't been comitted yet and I don't know if they'll ever be). Tested on amd64 -current. -grodzio1 Index: Makefile === RCS file: /cvs/ports/www/gallery-dl/Makefile,v

Re: [lang/go] remove mips64 support

2024-06-25 Thread Joel Sing
On 24-06-24 17:35:07, Jeremie Courreges-Anglas wrote: > On Sun, Jun 23, 2024 at 01:56:44AM +1000, Joel Sing wrote: > > The openbsd/mips64 port is effectively unmaintainable. I've been > > trying to upstream the direct syscall to libc conversion for two > > years now: > > > > https://github.com/g

Re: bug: ngrep can't read OpenBSD pflog files

2024-06-25 Thread K R
Hey Stuart, Yes, your diff is better. Thanks for commiting it. Best, --Kor On Mon, Jun 24, 2024 at 6:31 PM Stuart Henderson wrote: > > thanks, I've committed a tweaked version (using the size from the system > header rather than a fixed value). > > On 2024/06/24 17:39, K R wrote: > > >Synopsis

Re: UPDATE: burpsuite-2024.5.3 (java.lang.ExceptionInInitializerError)

2024-06-25 Thread Kirill A . Korinsky
On Tue, 25 Jun 2024 09:30:15 +0100, Корякин Артём wrote: > > So, no burpsuite in the ports then ? > > Is there an alternative that can be ported or already added to ports? > The problem seems to be that neither I nor Rafael can run it on OpenBSD. If someone can run it and share how, it defent

Re: UPDATE: burpsuite-2024.5.3 (java.lang.ExceptionInInitializerError)

2024-06-25 Thread Корякин Артём
> If you take a look at the contents of the .jar, you'll see that it contains > Chromium. Yes, prebuild chromium for MacOS, Windows and Linux. > > I had spent some time trying to hack it to not use chromium, but I wasn't > able to achive anything useful. > > Probably this is a root cause, but witho

Re: update devel/py-jsonschema (needed for jupyter)

2024-06-25 Thread Stuart Henderson
On 2024/06/24 20:54, Daniel Dickman wrote: > In order to update jupyter_server to the 2.x series (which is on the path > for importing jupyterlab and updating jupter notebook), we need to first > update jsonschema. > > The attached includes 6 new ports needed for this update. > > And the diff t