[MAINTAINERS] please read this mail :-)

2014-06-17 Thread Charles Longeau
Hi list,

As there was lots of changes related to the build of portable, I would
be very interested having failing build reports, so I can fix them.

Thanks!

Charles

On Tuesday 17 June 2014 ` 10:02, c...@poolp.org wrote:
 User chl has just rebuilt a portable snapshot, available from:
 
 http://www.OpenSMTPD.org/archives/opensmtpd-201406170940p1.tar.gz
 
 Checksum:
 
   SHA256 (opensmtpd-201406170940p1.tar.gz) =
   400fd7c484adfc55e6785ed0f93579cb1c990c38c94f7203d4db8a8ba9c1e277
 
 A summary of the content of this snapshot is available below.
 
 Please test and let us know if it breaks something!
 
 If this snapshot doesn't work, please also test with a previous one,
 to help us spot where the issue is coming from. You can access all
 previous snapshots here:
 
 http://www.opensmtpd.org/archives/
 
 The OpenSMTPD team ;-)
 
 
 Summary of changes since last snapshot (opensmtpd-201406110044p1):
 -
 
 - various sync from portable OpenSSH:
   * openbsd-compat/arc4random.c
   * m4/aclocal-openssh.m4
   * openbsd-compat/defines.h
   * configure.ac:
 o remove support for hpux/solaris/sunos4
 o add --with-pie configure switch
 o remove PRNGD support
 o remove configure swithes --with-prng-port, --with-prngd-socket
 - fix build when HAVE_TLSEXT_SERVERNAME is not defined
 - reduce diff between master and portable branches
 - remove now useless openbsd-compat/log.h, and while there fix 
 openbsd-compat/Makefile.am
 - now that fatal{,x}() support variadic parameters, use a safer idiom.
 - add table-ldap mailaddr support [1]
 - some fixes in configure.ac to:
   * Only link with LibDB when needed
   * add missing table-socketmap, while there sort Makefiles alphabetically
 
 [1] Author: Guenther Niess ni...@pappanoa.de
 
 -- 
 You received this mail because you are subscribed to misc@opensmtpd.org
 To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org
 

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



[MAINTAINERS] please read this mail :-)

2014-06-10 Thread Gilles Chehade
On Wed, Jun 11, 2014 at 12:45:20AM +0200, gil...@poolp.org wrote:
 User gilles has just rebuilt a portable snapshot, available from:
 
 http://www.OpenSMTPD.org/archives/opensmtpd-201406110044p1.tar.gz
 
 [...]

 - OpenSSL version detection was broken, the following fixes it for 1.0.0 
 versions


In the compat layer, there is a check to ensure that the runtime OpenSSL
is API/ABI compatible with the version that was used to build OpenSMTPD.

The check was incomplete and as a result some people have experienced an
issue where OpenSMTPD would fail to start after an OpenSSL upgrade.

$ smtpd
fatal: OpenSSL version mismatch. [...]

The check was rewritten slightly differently and works fine with all the
version tests I did manually.

Please test and let me know if you hit it again.

-- 
Gilles Chehade

https://www.poolp.org  @poolpOrg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org