Re: New: net/wireless

2017-06-04 Thread Josh Grosse
On Sun, Jun 04, 2017 at 09:52:57PM +0200, Gregor Best wrote: > So yeah, does it make sense to have in the ports tree? As a user of it for the last year, I'd appreciate it. It was last posted to ports@ for consideration in September. https://www.mail-archive.com/ports@openbsd.org/msg66389.html

New: net/wireless

2017-06-04 Thread Gregor Best
Hi ports-people, some people on FreeNode's #openbsd asked me to submit a port for a little utility I wrote that can be used to automate the "scan for my wifi and configure it" process a bit. The networks can be configured in a plaintext file in /etc that looks like this: device iwm0

Re: roundcube doesn't work on latest snap

2017-06-04 Thread Johan Huldtgren
On 2017/06/04 05:11, Stuart Henderson wrote: > On 2017/06/03 17:07, Johan Huldtgren wrote: >> I updated my mail server from the May 4th snap to the June 2nd snap, >> everything works with the exception of rundcube. When trying to log in >> the user gets the generic "Connection to storage server fai

update: net/olsrd

2017-06-04 Thread Stefan Sperling
Update olsrd to the latest stable release (not listed on the project's website but visible at http://www.olsr.org/releases/0.9/ -- pointed out by upstream in https://lists.olsr.org/pipermail/olsr-dev/2017-May/008407.html) ok? Index: Makefile ===

Re: roundcube doesn't work on latest snap

2017-06-04 Thread Stuart Henderson
On 2017/06/03 17:07, Johan Huldtgren wrote: > I updated my mail server from the May 4th snap to the June 2nd snap, > everything works with the exception of rundcube. When trying to log in > the user gets the generic "Connection to storage server failed.", this > normally means some sort of problem

PATCH: Fix SSP on amd64 for ports gcc 4.9

2017-06-04 Thread Bryan Steele
"As Shmuel reported in , on x86-64 small structures in automatic storage are aligned to 16 bytes. This seems to be because of a mix-up between bits and bytes in the i386 target code. * config/i386/i386.c (ix86_local_alignment): Align most aggr