Hi porters,

this updates our rsyslog port to version 8.37.0.

According to the changelog many things changed between 8.33.1 and 8.37.0:
https://github.com/rsyslog/rsyslog/blob/v8.37.0/ChangeLog

Relevant changes for the port:
- liblogging-stdlog is now disabled by default and will go away
- the 2nd master site does not provide new tarballs since a while

I tested on amd64 and i386 (imudp, imrelp, omrelp, ommysql, omfile).

OK?

Remi


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- Makefile    13 Mar 2018 09:18:16 -0000      1.42
+++ Makefile    10 Sep 2018 21:06:42 -0000
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.42 2018/03/13 09:18:16 ajacoutot Exp $
+#  $OpenBSD: Makefile,v 1.42 2018/03/13 09:18:16 ajacoutot Exp $
 
 BROKEN-powerpc =       64-bit atomics (__sync_bool_compare_and_swap_8)
 
@@ -10,7 +10,7 @@ COMMENT-elasticsearch =       Elasticsearch pl
 
 MULTI_PACKAGES =       -main -mysql -normalize -pgsql -elasticsearch
 
-V =                    8.33.1
+V =                    8.37.0
 DISTNAME =             rsyslog-$V
 PKGNAME-main =         rsyslog-$V
 PKGNAME-mysql =                rsyslog-mysql-$V
@@ -18,7 +18,6 @@ PKGNAME-normalize =   rsyslog-normalize-$V
 PKGNAME-pgsql =                rsyslog-pgsql-$V
 PKGNAME-elasticsearch =        rsyslog-elasticsearch-$V
 CATEGORIES =           sysutils
-REVISION-main =                1
 
 HOMEPAGE =             http://www.rsyslog.com/
 
@@ -55,8 +54,7 @@ LIB_DEPENDS-pgsql =   databases/postgresql
 RUN_DEPENDS-pgsql =    ${PKGNAME-main}:${PKGPATH},-main
 RUN_DEPENDS-elasticsearch =    ${PKGNAME-main}:${PKGPATH},-main
 
-MASTER_SITES =         http://www.rsyslog.com/files/download/rsyslog/ \
-                       http://download.rsyslog.com/rsyslog/
+MASTER_SITES =         http://www.rsyslog.com/files/download/rsyslog/
 
 CONFIGURE_STYLE =      gnu
 LIBTOOL_FLAGS =        --tag=disable-static
@@ -66,8 +64,7 @@ CONFIGURE_ARGS +=     --enable-pgsql \
                        --enable-mmnormalize \
                        --enable-gnutls \
                        --enable-relp \
-                       --enable-elasticsearch \
-                       --disable-liblogging-stdlog
+                       --enable-elasticsearch
 CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include"
 
 post-install:
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    12 Mar 2018 17:42:08 -0000      1.5
+++ distinfo    13 Aug 2018 21:34:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-8.33.1.tar.gz) = LaK9dz29X95OsWLVQR2slr9ZazPmKkBiYQRDaGWX46g=
-SIZE (rsyslog-8.33.1.tar.gz) = 2494338
+SHA256 (rsyslog-8.37.0.tar.gz) = KVwom0yKvY+PP+NagySbc5ztq+gnIXArkQJV+frxR+c=
+SIZE (rsyslog-8.37.0.tar.gz) = 2697435
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/sysutils/rsyslog/pkg/PLIST-main,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-main
--- pkg/PLIST-main      12 Mar 2018 17:42:08 -0000      1.3
+++ pkg/PLIST-main      13 Jul 2018 08:09:24 -0000
@@ -1,7 +1,10 @@
 @comment $OpenBSD: PLIST-main,v 1.3 2018/03/12 17:42:08 remi Exp $
 @newgroup _rsyslogd:803
 @newuser _rsyslogd:803:_rsyslogd:daemon:Rsyslog 
Daemon:/nonexistent:/sbin/nologin
+@rcscript ${RCDIR}/rsyslogd
 lib/rsyslog/
+lib/rsyslog/fmhash.so
+lib/rsyslog/fmhttp.so
 lib/rsyslog/imklog.so
 lib/rsyslog/immark.so
 lib/rsyslog/imrelp.so
@@ -28,4 +31,3 @@ lib/rsyslog/omtesting.so
 share/examples/rsyslog/
 share/examples/rsyslog/rsyslog.conf
 @sample ${SYSCONFDIR}/rsyslog.conf
-@rcscript ${RCDIR}/rsyslogd

Reply via email to