This is an update for rsyslog to version 8.2102.0. The changelog is rather
long and can be found here:
https://github.com/rsyslog/rsyslog/blob/master/ChangeLog

I verified that the modules imfile, omfile and ommysql still work.
In addition I tested with the 6 syslogd regress tests that involve rsyslog.

With the exception of run-args-rsyslog-tls.pl they succeed. This failing
test also fails with the version that is already in ports. Last time I
updated the rsyslog port all 6 tests worked fine. Maybe it is related to
something GnuTLS? When trying with "openssl s_client -connect ..." I only
get the "connect" output line. This is also the same when I try with
eopenssl11.

I propose to update rsyslog even with this test failing since it is not
different from what we have in ports now.

Remi


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile    7 Mar 2021 09:28:36 -0000       1.51
+++ Makefile    27 Dec 2021 20:46:47 -0000
@@ -8,7 +8,7 @@ COMMENT-elasticsearch = Elasticsearch pl
 
 MULTI_PACKAGES =       -main -mysql -normalize -pgsql -elasticsearch
 
-V =                    8.2102.0
+V =                    8.2112.0
 DISTNAME =             rsyslog-$V
 PKGNAME-main =         rsyslog-$V
 PKGNAME-mysql =                rsyslog-mysql-$V
@@ -26,9 +26,10 @@ PERMIT_PACKAGE =     Yes
 
 COMPILER =             base-clang ports-gcc base-gcc
 
-WANTLIB-main +=        c crypto curl estr fastjson gcrypt gmp gnutls
-WANTLIB-main +=                gpg-error hogweed iconv idn2 intl nettle nghttp2
-WANTLIB-main +=                p11-kit pthread relp ssl tasn1 unistring uuid z
+WANTLIB-main +=        c crypto curl estr execinfo fastjson gcrypt gmp
+WANTLIB-main +=                gnutls gpg-error hogweed iconv idn2 intl m 
nettle
+WANTLIB-main +=                nghttp2 p11-kit pthread relp ssl tasn1 unistring
+WANTLIB-main +=                uuid z
 
 WANTLIB-mysql +=       crypto m mariadb pthread ssl z
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    7 Mar 2021 09:28:36 -0000       1.11
+++ distinfo    26 Dec 2021 11:21:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-8.2102.0.tar.gz) = lO4NAxLC7epzdmVZTL5KlHXk47WT4StbiuOnQ6yccqc=
-SIZE (rsyslog-8.2102.0.tar.gz) = 3123684
+SHA256 (rsyslog-8.2112.0.tar.gz) = aiqXOGHpJm2ze9K3ufZytrlwv810Ojl7ju5rDcSFLEE=
+SIZE (rsyslog-8.2112.0.tar.gz) = 3230105

Reply via email to