Re: [exim] Exim 4.96-RC0 released

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Frank Elsner
Ημερομηνία:  
Προς: Jeremy Harris
Υ/ο: Jeremy Harris via Exim-users
Αντικείμενο: Re: [exim] Exim 4.96-RC0 released
On Sat, 23 Apr 2022 20:23:58 +0100 Jeremy Harris via Exim-users wrote:
> Hi all,
>
> Enough changes have accumulated since 4.95 for it to be worth
> spinning another release. The first Release Candidate is available


Trying to compile on Fedora 35 system with openssl-1.1.1n-1.fc35.x86_64
results in

cc tls.c
In file included from tls.c:456:
tls-openssl.c: In function ‘tls_server_start’:
tls-openssl.c:3344:14: warning: implicit declaration of function ‘event_raise’ [-Wimplicit-function-declaration]
 3344 |       (void) event_raise(event_action, US"tls:fail:connect", *errstr, NULL);
      |              ^~~~~~~~~~~
tls-openssl.c:3344:26: error: ‘event_action’ undeclared (first use in this function); did you mean ‘queue_action’?
 3344 |       (void) event_raise(event_action, US"tls:fail:connect", *errstr, NULL);
      |                          ^~~~~~~~~~~~
      |                          queue_action
tls-openssl.c:3344:26: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:800: tls.o] Error 1
make[1]: Leaving directory '/usr/local/exim/src/exim-4.96-RC0/build-Linux-x86_64'



What now?


Kind regards, Frank