Re: UPDATE math/py-numpy-1.17.5

2021-10-20 Thread Bjorn Ketelaars
On Wed 20/10/2021 23:11, Stuart Henderson wrote: > hmm, looks like we're going to need a bigger jump to work with python 3.9 > though You are right, testing of python3.9 seems to have started with py-numpy-1.19.1. py-numpy>=1.19.3 supports python3.9. I had a quick look at 1.19.5 (last release in

UPDATE: devel/dub => Add ldc FLAVOR

2021-10-20 Thread Brian Callahan
Hi ports -- I would like to add an ldc FLAVOR to devel/dub. This requires the lang/ldc port posted earlier. The logic behind this is that dub requires a D compiler to build and run, but does not specify which D compiler. This allows D users to select the D compiler they would like to have on t

NEW: lang/ldc

2021-10-20 Thread Brian Callahan
Hi ports -- Attached is a new port, lang/ldc. LDC is the LLVM D Compiler. --- pkg/DESCR: The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The compiler uses the official DMD frontend to support the latest D2 vers

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Rubén Llorente
On Wed, Oct 20, 2021 at 03:32:36PM +0200, Matthieu Herrb wrote: > On Wed, Oct 20, 2021 at 03:04:14PM +0200, Björn Ketelaars wrote: > > +@@ -95,7 +95,7 @@ void handleSignal(int signum) { > > + break; > > + #endif > > + case SIGSEGV: > > +-abort(); > > ++exit(0); > > +

Re: UPDATE math/py-numpy-1.17.5

2021-10-20 Thread Stuart Henderson
On 2021/10/20 22:14, Stuart Henderson wrote: > On 2021/10/20 09:57, Bjorn Ketelaars wrote: > > Diff below updates py-numpy to 1.17.5. Although there are newer versions > > I chose to do a small jump, which already caries a lot of changes: > > https://github.com/numpy/numpy/blob/v1.17.5/doc/changelo

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Rubén Llorente
On Wed, Oct 20, 2021 at 01:34:20PM +0200, Solene Rapenne wrote: > > this seems a fluxbox bug which is not OpenBSD specific, you should > rather report it on fluxbox bug tracker if any. I can't reproduce it on Linux. On the other hand I have not seen anything in the code that was OpenBSD specific

Re: UPDATE math/py-numpy-1.17.5

2021-10-20 Thread Stuart Henderson
On 2021/10/20 09:57, Bjorn Ketelaars wrote: > Diff below updates py-numpy to 1.17.5. Although there are newer versions > I chose to do a small jump, which already caries a lot of changes: > https://github.com/numpy/numpy/blob/v1.17.5/doc/changelog/1.16.6-changelog.rst > https://github.com/numpy/num

Re: [update] net/synapse 1.45.1

2021-10-20 Thread Renaud Allard
Yes, synapse depends on py-jsonschema > 3.0.0 now. 20 oct. 2021 16:54:33 Stuart Henderson : > On 2021/10/20 16:46, Renaud Allard wrote: >> Hello, >> >> Here is an update to net/synapse to 1.45.1 and devel/py-jsonschema 3.0.2 > > Any reason not to update jsonschema to the current version? > (Eit

[update] net/synapse 1.45.1

2021-10-20 Thread Renaud Allard
Hello, Here is an update to net/synapse to 1.45.1 and devel/py-jsonschema 3.0.2 Regards Index: Makefile === RCS file: /cvs/ports/devel/py-jsonschema/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 21 May

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Matthieu Herrb
On Wed, Oct 20, 2021 at 02:06:49PM +0200, Rubén Llorente wrote: > On Wed, Oct 20, 2021 at 01:34:20PM +0200, Solene Rapenne wrote: > > > > this seems a fluxbox bug which is not OpenBSD specific, you should > > rather report it on fluxbox bug tracker if any. > > I can't reproduce it on Linux. > >

neomutt segmentation fault

2021-10-20 Thread Jon Fineman
OpenBSD 7.0 release debug-neomutt-20210205-notmuch (installed) neomutt-20210205-notmuch (installed) I guess I shouldn't have commented about not having any dumps. desktop(~)$: egdb neomutt neomutt_20211020.core GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv

Something strange: SSL failed with mutt-2.1.3v3-gpgme-sasl

2021-10-20 Thread Why 42? The lists account.
Hi All, I just sysupgraded my OpenBSD desktop and also updated mutt to mutt-2.1.3v3-gpgme-sasl. At start time the new mutt version failed to connect to the IMAP server with an error: > SSL failed: error:14007086:SSL routines:CONNECT_CR_CERT:certificate > verify failed When I then deleted the f

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Solene Rapenne
On Wed, 20 Oct 2021 00:02:01 - (UTC) Rubén Llorente : > Hi there, > > This is a bug report against x11/fluxbox > > I have noticed that fluxbox has a tendency to segfault and dump a > core in my $HOME when the X server is manually turned off. > > If you use xenodm to launch fluxbox and then

Fluxbox Segfault upon X termination

2021-10-20 Thread Rubén Llorente
Hi there, This is a bug report against x11/fluxbox I have noticed that fluxbox has a tendency to segfault and dump a core in my $HOME when the X server is manually turned off. If you use xenodm to launch fluxbox and then turn it off (eihter by issuing # rcctl stop xenodm or by hitting Ctrl + Alt

Re: [update] net/synapse 1.45.1

2021-10-20 Thread Stuart Henderson
On 2021/10/20 14:55, Renaud Allard wrote: > Yes, synapse depends on py-jsonschema > 3.0.0 now. 4.1.2 > 3.0.0 > 20 oct. 2021 16:54:33 Stuart Henderson : > > > On 2021/10/20 16:46, Renaud Allard wrote: > >> Hello, > >> > >> Here is an update to net/synapse to 1.45.1 and devel/py-jsonschema 3.0.2

Re: [update] net/synapse 1.45.1

2021-10-20 Thread Stuart Henderson
On 2021/10/20 16:46, Renaud Allard wrote: > Hello, > > Here is an update to net/synapse to 1.45.1 and devel/py-jsonschema 3.0.2 Any reason not to update jsonschema to the current version? (Either way, might as well drop the unused py2 version).

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Björn Ketelaars
On Wed 20/10/2021 15:32, Matthieu Herrb wrote: > On Wed, Oct 20, 2021 at 03:04:14PM +0200, Björn Ketelaars wrote: > > +@@ -95,7 +95,7 @@ void handleSignal(int signum) { > > + break; > > + #endif > > + case SIGSEGV: > > +-abort(); > > ++exit(0); > > + break; > > +

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Matthieu Herrb
On Wed, Oct 20, 2021 at 03:04:14PM +0200, Björn Ketelaars wrote: > +@@ -95,7 +95,7 @@ void handleSignal(int signum) { > + break; > + #endif > + case SIGSEGV: > +-abort(); > ++exit(0); > + break; > + case SIGALRM: > + // last resort for shutting down f

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Björn Ketelaars
On Wed 20/10/2021 00:02, Rubén Llorente wrote: > Hi there, > > This is a bug report against x11/fluxbox > > I have noticed that fluxbox has a tendency to segfault and dump a > core in my $HOME when the X server is manually turned off. > > If you use xenodm to launch fluxbox and then turn it off

UPDATE: Suricata-6.0.3

2021-10-20 Thread Gonzalo L. Rodriguez
Hello, Update for Suricata to 6.0.3: https://github.com/OISF/suricata/releases/tag/suricata-6.0.3 OK? Comments? Cheers.- -- %gonzalo Index: Makefile === RCS file: /cvs/ports/security/suricata/Makefile,v retrievi

Re: UPDATE: radare2-5.4.2

2021-10-20 Thread Edd Barrett
On Wed, Oct 20, 2021 at 10:35:38AM +0100, Edd Barrett wrote: > I'm not sure what the differences are, of if we should choose only one to > package, or package both. Do you have any thoughts Jasper? If we decide to keep r2, cutter should use iaito: https://github.com/radareorg/iaito -- Best Regar

Re: UPDATE: radare2-5.4.2

2021-10-20 Thread Edd Barrett
On Wed, Oct 20, 2021 at 10:26:11AM +0100, Edd Barrett wrote: > I'm not sure if we'd need to update cutter at the same time? I've not had time > to look into that yet. Actually, I've just realized that cutter is supposed to use "rizin", a fork of radare2. More information here: https://rizin.re/po

UPDATE: radare2-5.4.2

2021-10-20 Thread Edd Barrett
Hey, Here's an update to radare2. Notes: - switch back to GH distfile. - No longer needs treesitter. - Now needs an extra distfile for some aarch64 support. - Tests mostly work, but some fail due to our old capstone (upstream tends to embed a newer version, we tell the build to use the sys

UPDATE math/py-numpy-1.17.5

2021-10-20 Thread Bjorn Ketelaars
Diff below updates py-numpy to 1.17.5. Although there are newer versions I chose to do a small jump, which already caries a lot of changes: https://github.com/numpy/numpy/blob/v1.17.5/doc/changelog/1.16.6-changelog.rst https://github.com/numpy/numpy/blob/v1.17.5/doc/changelog/1.17.1-changelog.rst h