Re: lang/node & net/libcares weirdness

2024-05-07 Thread Stuart Henderson
ok. On 2024/05/08 08:03, Volker Schlecht wrote: > On 2024-05-08 00:47, Stuart Henderson wrote: > > > -V= 1.28.0 > > > +V= 1.28.1 > > > > The update looks worth having anyway, but I'd do that as a separate > > commit. > > > > -SHARED_LIBS += cares3.6

Re: lang/node & net/libcares weirdness

2024-05-07 Thread Volker Schlecht
On 2024-05-08 00:47, Stuart Henderson wrote: -V= 1.28.0 +V= 1.28.1 The update looks worth having anyway, but I'd do that as a separate commit. -SHARED_LIBS += cares3.6 # 8.1.6 +SHARED_LIBS += cares3.7 # 8.1.6 I didn't see

[update] devel/jdk/11 add sparc64 support

2024-05-07 Thread kurt
I've been chipping away at adding sparc64 support to jdk/11 for a while now. I made the push to finish it off and commit it upstream. I believe it is ready for release now. okay? Index: java.port.mk === RCS file: /cvs/ports/devel/j

UPDATE: tinyproxy - CVE-2023-49606

2024-05-07 Thread Brad Smith
Apply a fix for tinyproxy to resolve CVE-2023-49606. Also remove an unnecessary patch as the LINE_MAX issue was fixed a number of years ago. Index: Makefile === RCS file: /cvs/ports/www/tinyproxy/Makefile,v retrieving revision 1.38

Re: lang/node & net/libcares weirdness

