Re: [OpenSMTPD] portable snapshot opensmtpd-201606062303p1 available

2016-06-07 Thread Gilles Chehade
On Tue, Jun 07, 2016 at 10:47:21AM +0530, Ashish SHUKLA wrote:
> On Mon, 6 Jun 2016 23:03:58 +0200 (CEST), gilles chehade  
> said:
> | A new opensmtpd portable snapshot is available at:
> 
> | http://www.opensmtpd.org/archives/opensmtpd-201606062303p1.tar.gz
> 
> | Checksum:
> 
> |   SHA256 (opensmtpd-201606062303p1.tar.gz) = 
> f54a496ec4729073bba2efec2daca69a469b2fd7666dbcc309d21324f76d16ad
> 
> | A summary of the content of this snapshot is available below.
> 
> | Please test and let us know if it breaks something!
> 
> Hi,
> 
> This breaks on FreeBSD 9.x with following compiler error:
> 
> --8<---cut here---start->8---
> ../../smtpd/smtpd.c: In function 'start_child':
> ../../smtpd/smtpd.c:846: error: 'SOCK_NONBLOCK' undeclared (first use in this 
> function)
> ../../smtpd/smtpd.c:846: error: (Each undeclared identifier is reported only 
> once
> ../../smtpd/smtpd.c:846: error: for each function it appears in.)
> ../../smtpd/smtpd.c: In function 'setup_peers':
> ../../smtpd/smtpd.c:887: error: 'SOCK_NONBLOCK' undeclared (first use in this 
> function)
> --8<---cut here---end--->8---
> 
> I have opened issue #702[1] for this.
> 
> References:
> [1]  https://github.com/OpenSMTPD/OpenSMTPD/issues/702
> 

Hi,

I have just committed a fix to git:

  
https://github.com/OpenSMTPD/OpenSMTPD/commit/1d0a360672c9a61495605fc2adec9aec063d1a6e#diff-d130386f59ceeb128858fa6252db80a4

Care to give it a try and confirm it fixes issue so I can publish a new
snapshot ?


-- 
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



[OpenSMTPD] portable snapshot opensmtpd-201606062303p1 available

2016-06-06 Thread gilles chehade
A new opensmtpd portable snapshot is available at:

http://www.opensmtpd.org/archives/opensmtpd-201606062303p1.tar.gz

Checksum:

  SHA256 (opensmtpd-201606062303p1.tar.gz) = 
f54a496ec4729073bba2efec2daca69a469b2fd7666dbcc309d21324f76d16ad

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-201605221711p1):
-

- remove unused variable
- introduce wip to improve log format
- convert smtpd to fork+reexec to randomize address space per-process
- fix delivery_lmtp's handling of commands to support multiline replies
- fix inet_net_pton() related hacks with cleaner inet_pton() construct
- fix man page for trace
- add support for multi-line banners in delivery_lmtp
- do not return on EAGAIN otherwise the event is never reloaded

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