On 2021/03/06 17:14, Remi Locherer wrote: > On Sun, Feb 28, 2021 at 09:56:55PM +0100, Remi Locherer wrote: > > Hi, > > > > this updates rsyslog to version 8.2102.0 released in February 2021. > > The changes are listed here: > > https://github.com/rsyslog/rsyslog/blob/master/ChangeLog > > > > I verified that the 6 rsyslog tests in the regress test suite from syslogd > > all succeed. In addition I also tested the modules imfile, ommysql and > > omrelp (all on amd64). > > > > portcheck notified me that iconv in WANTLIB-mysql is masked by iconv > > in -main. I removed the one in -mysql. > > > > port-lib-depends-check told me that libffi is not required. > > > > OK? > > > > Remi > > ping ...
OK. > -WANTLIB-mysql += crypto iconv m mariadb pthread ssl z > +WANTLIB-mysql += crypto m mariadb pthread ssl z libmariadb previously used iconv but it was removed. (https://github.com/mariadb-corporation/mariadb-connector-c/commit/7052619cc4)