Hi, this updates the rsyslog port to version 8.2208.0. The changelog is available here: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
tb@ let me know that the patch for SSL_get_shared_curve is not needed anymore. I verified that the four enabled rsyslog related tests in the syslogd regress suite work. In addition I tested the following modules: imfile, omfile, imudp, ommysql OK? Remi Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/rsyslog/Makefile,v retrieving revision 1.54 diff -u -p -r1.54 Makefile --- Makefile 24 May 2022 21:55:44 -0000 1.54 +++ Makefile 25 Aug 2022 06:50:08 -0000 @@ -6,7 +6,7 @@ COMMENT-elasticsearch = Elasticsearch pl MULTI_PACKAGES = -main -mysql -normalize -pgsql -elasticsearch -V = 8.2204.1 +V = 8.2208.0 DISTNAME = rsyslog-$V PKGNAME-main = rsyslog-$V PKGNAME-mysql = rsyslog-mysql-$V Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/rsyslog/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- distinfo 24 May 2022 21:55:44 -0000 1.12 +++ distinfo 25 Aug 2022 06:50:27 -0000 @@ -1,2 +1,2 @@ -SHA256 (rsyslog-8.2204.1.tar.gz) = ptcx5GrT1k9q1LGbvxv1bKR2CkSiS7loIxidwucfcCg= -SIZE (rsyslog-8.2204.1.tar.gz) = 3243183 +SHA256 (rsyslog-8.2208.0.tar.gz) = FN5o57jlqwxdc0+C4tyf/yLNf0cQrWkHJ+sQp7mz314= +SIZE (rsyslog-8.2208.0.tar.gz) = 3262298 Index: patches/patch-runtime_nsd_ossl_c =================================================================== RCS file: patches/patch-runtime_nsd_ossl_c diff -N patches/patch-runtime_nsd_ossl_c --- patches/patch-runtime_nsd_ossl_c 24 May 2022 21:55:45 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -Index: runtime/nsd_ossl.c ---- runtime/nsd_ossl.c.orig -+++ runtime/nsd_ossl.c -@@ -1415,7 +1415,8 @@ osslPostHandshakeCheck(nsd_ossl_t *pNsd) - if (SSL_get_shared_ciphers(pNsd->ssl,szDbg, sizeof szDbg) != NULL) - dbgprintf("osslPostHandshakeCheck: Debug Shared ciphers = %s\n", szDbg); - -- #if OPENSSL_VERSION_NUMBER >= 0x10002000L -+ #if OPENSSL_VERSION_NUMBER >= 0x10002000L \ -+ && !defined(LIBRESSL_VERSION_NUMBER) - if(SSL_get_shared_curve(pNsd->ssl, -1) == 0) { - // This is not a failure - LogMsg(0, RS_RET_NO_ERRCODE, LOG_INFO, "nsd_ossl: "