Re: [update patch] bitrot 0.9.2 -> 1.0.0

2020-10-19 Thread Bryan Vyhmeister
On Mon, Oct 19, 2020 at 04:00:44PM +0100, Stuart Henderson wrote: > On 2020/10/19 09:33, Martin Ziemer wrote: > > This patch updates bitrot from 0.9.2 to 1.0.0. > > > > Had to change python Version to 3.x because 2.x had no > > concurrent.futures. > > > > Tested on three amd64 systems. > > I hav

Logs, ' modernity', and stdout - daemon that log on stdout - prometheus

2020-10-19 Thread Sven F.
Many new software for ' reason ' think STDOUT is a logging interface. Of course level may become complex , and nothing stops the new https://www.freedesktop.org/software/systemd/man/sd-daemon.html * no comment * The prometheus package just uses the nice rcctl tool to daemonize and pipe to logger

Re: Switching layout in vmm linux guest on OpenBSD host with english layout only

2020-10-19 Thread Stuart Henderson
Moved to ports@. On 2020/10/19 18:33, Martin wrote: > TightVNC marked as Attic in ports/net/tightvnc CVS source tree. May I update > it and return it back to the tree in order to have layout switching > functionality? There is no update to the unix version of TightVNC, development stopped arou

Re: TLS/libressl issues with sogo connecting to dovecot over imaps

2020-10-19 Thread Theo Buehler
On Mon, Oct 19, 2020 at 06:20:22PM +0200, Landry Breuil wrote: > On Mon, Oct 19, 2020 at 06:16:28PM +0200, Landry Breuil wrote: > > Hi, > > > > upgraded openbsd vm at work to 6.8, this one runs (among many other things) > > dovecot+sogo. No issues connecting to dovecot over tls from thunderbird, o

Re: x11/qt5/qtbase: doesn't need audio/pulseaudio (Was: [!rust] allow print/poppler to build)

2020-10-19 Thread Klemens Nanni
On Mon, Oct 19, 2020 at 06:52:35PM +0200, Charlene Wendling wrote: > I've found out that audio/pulseaudio is in x11/qt5/qtbase's build > depends, but there is no mention in the source, except for a changelog > entry. > > There is also no configure check for pulseaudio on amd64 [0] and macppc > [1]

x11/qt5/qtbase: doesn't need audio/pulseaudio (Was: [!rust] allow print/poppler to build)

2020-10-19 Thread Charlene Wendling
On Mon, 19 Oct 2020 11:24:17 +0200 Charlene Wendling wrote: > Hi, > > With the new spidermonkey78 requiring rust, poppler ends up being not > picked up during a partial bulk on my macppc machine, here is the > dpb(1) engine log: > > 71939@1603067578.85: !: lang/rust is only for aarch64 amd64 i38

Re: TLS/libressl issues with sogo connecting to dovecot over imaps

2020-10-19 Thread Landry Breuil
On Mon, Oct 19, 2020 at 06:16:28PM +0200, Landry Breuil wrote: > Hi, > > upgraded openbsd vm at work to 6.8, this one runs (among many other things) > dovecot+sogo. No issues connecting to dovecot over tls from thunderbird, or > openssl s_client -starttls imap, be it with -tls1_2 or not. > > sogo

TLS/libressl issues with sogo connecting to dovecot over imaps

2020-10-19 Thread Landry Breuil
Hi, upgraded openbsd vm at work to 6.8, this one runs (among many other things) dovecot+sogo. No issues connecting to dovecot over tls from thunderbird, or openssl s_client -starttls imap, be it with -tls1_2 or not. sogo though feels utterly broken when trying to view the 'mail' part in the web i

Re: [UPDATE] dovecot-fts-xapian to 1.3.3

2020-10-19 Thread Stuart Henderson
On 2020/10/19 22:09, Tom Wong-Cornall wrote: > Hello, > > Post-6.8 ping :) committed with a fix for the sqlite3 issue; > > Note since last update portcheck now shows "the following libraries in > > WANTLIB look like masked by RUN_DEPENDS: sqlite3". this already showed in the previous version;

Re: [update patch] bitrot 0.9.2 -> 1.0.0

2020-10-19 Thread Stuart Henderson
On 2020/10/19 09:33, Martin Ziemer wrote: > This patch updates bitrot from 0.9.2 to 1.0.0. > > Had to change python Version to 3.x because 2.x had no > concurrent.futures. > > Tested on three amd64 systems. I have a near identical diff here. OK, Bryan? > Index: Makefile > ==

[UPDATE] arduino-esp32 1.0.4 -> Revision 1

2020-10-19 Thread Tracey Emery
Hello, This update goes with my last email for the xtensa-esp32-elf port. It is just some patch updates to work with the new version number. I've tested this out on sparc64 and amd64 with no issues. Ok to commit? -- Tracey Emery Index: Makefile ===

[UPDATE] xtensa-esp32-elf 8.2.0 -> 8.4.0

