ping

On Sun, Jun 02, 2019 at 09:53:03PM +0200, Remi Locherer wrote:
> Hi porters,
> 
> this is an update for our rsyslog port. The most obvious change is the
> new versioning schema (8.monthyear.x). The many changes are listed in the
> changelog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
> 
> I tested with the regress tests from our syslogd on amd64 and i386 and
> verified that the module ommysql works on amd64.
> 
> OK?
> 
> Remi
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/rsyslog/Makefile,v
> retrieving revision 1.44
> diff -u -p -r1.44 Makefile
> --- Makefile  24 Oct 2018 14:28:10 -0000      1.44
> +++ Makefile  30 May 2019 14:47:20 -0000
> @@ -10,7 +10,7 @@ COMMENT-elasticsearch =     Elasticsearch pl
>  
>  MULTI_PACKAGES =     -main -mysql -normalize -pgsql -elasticsearch
>  
> -V =                  8.37.0
> +V =                  8.1905.0
>  DISTNAME =           rsyslog-$V
>  PKGNAME-main =               rsyslog-$V
>  PKGNAME-mysql =              rsyslog-mysql-$V
> @@ -18,11 +18,6 @@ PKGNAME-normalize =        rsyslog-normalize-$V
>  PKGNAME-pgsql =              rsyslog-pgsql-$V
>  PKGNAME-elasticsearch =      rsyslog-elasticsearch-$V
>  CATEGORIES =         sysutils
> -REVISION-elasticsearch =0
> -REVISION-main =              0
> -REVISION-mysql =     0
> -REVISION-normalize = 0
> -REVISION-pgsql =     0
>  
>  HOMEPAGE =           https://www.rsyslog.com/
>  
> @@ -37,7 +32,7 @@ WANTLIB-main +=     c crypto curl estr fast
>  WANTLIB-main +=              gpg-error hogweed iconv idn2 intl nettle nghttp2
>  WANTLIB-main +=              p11-kit pthread relp ssl tasn1 unistring uuid z
>  
> -WANTLIB-mysql +=     crypto m mysqlclient pthread ssl ${COMPILER_LIBCXX} z
> +WANTLIB-mysql +=     crypto iconv m mariadb pthread ssl z
>  
>  WANTLIB-normalize += estr fastjson lognorm pthread
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/rsyslog/distinfo,v
> retrieving revision 1.6
> diff -u -p -r1.6 distinfo
> --- distinfo  13 Sep 2018 21:38:05 -0000      1.6
> +++ distinfo  28 May 2019 19:40:25 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (rsyslog-8.37.0.tar.gz) = KVwom0yKvY+PP+NagySbc5ztq+gnIXArkQJV+frxR+c=
> -SIZE (rsyslog-8.37.0.tar.gz) = 2697435
> +SHA256 (rsyslog-8.1905.0.tar.gz) = 
> lr1Pq412j9atItReELg+FZuT35uvzeHVguEiT2RxFuQ=
> +SIZE (rsyslog-8.1905.0.tar.gz) = 2911703
> Index: pkg/PLIST-main
> ===================================================================
> RCS file: /cvs/ports/sysutils/rsyslog/pkg/PLIST-main,v
> retrieving revision 1.4
> diff -u -p -r1.4 PLIST-main
> --- pkg/PLIST-main    13 Sep 2018 21:38:05 -0000      1.4
> +++ pkg/PLIST-main    5 May 2019 20:22:56 -0000
> @@ -17,7 +17,6 @@ lib/rsyslog/lmnetstrms.so
>  lib/rsyslog/lmnsd_gtls.so
>  lib/rsyslog/lmnsd_ptcp.so
>  lib/rsyslog/lmregexp.so
> -lib/rsyslog/lmstrmsrv.so
>  lib/rsyslog/lmtcpclt.so
>  lib/rsyslog/lmtcpsrv.so
>  lib/rsyslog/lmzlibw.so
> 

Reply via email to