Bugfix: acme-client 301 redirect issue

2018-03-11 Thread he4d
Bugfix for the 301 redirect issue reported by some users. This patch is by user picoh from github and works fine for me (tested with -current) see https://github.com/kristapsdz/acme-client-portable/issues/50#issuecomment-372119303 --- netproc.c.orig Wed Feb 1 16:20:14 2017 +++ netproc.c

Re: Bugfix: acme-client 301 redirect issue

2018-03-11 Thread Florian Obser
I think we should just follow the 301. OK? diff --git netproc.c netproc.c index 26033a3fc3c..14da5a8c1a9 100644 --- netproc.c +++ netproc.c @@ -180,15 +180,18 @@ nreq(struct conn *c, const char *addr) { struct httpget *g; struct sourcesrc[MAX_SERVERS_DNS]; + struct ht

Re: [PATCH] Fix font rendering error in FreeType 2.8.1 update, memory allocation related?

2018-03-11 Thread Matthieu Herrb
On Sun, Mar 11, 2018 at 11:58:50AM +0900, Bryan Linton wrote: > [I sent a copy of this email to tech@ 24 hours ago and it hasn't > shown up yet. Apologies if this ends up being a double-post.] > > Hello tech@ > > I'm not sure if it's bad form to crosspost this from bugs@ to > tech@ or not, but I

[patch] INSTALL.octeon

2018-03-11 Thread Edgar Pettijohn
typo fix --- INSTALL.octeon.origSun Mar 11 12:31:45 2018 +++ INSTALL.octeonSun Mar 11 12:31:55 2018 @@ -252,7 +252,7 @@ --- By default octeon systems are shipped with a Linux (or proprietary) system -installated on the CompactFlash card or U

Re: [patch] INSTALL.octeon

2018-03-11 Thread Stuart Henderson
On 2018/03/11 12:33, Edgar Pettijohn wrote: > typo fix > > > --- INSTALL.octeon.origSun Mar 11 12:31:45 2018 > +++ INSTALL.octeonSun Mar 11 12:31:55 2018 > @@ -252,7 +252,7 @@ > --- > > By default octeon systems are shipped with a Linux (or p

arm64 floating-point exception trapping

2018-03-11 Thread Mark Kettenis
Like armv7, the hardware we run on doesn't actually support trapping floating-point exceptions. So disable that functionality explicitly. ok? Index: libm/arch/aarch64/fenv.c === RCS file: /cvs/src/lib/libm/arch/aarch64/fenv.c,v ret

httpd/logger.c patch

2018-03-11 Thread Peter J. Philipp
Hi, While auditing something in and around /usr/src/usr.sbin/httpd/logger.c (didn't find what I was looking for), I noticed that logger_log() was returning with an int but the return value was not processed at all. Here is a small patch that makes the return value void. I tested this patch wi

Re: mfii(4): add bio(4) support

2018-03-11 Thread Jonathan Matthew
On Mon, Mar 05, 2018 at 09:49:16PM +0900, Naoki Fukaumi wrote: > Hi tech@, > > This patch adds bio(4) support for mfii(4). > # with "mfii(4): use MFII_FUNCTION_PASSTHRU_IO for MFI commands" > > most parts are taken from mfi(4), plus fix for rebuilding (bioctl -R). I noticed another problem: span