Hi,

this updates the rsyslog port to version 8.2002.0.

The change log is long and can be checked here:
https://github.com/rsyslog/rsyslog/blob/v8.2002.0/ChangeLog

I tested that the 6 tests from our syslog regress tests work and that
rsyslog can write to mariadb. I did all the testing on amd64.

OK?

Remi


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile    12 Sep 2019 21:13:05 -0000      1.47
+++ Makefile    2 Mar 2020 16:44:52 -0000
@@ -10,7 +10,7 @@ COMMENT-elasticsearch =       Elasticsearch pl
 
 MULTI_PACKAGES =       -main -mysql -normalize -pgsql -elasticsearch
 
-V =                    8.1908.0
+V =                    8.2002.0
 DISTNAME =             rsyslog-$V
 PKGNAME-main =         rsyslog-$V
 PKGNAME-mysql =                rsyslog-mysql-$V
@@ -36,7 +36,7 @@ WANTLIB-mysql +=      crypto iconv m mariadb 
 
 WANTLIB-normalize +=   estr fastjson lognorm pthread
 
-WANTLIB-pgsql +=       crypto pq pthread ssl
+WANTLIB-pgsql +=       crypto m pq pthread ssl
 
 WANTLIB-elasticsearch +=       crypto curl m nghttp2 pthread ssl z
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    12 Sep 2019 21:13:05 -0000      1.8
+++ distinfo    2 Mar 2020 16:45:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-8.1908.0.tar.gz) = +MjlO2UeA6ARZnxgvS1Nunp8tuwEskfI6oUUEVUnhjs=
-SIZE (rsyslog-8.1908.0.tar.gz) = 2952939
+SHA256 (rsyslog-8.2002.0.tar.gz) = /obBTYYNoSAsdmFv6sBTnqWkCkrRgtdLfW0kGcwjgfg=
+SIZE (rsyslog-8.2002.0.tar.gz) = 3000861

Reply via email to