net/openldap24-server: Fails to log to SYSLOG unless DEBUG is enabled

2015-09-21 Thread John Marshall
I just updated the opendldap24-server port on one of our servers and found nothing logged in /var/log/slapd.log after I had started the newly-built server. After some poking and prodding, I discovered that logging would only work if the port's DEBUG option was set (I did not have DEBUG set). r3968

Re: devel/llvm36/plist has 2 non existant files

2015-09-21 Thread Brooks Davis
On Mon, Sep 21, 2015 at 01:30:54AM +0200, Julian H. Stacey wrote: > Hi bro...@freebsd.org, > cc: po...@freebsd.org > > with current devel/llvm36 > FreeBSD lapr.js.berklix.net 11.0-CURRENT FreeBSD 11.0-CURRENT #12135: Thu Sep > 17 14:54:15 CEST 2015 > j...@lapr.js.berklix.net:/usr/src/sys/amd

[CTF] pkg 1.6.0

2015-09-21 Thread Baptiste Daroussin
Hi all, We are about to release pkg 1.6.0. pkg-devel has been updated to 1.5.99.13 aka 1.6.0 rc3 that we hope will become the new pkg 1.6.0 btw the end of the Week (release planned for Saturday 26th of September or no important issues are raised) On the list of changes: - Lots of improvements in

coding error in x509_vpm.c - param_cmp

2015-09-21 Thread Curtis Villamizar
Hi there openssl experts, It appears as though callers expect param_cmp to return 1 on success and zero otherwise. strcmp returns zero if the two strings match. See patch below in between the lines with 60 "-" character. --- crypto/x5