2020-10-19 Thread Tracey Emery
Hello, This diff brings our xtensa-esp32-elf to version 8.4.0. It also adjusts the COMPILER to base-clang ports-clang, which fixes the build on sparc64. This has also been tested in a bulk build by kmos@ (thanks) with no issue. I've tested this out to chip on both sparc64 and amd64 without issues

Re: fix ucblogo comment and license

2020-10-19 Thread Stuart Henderson
On 2020/10/18 22:47, Christian Weisgerber wrote: > Daniel Dickman: > > > The comment looks a bit odd. > > > -COMMENT= Berkeley's implementation of the logo programming language#' > > +COMMENT= Berkeley's implementation of the logo programming language > > An unbalanced single quote cause

Re: Interest Bump - NEW: fd v8.1.1

2020-10-19 Thread Stephen Gregoratto
On 2020-10-13 14:42, Stuart Henderson wrote: > On 2020/10/13 22:27, Stephen Gregoratto wrote: > > Would it be possible to get this merged before the 6.8 lock? I hope I'm > > not too late :(. The tarball is again attached. > > No chance whatsoever. > Now that the ports tree is unlocked, can this b

Re: In, OpenBSD 6.8, nginx 1.18.0 doesn't support TLSv1.3

2020-10-19 Thread Renaud Allard
On 10/18/20 12:23 PM, Robert Nagy wrote: You can try this: cvs server: Diffing . Index: Makefile === RCS file: /cvs/ports/www/nginx/Makefile,v retrieving revision 1.145 diff -u -p -u -r1.145 Makefile --- Makefile27 Jul 2020 1

Re: [UPDATE] dovecot-fts-xapian to 1.3.3

2020-10-19 Thread Tom Wong-Cornall
Hello, Post-6.8 ping :) --- On Thu, Sep 24 '20 at 16.12 NZST, Tom Wong-Cornall wrote: > Hello, > > Diff below updates dovecot-fts-xapian from 1.3.1 to 1.3.3. Upstream has > fixed a couple of bugs, and optimised expunges (have seen a good > performance improvement over the past month). > > N

[!rust] allow print/poppler to build

2020-10-19 Thread Charlene Wendling
Hi, With the new spidermonkey78 requiring rust, poppler ends up being not picked up during a partial bulk on my macppc machine, here is the dpb(1) engine log: 71939@1603067578.85: !: lang/rust is only for aarch64 amd64 i386 sparc64, not powerpc (macppc) 71939@1603067578.85: !: devel/cbindgen be

UPDATE: SQLMap-1.4.10

2020-10-19 Thread Gonzalo L. Rodriguez
Hello, Update for SQLMap to 1.4.10: https://github.com/sqlmapproject/sqlmap/releases OK? Comments? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/security/sqlmap/Makefile,v retrieving revision 1.3

Re: Okay to drop Python 2 support to unbreak scikit-learn with Python 3.8?

2020-10-19 Thread James Cook
> (more complete stack trace at end). I forgot to include it. Here's everything after "test session starts". = test session starts == platform openbsd6 -- Python 3.8.6, pytest-4.4.0, py-1.8.0, pluggy-0.11.0 rootdir: /home/falsifian/work/Op

Re: Okay to drop Python 2 support to unbreak scikit-learn with Python 3.8?

2020-10-19 Thread James Cook
On Sun, Oct 18, 2020 at 09:12:23PM -0400, Daniel Dickman wrote: > On Thu, 15 Oct 2020, James Cook wrote: > > > * Paul prefers the latest version, so I stuck with 0.23.2 > > An update would be nice, although seems like fixing the issue by just > replacing cloudpickle could be fairly straightforwa

Re: Interest Bump - NEW: fd v8.1.1

2020-10-19 Thread Sebastien Marie
On Mon, Oct 19, 2020 at 05:44:31PM +1100, Stephen Gregoratto wrote: > On 2020-10-13 14:42, Stuart Henderson wrote: > > On 2020/10/13 22:27, Stephen Gregoratto wrote: > > > Would it be possible to get this merged before the 6.8 lock? I hope I'm > > > not too late :(. The tarball is again attached. >

[update patch] bitrot 0.9.2 -> 1.0.0

2020-10-19 Thread Martin Ziemer
This patch updates bitrot from 0.9.2 to 1.0.0. Had to change python Version to 3.x because 2.x had no concurrent.futures. Tested on three amd64 systems. Index: Makefile === RCS file: /cvs/ports/sysutils/bitrot/Makefile,v retrieving

pkg-config for OpenSceneGraph omits /usr/X11R6/include

2020-10-19 Thread Julian Smith
I think "pkg-config --cflags openscenegraph" may be missing required include path /usr/X11R6/include/. On OpenBSD-6.7 "pkg-config --cflags openscenegraph" outputs: -I/usr/local/include But some openscenegraph headers end up including gl headers, which are in /usr/X11R6/include. Here's a mini