sparc64 bulk build report

2022-01-24 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri Jan 21 01:37:14 MST 2022 Finished: Mon Jan 24 01:05:39 MST 2022 Duration: 2 Days 23 hours 28 minutes Built using OpenBSD 7.0-current (GENERIC.MP) #1159: Thu Jan 20 14:37:10 MST 2022 Built 9458 packages Number of packages built each day: J

update: sysutils/ssh-copy-id

2022-01-24 Thread Jan-Piet Mens
Hello! This is an update to ssh-copy-id, a script to copy one's SSH keys to remote hosts, ensuring that ~/.ssh and authorized_keys are created with correct permissions. Regards, -JP diff --git a/sysutils/ssh-copy-id/Makefile b/sysutils/ssh-copy-id/Makefile index a18dcadef51..3699cbf70

Re: update: sysutils/ssh-copy-id

2022-01-24 Thread Stuart Henderson
On 2022/01/24 09:20, Jan-Piet Mens wrote: > Hello! > > This is an update to ssh-copy-id, a script to copy one's SSH keys to remote > hosts, ensuring that ~/.ssh and authorized_keys are created with correct > permissions. Thanks, committed.

Re: Fwd: [SECURITY] [UPDATE] lang/node to 16.13.2

2022-01-24 Thread Stuart Henderson
On 2022/01/23 17:47, Aaron Bieber wrote: > > Volker Schlecht writes: > > > Bump... > > > > On 1/16/22 16:48, Volker Schlecht wrote: > >> Update after feedback from abieber@ > > I was able to build webstuffs for the latest navidrome without > issue. pldc complains about: > > Bogus WANTLIB: cryp

Re: [NEW] sysutils/alertmanager v0.23.0

2022-01-24 Thread Stuart Henderson
On 2022/01/22 17:52, Denis Fondras wrote: > The Alertmanager handles alerts sent by client applications such > as the Prometheus server. It takes care of deduplicating, grouping, > and routing them to the correct receiver integration such as email, > PagerDuty, or OpsGenie. It also takes care of si

Re: [new] database/VictoriaMetrics v1.72.0

2022-01-24 Thread Denis Fondras
Le Mon, Jan 24, 2022 at 12:59:30AM +, Stuart Henderson a écrit : > Why not just 'daemon_flags="-storageDataPath=${LOCALSTATEDIR}/db/vmetrics/"'? > You are right, I thought it would concatenate the "vmetrics_flags" from rc.conf.local. Thank you Stuart. victoriametrics-v1.72.0.tgz Descriptio

Re: ports-readmes-dancer and the "g++" subpackage don't get along

2022-01-24 Thread Marc Espie
On Sun, Jan 23, 2022 at 07:32:16PM -0800, Andrew Hewus Fresh wrote: > I noticed this and while I hoped to find time to include a patch I > haven't yet and so I decided to report without. > > It appears that "g++" or maybe subdirectories confuse the > ports-readmes-dancer at openports.pl. > > For

Re: ports-readmes-dancer and the "g++" subpackage don't get along

2022-01-24 Thread Marc Espie
On Sun, Jan 23, 2022 at 07:32:16PM -0800, Andrew Hewus Fresh wrote: > I noticed this and while I hoped to find time to include a patch I > haven't yet and so I decided to report without. > > It appears that "g++" or maybe subdirectories confuse the > ports-readmes-dancer at openports.pl. > > For

Re: [NEW] sysutils/alertmanager v0.23.0

2022-01-24 Thread Denis Fondras
Le Mon, Jan 24, 2022 at 09:29:54AM +, Stuart Henderson a écrit : > On 2022/01/22 17:52, Denis Fondras wrote: > > The Alertmanager handles alerts sent by client applications such > > as the Prometheus server. It takes care of deduplicating, grouping, > > and routing them to the correct receiver

sysutils/ssh-copy-id: use EXTRACT_FILES, do not strip

