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

2018-03-10 Thread Bryan Linton
[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 have a patch that fixes a font rendering issue with the new FreeType 2.8.1

Re: vmd(8) sends global config too late

2018-03-10 Thread Carlos Cardenas
On Fri, Mar 09, 2018 at 07:06:44PM +0100, Martijn van Duren wrote: > Hello Carlos, > > On 02/22/18 03:30, Carlos Cardenas wrote: > > On Wed, Feb 21, 2018 at 11:27:05PM +0100, Martijn van Duren wrote: > >> Hello tech@, > >> > >> When playing around with local prefix in vm.conf(5) I noticed that it

Re: Another fix for /usr/games/hack

2018-03-10 Thread tonypony76
Today I have discovered a second segmentation fault in /usr/games/hack. In particular, if a game is saved while a potion of levitation is in effect, then the restored game may crash when the potion wears off. This problem is caused by the same sort of issue that caused the previously-reported segme

Re: Add sincos(3) to libm

2018-03-10 Thread Jason McIntyre
On Fri, Mar 09, 2018 at 09:08:17PM +0100, Mark Kettenis wrote: > > I only got positive feedback. So here is a diff that also works on > gcc architectures and has some regress tests. Oh, and there is a man > page as well. > > ok? > hi. - there is a lot of trailing whitespace in the man diff.

Re: hexdump, od: improve handling, checks for length & skip

2018-03-10 Thread Jason McIntyre
On Fri, Mar 09, 2018 at 12:44:49PM -0600, Scott Cheloha wrote: > Hey, > > I think we can improve how we handle length and skip in both hexdump and > od. While we're at it we can improve our documentation a bit and bring > od(1) further into alignment with POSIX. > > skip is an off_t, so unless I

Re: Allow syspatch to use ftp

2018-03-10 Thread Antoine Jacoutot
On Sun, Mar 04, 2018 at 05:49:52PM +, Andrew Marks wrote: > The below allows "ftp://"; url in /etc/installurl. > > Now the discussion part, there are at least three utilities I know of > which use /etc/installurl to find OpenBSD "sources" > 1. syspatch > 2. pkg_add > 3. installation (I don't k

SSL_TXT_SSLV2

2018-03-10 Thread Stuart Henderson
mail/dovecot's default config has a problem because SSL_TXT_SSLV2 is defined but SSLv2 is not allowed in a protocol string. End result is that unless you specify your own ssl_protocols line, Dovecot will start but client connections will fail. (I ran into this after updating an oldish mail server).