2024-05-07 Thread Theo de Raadt
Theo de Raadt wrote: > Stuart Henderson wrote: > > > On 2024/05/08 01:14, Volker Schlecht wrote: > > > aisha@ identified a rather recent problem with lang/node, as in the > > > following > > > would immediately crash (nevermind the node version. It's 100% > > > reproducible > > > in 7.5 and -

Re: lang/node & net/libcares weirdness

2024-05-07 Thread Theo de Raadt
Stuart Henderson wrote: > On 2024/05/08 01:14, Volker Schlecht wrote: > > aisha@ identified a rather recent problem with lang/node, as in the > > following > > would immediately crash (nevermind the node version. It's 100% reproducible > > in 7.5 and -current): > > > > $ node > > Welcome to Nod

Re: lang/node & net/libcares weirdness

2024-05-07 Thread Stuart Henderson
On 2024/05/08 01:14, Volker Schlecht wrote: > aisha@ identified a rather recent problem with lang/node, as in the following > would immediately crash (nevermind the node version. It's 100% reproducible > in 7.5 and -current): > > $ node > Welcome to Node.js v20.12.2. > Type ".help" for more inform

lang/node & net/libcares weirdness

2024-05-07 Thread Volker Schlecht
aisha@ identified a rather recent problem with lang/node, as in the following would immediately crash (nevermind the node version. It's 100% reproducible in 7.5 and -current): $ node Welcome to Node.js v20.12.2. Type ".help" for more information. require('dns').resolve4('openbsd.org','A',(err, r

NEW: x11/nxbelld

2024-05-07 Thread izder456
Hey ports@ I want to import x11/nxbelld into the tree. it is a fork of xbelld. from DESCR: nxbelld is a tiny utility to aid people who either don't like the default PC speaker beep, or use a sound driver that doesn't have support for the PC speaker. nxbelld performs a given action every time th

Re: security/keepassxc update

2024-05-07 Thread Rafael Sadowski
On Tue May 07, 2024 at 09:01:45PM GMT, Solene Rapenne wrote: > This updates keepassxc to latest version > > Changelog https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.8 > > I'm not sure how to update the plist for each flavors? Otherwise > it works on amd64 and compiles in a clean chr

Re: www/tuir broken

2024-05-07 Thread Theo Buehler
On Tue, May 07, 2024 at 08:42:44PM +0200, Solene Rapenne wrote: > tuir doesn't run, I'm not sure why though > > I'm not a regular user, last time I tried > was in August 2023 and it worked :D Both the one from packages and a freshly built one from ports with python 3.11 work here. Are you sure yo

security/keepassxc update

2024-05-07 Thread Solene Rapenne
This updates keepassxc to latest version Changelog https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.8 I'm not sure how to update the plist for each flavors? Otherwise it works on amd64 and compiles in a clean chroot. diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makef

www/tuir broken

2024-05-07 Thread Solene Rapenne
tuir doesn't run, I'm not sure why though I'm not a regular user, last time I tried was in August 2023 and it worked :D ryzen$ tuir Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/tuir/packages/__init__.py", line 18, in from . import praw File "/usr/loc

[new] fonts/inclusive-sans

2024-05-07 Thread Peter Hessler
Inclusive Sans is a text font designed for accessibility and readability. It is inspired by the friendly personality of contemporary neo-grotesques while incorporating key features to make it highly legible in all uses. OK? -- If I traveled to the end of the rainbow As Dame Fortune did intend,

Re: UPDATE: security/sn0int

2024-05-07 Thread Theo Buehler
Committed, with a few tweaks, thanks. > -REVISION = 6 > +GH_TAGNAME = v0.26.0 > +REVISION = 0 Remove REVISION rather than setting it to 0 > +MAINTAINER = Purple Rain Thanks. > Index: crates.mk I took the liberty of renaming that to crates.inc, as is done in most other rust-based ports.

Re: UPDATE: security/sn0int

2024-05-07 Thread Theo Buehler
On Tue, May 07, 2024 at 10:23:05AM -0600, Purple Rain wrote: > Hello, > > This update sn0int from 0.24.1 to 0.26.0. > > Tested on amd64, works fine. Ok? If you use this, could you ask upstream if they could not update their ring dependency? This would allow using sn0int with better asm on more a

[update] fonts/vlgothic-20230918

2024-05-07 Thread SASANO Takayoshi
here is vlgothic-20230918 diff. (fixed U+33C7 glyph) ok? Index: Makefile === RCS file: /cvs/ports/fonts/vlgothic/Makefile,v diff -u -p -r1.7 Makefile --- Makefile21 Sep 2023 15:28:12 - 1.7 +++ Makefile7 May 2024 13:3

Re: [update] editors/vis 0.8 -> 0.9

2024-05-07 Thread Johannes Thyssen Tishman
2024-05-05T23:53:00Z "James Cook" : > A bit more info: > > I get the same result on my laptop. (The bug I mentioned in my > previous email was a broken version of dwz; pkg_add -u dwz fixed > it.) Thanks for looking into this James, I think I've found the issue. If you look at line 539 of the test.

Re: devel/maven: 3.8.7 -> 3.9.6

2024-05-07 Thread Theo Buehler
> But I may missed it, I not sure that had happened. No worries, happens. > Anyway, here a patch which fixed the issue. Confirmed and committed, thanks!

Re: devel/maven: 3.8.7 -> 3.9.6

2024-05-07 Thread Kirill A . Korinsky
On Tue, 07 May 2024 10:28:16 +0100, Theo Buehler wrote: > > > Tested on -current/amd64, tests includes building game/libgdx and > > net/jitsi which uses devel/maven as port dependncy. > > net/jitsi/videobridge doesn't build here > Wired. I had checked it via make in net/jitsi and I recall that it

Re: devel/maven: 3.8.7 -> 3.9.6

2024-05-07 Thread Theo Buehler
> Tested on -current/amd64, tests includes building game/libgdx and > net/jitsi which uses devel/maven as port dependncy. net/jitsi/videobridge doesn't build here >>> Building on localhost under net/jitsi/videobridge BDEPENDS = [devel/maven;devel/jdk/11] DIST = [net/jitsi/videobr

Re: NEW: x11/kde-plasma ports

2024-05-07 Thread Landry Breuil
Le Mon, May 06, 2024 at 07:34:54AM +0200, Rafael Sadowski a écrit : > Here are the last ports that need to be imported to activate KDE6. > > - print-manager: > > Moved from KDE Gear x11/kde-applications/print-manager. This needs to > be re-versioned to the lower 6.0 so I added EPOCH and "@pkg

Re: NEW: kf6-kio-extras, kf6-ksanecore, kf6-libkcddb, kf6-libkcompactdisc, kf6-libkdcraw, kf6-libkexiv2 and incidenceeditor

2024-05-07 Thread Landry Breuil
Le Sun, May 05, 2024 at 11:17:39AM +0200, Rafael Sadowski a écrit : > On Sat Apr 27, 2024 at 09:13:48AM GMT, Landry Breuil wrote: > > Le Fri, Apr 26, 2024 at 07:25:31AM +0200, Rafael Sadowski a écrit : > > > Now that part of the KDE6 ecosystem is in-tree we can easily build and > > > import new KDE