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 ...


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/Makefile,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile
--- Makefile    22 Nov 2020 17:05:59 -0000      1.50
+++ Makefile    28 Feb 2021 20:40:17 -0000
@@ -8,7 +8,7 @@ COMMENT-elasticsearch = Elasticsearch pl
 
 MULTI_PACKAGES =       -main -mysql -normalize -pgsql -elasticsearch
 
-V =                    8.2008.0
+V =                    8.2102.0
 DISTNAME =             rsyslog-$V
 PKGNAME-main =         rsyslog-$V
 PKGNAME-mysql =                rsyslog-mysql-$V
@@ -16,7 +16,6 @@ PKGNAME-normalize =   rsyslog-normalize-$V
 PKGNAME-pgsql =                rsyslog-pgsql-$V
 PKGNAME-elasticsearch =        rsyslog-elasticsearch-$V
 CATEGORIES =           sysutils
-REVISION-main =                0
 
 HOMEPAGE =             https://www.rsyslog.com/
 
@@ -27,11 +26,11 @@ PERMIT_PACKAGE =    Yes
 
 COMPILER =             base-clang ports-gcc base-gcc
 
-WANTLIB-main +=        c crypto curl estr fastjson ffi gcrypt gmp gnutls
+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-mysql +=       crypto iconv m mariadb pthread ssl z
+WANTLIB-mysql +=       crypto m mariadb pthread ssl z
 
 WANTLIB-normalize +=   estr fastjson lognorm pthread
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    8 Sep 2020 20:57:48 -0000       1.10
+++ distinfo    28 Feb 2021 13:32:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-8.2008.0.tar.gz) = CdK2yLwvAWWYrtK7cZ4D+CK7Adcgxh5NbnJeANyhtlA=
-SIZE (rsyslog-8.2008.0.tar.gz) = 3051049
+SHA256 (rsyslog-8.2102.0.tar.gz) = lO4NAxLC7epzdmVZTL5KlHXk47WT4StbiuOnQ6yccqc=
+SIZE (rsyslog-8.2102.0.tar.gz) = 3123684

Reply via email to