CVS: cvs.openbsd.org: ports

2016-02-16 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/02/17 00:23:26 Modified files: www/iridium: Makefile www/iridium/pkg: PLIST Log message: fix plist after the previous commit, sorry

i3 hints fix, revisited

2016-02-16 Thread Alexander Hall
Hi, This is the variant of the diff legacy windows geometry hints fix I'm running with currentlya. I still haven't figured out all the steps to take it upstream, so please go ahead if anyone has the time. Not sure if this goes in before release. While not critical, it solves an annoying bug.

Re: NEW: htop 2.0.0

2016-02-16 Thread Michael McConville
Juan Francisco Cantero Hurtado wrote: > On Tue, Feb 16, 2016 at 06:04:29PM -0500, Michael McConville wrote: > > Juan Francisco Cantero Hurtado wrote: > > > I've seeing a bunch of double-free and use-after-free in htop. > > > Please, run your tests with "MALLOC_OPTIONS=CFGJU htop" and fix > > > the

Re: NEW: htop 2.0.0

2016-02-16 Thread Michael McConville
Juan Francisco Cantero Hurtado wrote: > I've seeing a bunch of double-free and use-after-free in htop. Please, > run your tests with "MALLOC_OPTIONS=CFGJU htop" and fix the code > yourself in the upstream github repo if you can. Hm. I've been running it with a brutal malloc.conf for more than a

CVS: cvs.openbsd.org: ports

2016-02-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/02/16 14:42:43 Modified files: net/prosody: Makefile net/prosody/pkg: README Log message: add MySQL notes to README (it needs LD_PRELOAD libpthread). ok Henrik Friedrichsen (maintainer),

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
Finally got to test this. Works fine. Thanks, OK!

Re: prosody with mysql clarification

2016-02-16 Thread Giovanni Bechis
On 02/16/16 13:48, Stuart Henderson wrote: > On 2016/02/16 13:35, Henrik Friedrichsen wrote: >> I see. What do you suggest should be done about the luadbi-mysql port? >> Surely I can ship prosody with libpthread being preloaded, but that >> feels pretty hacky and dirty. >> >> Shouldn't other

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
I won't be able to test this until tonight, but if you can confirm that this works I say OK.

CVS: cvs.openbsd.org: ports

2016-02-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/02/16 06:21:07 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-bootstrap_sh Log message: Security update to squid-3.5.14, ok jasper@ rpointel@

Re: prosody with mysql clarification

2016-02-16 Thread Stuart Henderson
On 2016/02/16 13:35, Henrik Friedrichsen wrote: > I see. What do you suggest should be done about the luadbi-mysql port? > Surely I can ship prosody with libpthread being preloaded, but that > feels pretty hacky and dirty. > > Shouldn't other software using the MySQL driver be affected by this as

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
I see. What do you suggest should be done about the luadbi-mysql port? Surely I can ship prosody with libpthread being preloaded, but that feels pretty hacky and dirty. Shouldn't other software using the MySQL driver be affected by this as well? On Tue, Feb 16, 2016 at 11:45:13AM +, Stuart

Re: prosody with mysql clarification

2016-02-16 Thread Stuart Henderson
On 2016/02/16 12:20, Henrik Friedrichsen wrote: > Hey, > > On Tue, Feb 16, 2016 at 11:08:58AM +, Stuart Henderson wrote: > > Good point. Try adding > > "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to > > /etc/login.conf and start it via the rc script. > > This works. Seems

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
Hey, On Tue, Feb 16, 2016 at 11:08:58AM +, Stuart Henderson wrote: > Good point. Try adding > "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to > /etc/login.conf and start it via the rc script. This works. Seems that libpthread is not loaded by the linker automatically. Not

Re: prosody with mysql clarification

2016-02-16 Thread Stuart Henderson
Good point. Try adding "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to /etc/login.conf and start it via the rc script. On 16 February 2016 08:32:19 GMT+00:00, Giovanni Bechis wrote: >On 02/16/16 01:04, Henrik Friedrichsen wrote: >> There is definitely a

CVS: cvs.openbsd.org: ports

2016-02-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/02/16 02:20:36 Modified files: databases/postgresql: Tag: OPENBSD_5_8 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_5_8

Re: prosody with mysql clarification

2016-02-16 Thread Giovanni Bechis
On 02/16/16 01:04, Henrik Friedrichsen wrote: > There is definitely a bug here, but I don't think it is a prosody > problem. > > I did some digging: > > lua51 -e 'for _,v in ipairs(require"DBI".Drivers()) do print(v) end' > > Should list the MySQL driver when installed, but only lists SQLite3