Re: emulate Docker for one small project

2019-04-10 Thread Chris Bennett
No, in this case the goal is for it to be 100% OpenBSD. There are already many Linux distributions working with it. Thanks! Chris

Re: [SECURITY] samba-4.8.11

2019-04-10 Thread Ian McWilliam
It became too difficult to maintain, especially the move from samba 3.x.x to 4.x.x that has both samba3 and samba4 code to deal with effectively doubling the code size. The Samba model is release eg 4.8.x and generally no new features are added. Each point release after that is bug / security

emulate Docker for one small project

2019-04-10 Thread Chris Bennett
I would like to port a small project that runs on Linux, but it uses Docker. As I understand it, porting Docker to a BSD is a big problem (yes?). I'm not familiar with Docker's details, but would it be reasonable to write something that carries out what it does on a small and very limited scale

SSL errors on 6.4 after apache-httpd with mpm_event_module was updated to 2.4.39

2019-04-10 Thread Frank Groeneveld
Last week an update to apache-httpd was released which fixes an important security issue. I updated a number of servers right away, but after receiving some traffic they started to produce SSL errors. I've tried to debug this as far as I could and have come to the conclusion that it only

Fix for misc/m17n/lib

2019-04-10 Thread Kevin Lo
Hi, When I run the command m17n-dump, I get an error: undefined reference to `libintl_bindtextdomain' The diff below links with intl correctly, ok? Index: misc/m17n/lib/Makefile === RCS file: /cvs/ports/misc/m17n/lib/Makefile,v

Re: Fix for misc/m17n/lib

2019-04-10 Thread Kevin Lo
On Wed, Apr 10, 2019 at 03:48:04PM +0800, Kevin Lo wrote: > > Hi, > > When I run the command m17n-dump, I get an error: > undefined reference to `libintl_bindtextdomain' > > The diff below links with intl correctly, ok? Here's the revised diff that fixes m17n-view as well. Index:

Re: UPDATE mail/s-nail

2019-04-10 Thread Steffen Nurpmeso
Ingo Schwarze wrote in <20190410160613.gb73...@athene.usta.de>: |Steffen Nurpmeso wrote on Wed, Apr 10, 2019 at 05:39:38PM +0200: |> Steffen Nurpmeso wrote in <20190308210521.7ybvy%stef...@sdaoden.eu>: | |>> please find below an update to S-nail v14.9.13. | |> would someone be so kind an

Re: UPDATE mail/s-nail

2019-04-10 Thread Ingo Schwarze
Steffen Nurpmeso wrote on Wed, Apr 10, 2019 at 05:39:38PM +0200: > Steffen Nurpmeso wrote in <20190308210521.7ybvy%stef...@sdaoden.eu>: >> please find below an update to S-nail v14.9.13. > would someone be so kind an wave that through, please? No, absolutely not. The trees are locked for

Re: [SECURITY] samba-4.8.11

2019-04-10 Thread Jeremie Courreges-Anglas
On Wed, Apr 10 2019, Christian Weisgerber wrote: > Jeremie Courreges-Anglas: > >> samba-4.8.11 has just been released: >> https://www.samba.org/samba/history/samba-4.8.11.html > > BTW, whatever happened to cherry-picking the relevant security fix > and only committing this before release (or in

Re: UPDATE mail/s-nail

2019-04-10 Thread Steffen Nurpmeso
Hello OpenBSD. Steffen Nurpmeso wrote in <20190308210521.7ybvy%stef...@sdaoden.eu>: |Hello and a good Friday evening, | |please find below an update to S-nail v14.9.13. would someone be so kind an wave that through, please? We don't want to stand back. ^_^ |It appeared to me that it would

[ports-gcc-8 arm ppc] Unbreak games/spacehulk

2019-04-10 Thread Charlene Wendling
Hi ports, (This is for post-unlock.) spacehulk breaks during the build with ports-gcc-8: smtp.cpp:291:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing] On powerpc and arm, char is unsigned by default, so it breaks. There is a bit of mystery on why it works

Re: [SECURITY] samba-4.8.11

2019-04-10 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > samba-4.8.11 has just been released: > https://www.samba.org/samba/history/samba-4.8.11.html BTW, whatever happened to cherry-picking the relevant security fix and only committing this before release (or in -stable), instead of whole updates? -- Christian "naddy"

Re: net/zabbix 4.0.5

2019-04-10 Thread William Leuschner
ports@, I tested this patch with my configuration on a 6.5-current machine and everything seems A-OK. I’m aware the tree is locked, but I figured I’d throw my 2¢ in. - William P.S. It looks like 4.0.6 was released at the end of March (https://www.zabbix.com/rn/rn4.0.6), and 4.2.0 a day later

Re: [ports-gcc-8 arm ppc] Unbreak games/spacehulk

2019-04-10 Thread Jeremie Courreges-Anglas
On Wed, Apr 10 2019, Charlene Wendling wrote: > Hi ports, > > (This is for post-unlock.) > > spacehulk breaks during the build with ports-gcc-8: > > smtp.cpp:291:1: error: narrowing conversion of '-1' from 'int' to > 'char' inside { } [-Wnarrowing] > > On powerpc and arm, char is unsigned by