2022-01-24 Thread Klemens Nanni
No need to extract all of ssh. Fix strip: /usr/ports/pobj/ssh-copy-id-8.8pl1/fake-amd64/usr/local/bin/INS@Ja1VJB5n7N: File format not recognized in `make fake' while here. OK? Index: Makefile === RCS file: /cvs/ports/sysutils/ssh-c

llvm 13 memcpy optimiser breaks lang/node

2022-01-24 Thread Jonathan Matthew
The proposed update to lang/node makes this irrelevant, but I thought I'd send it anyway since it may come up elsewhere too. I noticed that on one system, 'npm install less' would abort, logging 'node: backwards memcpy', but on another it worked fine. Eventually I figured out this was because the

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Dima Pasechnik
On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: > > In my opinion, our main issue is the lack of new blood. > > > > We have chronically fewer people who can give okays than ports waiting. > > > > One big "meta" stuff that ne

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Marc Espie
On Mon, Jan 24, 2022 at 01:39:50PM +0100, Dima Pasechnik wrote: > On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > > On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: > > > In my opinion, our main issue is the lack of new blood. > > > > > > We have chronically fewer people wh

Re: devel/cargo: Support fetching crates as GitHub archive tarballs

2022-01-24 Thread Sebastien Marie
On Sun, Jan 23, 2022 at 07:32:13PM -0500, aisha wrote: > > Did this ever get developed further? > Many folks have tried to make a vaultwarden port (and failed) and I believe > this would help with that. > Currently while trying to create the port I get the following error - > > ===> Building for

Re: sysutils/ssh-copy-id: use EXTRACT_FILES, do not strip

2022-01-24 Thread Stuart Henderson
EXTRACT_FILES is going a bit far isn't it? It's not like it's a large distfile. If you really must then please at least add Changelog to the extracted files. -- Sent from a phone, apologies for poor formatting. On 24 January 2022 11:23:49 Klemens Nanni wrote: No need to extract all of ssh.

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Marc Espie
On Mon, Jan 24, 2022 at 01:49:26PM +, Yifei Zhan wrote: > On 22/01/22 02:30AM, Marc Espie wrote: > > On Fri, Jan 21, 2022 at 02:07:10PM -0700, Anthony J. Bentley wrote: > > > Volker Schlecht writes: > > > > > What kind of gotcha can we get rid of, so that "new ports" will tend > > > > > to > >

infrastructure: tighten checks for CATEGORIES, FULLPKGPATH

2022-01-24 Thread Marc Espie
So that they match what ports-readmes-dancer will do. I checked that I got every currently used character in both variables. Any objection ? Index: bsd.port.mk === RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v retrieving revi

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Dima Pasechnik
On Mon, Jan 24, 2022 at 01:49:26PM +, Yifei Zhan wrote: > On 22/01/22 02:30AM, Marc Espie wrote: > > On Fri, Jan 21, 2022 at 02:07:10PM -0700, Anthony J. Bentley wrote: > > > Volker Schlecht writes: > > > > > What kind of gotcha can we get rid of, so that "new ports" will tend > > > > > to > >

update: net/msoak

2022-01-24 Thread Jan-Piet Mens
Hello! This is an update for msoak(1), a utility with which to simultaneously subscribe to an arbitrary number of topics on any number of MQTT brokers and optionally modify or normalize received payloads with Lua functions before printing them out. Regards, -JP diff --git a/net/msoak/Ma

Re: new net/tg_owt 0.0.0.20220123

2022-01-24 Thread Klemens Nanni
On Sat, Dec 25, 2021 at 11:16:40AM +, Klemens Nanni wrote: > Here is the first of two ports for telegram's official desktop > application port, their library required behind the qt gui. > > This builds and works fine on amd64 and arm64. > Audio and video calls, sending files, viewing media...

new net/tdesktop 3.4.8

2022-01-24 Thread Klemens Nanni
This has been working great so far on amd64 (arm64 I've also tested a few weeks ago, with an older version). Audio and video calls work, with both IPv4 and IPv6. We can send files, viewing media works, etc. There is one rare crash when ending calls in a specific way, but we're on it. All our pat

[update] x11/alacritty

2022-01-24 Thread Eric Auge
hello, New release(0.10.0) of alacritty. attached is the x11/alacritty port diff. Please let me know if anything needs to be changed. hth, cheers, Eric. alacritty.diff Description: Binary data

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-24 Thread Volker Schlecht
Sorry to bother you about it, but did you get around to having a look at the patch? On 1/17/22 20:51, Matthias Kilian wrote: Hi, On Sun, Jan 16, 2022 at 05:12:25PM +0100, Volker Schlecht wrote: Update with Makefile in the same order as the current port, I hope this makes reviewing easier. T

Re: update: net/msoak

2022-01-24 Thread Stuart Henderson
On 2022/01/24 09:18, Jan-Piet Mens wrote: > Hello! > > This is an update for msoak(1), a utility with which to simultaneously > subscribe to an arbitrary number of topics on any number of MQTT brokers and > optionally modify or normalize received payloads with Lua functions before > printing them

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Stuart Henderson
On 2022/01/24 15:51, Dima Pasechnik wrote: > Would a git-generated email with a diff be acceptable? > https://git-send-email.io/ Yes as long as it's not one of those big [1/n] sequences of separate emails that would be better dealt with in a single mail :) > In principle, such a patch would be ve

Re: llvm 13 memcpy optimiser breaks lang/node

2022-01-24 Thread Stuart Henderson
On 2022/01/24 22:17, Jonathan Matthew wrote: > The proposed update to lang/node makes this irrelevant, but I thought I'd send > it anyway since it may come up elsewhere too. > > I noticed that on one system, 'npm install less' would abort, logging > 'node: backwards memcpy', but on another it work

Re: llvm 13 memcpy optimiser breaks lang/node

2022-01-24 Thread Theo de Raadt
Stuart Henderson wrote: > On 2022/01/24 22:17, Jonathan Matthew wrote: > > The proposed update to lang/node makes this irrelevant, but I thought I'd > > send > > it anyway since it may come up elsewhere too. > > > > I noticed that on one system, 'npm install less' would abort, logging > > 'node

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Dima Pasechnik
On Mon, Jan 24, 2022 at 04:57:49PM +, Stuart Henderson wrote: > On 2022/01/24 15:51, Dima Pasechnik wrote: > > Would a git-generated email with a diff be acceptable? > > https://git-send-email.io/ > > Yes as long as it's not one of those big [1/n] sequences of separate > emails that would be b

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-24 Thread Matthias Kilian
Hi, and sorry for the delay, On Mon, Jan 24, 2022 at 05:56:21PM +0100, Volker Schlecht wrote: > Sorry to bother you about it, but did you get around to having a look at the > patch? Looks good so far, I also ran dpb -uR to rebuild any packages depending on it, without any problems. I'll do some

Re: Upgrade productivity/hledger 1.23->1.24.1

2022-01-24 Thread Matthias Kilian
Hi, On Wed, Jan 19, 2022 at 10:29:41PM -0800, Greg Steuck wrote: > I'm running this locally. Works fine so far. OK? Looks and builds fine to me, so ok. Ciao, Kili

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Aaron Bieber
Dima Pasechnik writes: > On Mon, Jan 24, 2022 at 04:57:49PM +, Stuart Henderson wrote: >> On 2022/01/24 15:51, Dima Pasechnik wrote: >> > Would a git-generated email with a diff be acceptable? >> > https://git-send-email.io/ >> >> Yes as long as it's not one of those big [1/n] sequences of

Re: new net/tdesktop 3.4.8

2022-01-24 Thread Omar Polo
Hello, Klemens Nanni writes: > This has been working great so far on amd64 (arm64 I've also tested a > few weeks ago, with an older version). > > Audio and video calls work, with both IPv4 and IPv6. > We can send files, viewing media works, etc. > > There is one rare crash when ending calls in a

Re: new net/tdesktop 3.4.8

2022-01-24 Thread Klemens Nanni
On Mon, Jan 24, 2022 at 07:16:42PM +0100, Omar Polo wrote: > Hello, > > Klemens Nanni writes: > > > This has been working great so far on amd64 (arm64 I've also tested a > > few weeks ago, with an older version). > > > > Audio and video calls work, with both IPv4 and IPv6. > > We can send files,

Re: llvm 13 memcpy optimiser breaks lang/node

2022-01-24 Thread Jonathan Matthew
On Mon, Jan 24, 2022 at 10:03:19AM -0700, Theo de Raadt wrote: > Stuart Henderson wrote: > > > On 2022/01/24 22:17, Jonathan Matthew wrote: > > > The proposed update to lang/node makes this irrelevant, but I thought I'd > > > send > > > it anyway since it may come up elsewhere too. > > > > > >

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-24 Thread Amit Kulkarni
Hi all, Re: fresh blood Can name you quite a few contributors that can be committers today, because they are demoin'g constant input to the project: 1) Caspar Schutijser 2) Wen Heping 3) Dimitri Karamazov There will be still some others I missed but the regular port committers will know, becaus

Re: UPDATE net/prosody 0.11.13 from MAINTAINER

2022-01-24 Thread Lucas
Lucas wrote: > Hello ports, > > A quite simple release for prosody to fix a vulnerability in websockets > handling, disabled by default but quite common, at least acording to > Prosody's devs. Nevertheless, it might be good to merge into 7.0, if > possible. Details of the vuln in [0]. > > [0]: h

Re: devel/cargo: Support fetching crates as GitHub archive tarballs

2022-01-24 Thread Sebastien Marie
On Mon, Jan 24, 2022 at 03:01:41PM -0500, Aisha Tammy wrote: > Thanks a lot for the response, it helped the get off the ground and start > compiling at least. > But turns out it needs rust nightly so it doesn't want to build. ah, it is another set of potential dragons here. lang/rust is stable (c